Go Back   { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Linux > Gentoo

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-08-2008, 04:56 PM
jef
 
Posts: n/a
Problem loading a module

Hi u all :)

On a gentoo ( kernel 2.6.19-r5 ), I'm trying to get lmsensors to
work.sensors-detect works fine, but when I try to load `w83627ehf' ,
I get :

"localhost lm_sensors-3.0.1 # modprobe w83627ehf
FATAL: Error inserting w83627ehf (/lib/modules/2.6.19-gentoo-r5/kernel/
drivers/hwmon/w83627ehf.ko): No such device"

in the ubuntu distro, lm-sensors works .

Here is part of sensors-detect output :
******************************************
"Some Super I/O chips may also contain sensors. We have to write to
standard I/O ports to probe them. This is usually safe.
Do you want to scan for Super I/O sensors? (YES/no):
Probing for Super-I/O at 0x2e/0x2f
Trying family `ITE'... No
Trying family `National Semiconductor'... No
Trying family `SMSC'... No
Trying family `VIA/Winbond/Fintek'... Yes
Found `Winbond W83627DHG Super IO Sensors' Success!
(address 0x290, driver `w83627ehf')
Probing for Super-I/O at 0x4e/0x4f
Trying family `ITE'... No
Trying family `National Semiconductor'... No
Trying family `SMSC'... No
Trying family `VIA/Winbond/Fintek'... No

Now follows a summary of the probes I have just done.
Just press ENTER to continue:

Driver `w83627ehf' (should be inserted):
Detects correctly:
* ISA bus address 0x0290 (Busdriver `i2c-isa')
Chip `Winbond W83627DHG Super IO Sensors' (confidence: 9)

I will now generate the commands needed to load the required modules.
Just press ENTER to continue:
......
.....
----cut here----
# I2C adapter drivers
# Chip drivers
modprobe w83627ehf
# sleep 2 # optional
/usr/bin/sensors -s # recommended
#----end cut here----
**************************************************
and, obviously :

"localhost lm_sensors-3.0.1 # sensors
No sensors found!
Make sure you loaded all the kernel drivers you need.
Try sensors-detect to find out which these are."

Any idea would be very welcome :)
Thanks a lot,

jf
Reply With Quote
  #2 (permalink)  
Old 03-08-2008, 05:24 PM
J.O. Aho
 
Posts: n/a
Re: Problem loading a module

jef wrote:
> Hi u all :)
>
> On a gentoo ( kernel 2.6.19-r5 ), I'm trying to get lmsensors to
> work.sensors-detect works fine, but when I try to load `w83627ehf' ,
> I get :
>
> "localhost lm_sensors-3.0.1 # modprobe w83627ehf
> FATAL: Error inserting w83627ehf (/lib/modules/2.6.19-gentoo-r5/kernel/
> drivers/hwmon/w83627ehf.ko): No such device"
>
> in the ubuntu distro, lm-sensors works .
>
> Here is part of sensors-detect output :
> ******************************************
> Found `Winbond W83627DHG Super IO Sensors' Success!
> (address 0x290, driver `w83627ehf')


Could be that you are using an older kernel on the Gentoo than what is on the
ububtu and those the driver don't support your hardware.


--

//Aho
Reply With Quote
  #3 (permalink)  
Old 03-08-2008, 09:05 PM
jef
 
Posts: n/a
Re: Problem loading a module

Le Sat, 08 Mar 2008 19:24:58 +0100, J.O. Aho a écritÂ*:

> jef wrote:
>> Hi u all :)
>>
>> On a gentoo ( kernel 2.6.19-r5 ), I'm trying to get lmsensors to
>> work.sensors-detect works fine, but when I try to load `w83627ehf' , I
>> get :
>>
>> "localhost lm_sensors-3.0.1 # modprobe w83627ehf FATAL: Error inserting
>> w83627ehf (/lib/modules/2.6.19-gentoo-r5/kernel/
>> drivers/hwmon/w83627ehf.ko): No such device"
>>
>> in the ubuntu distro, lm-sensors works .
>>
>> Here is part of sensors-detect output :
>> ****************************************** Found `Winbond W83627DHG
>> Super IO Sensors' Success!
>> (address 0x290, driver `w83627ehf')

>
> Could be that you are using an older kernel on the Gentoo than what is
> on the ububtu and those the driver don't support your hardware.


Yes, maybe, ubuntu kernel is 2.6.22 , and the gentoo one is 2.6.19 . But,
since the driver exists, I thought it was ok ;)
I'll try to get another driver .

jf
Reply With Quote
  #4 (permalink)  
Old 03-08-2008, 10:15 PM
David W Noon
 
Posts: n/a
Re: Problem loading a module

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

In message <47d30da3$0$13888$426a74cc@news.free.fr>, jef wrote:

[snip]
> Yes, maybe, ubuntu kernel is 2.6.22 , and the gentoo one is 2.6.19 . But,
> since the driver exists, I thought it was ok ;)
> I'll try to get another driver .


A more sensible approach would be to do an emerge --sync and upgrade your
Gentoo kernel. This would automatically bring in updates to any associated
drivers, as well as the one causing you a problem.
- --
Regards

Dave [RLU#314465]
================================================== ====
dwnoon@spamtrap.ntlworld.com (David W Noon)
Remove spam trap to reply via e-mail.
================================================== ====

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.7 (GNU/Linux)

iD8DBQFH0xdA9MqaUJQw2MkRAocPAJsEZpiEwNQp8ebLvuNFtp 6alA08bwCfSJp3
9pSM0h3J8pb6oQm/RcrSXa4=
=RrXf
-----END PGP SIGNATURE-----
Reply With Quote
  #5 (permalink)  
Old 03-09-2008, 05:30 AM
jef
 
Posts: n/a
Re: Problem loading a module

Le Sat, 08 Mar 2008 23:15:52 +0000, David W Noon a écritÂ*:

> In message <47d30da3$0$13888$426a74cc@news.free.fr>, jef wrote:
>
> [snip]
>
> A more sensible approach would be to do an emerge --sync and upgrade
> your Gentoo kernel. This would automatically bring in updates to any
> associated drivers, as well as the one causing you a problem. - --
> Regards
>
> Dave [RLU#314465]


That's what I did at first, but I have another problem with emerge --sync
( I was about to open another thread for that ) :
************************
localhost jf # emerge --sync
WARNING: usage of RSYNC_TIMEOUT is deprecated, use
PORTAGE_RSYNC_EXTRA_OPTS instead
WARNING: usage of RSYNC_RETRIES is deprecated, use PORTAGE_RSYNC_RETRIES
instead
>>> Starting rsync with rsync://64.127.121.98/gentoo-portage...
>>> Checking server timestamp ...

rsync: --filter=H_**/files/digest-*: unknown option
rsync error: syntax or usage error (code 1) at main.c(1013)

!!! Rsync has reported that there is a syntax error. Please ensure
!!! that your SYNC statement is proper.
!!! SYNC=rsync://rsync.gentoo.org/gentoo-portage
**************************

thanks again :) ,
jf


localhost jf #
************************************
Reply With Quote
  #6 (permalink)  
Old 03-09-2008, 08:58 AM
J.O. Aho
 
Posts: n/a
Re: Problem loading a module

jef wrote:
> Le Sat, 08 Mar 2008 23:15:52 +0000, David W Noon a écrit :
>
>> In message <47d30da3$0$13888$426a74cc@news.free.fr>, jef wrote:
>>
>> [snip]
>>
>> A more sensible approach would be to do an emerge --sync and upgrade
>> your Gentoo kernel. This would automatically bring in updates to any
>> associated drivers, as well as the one causing you a problem. - --
>> Regards
>>
>> Dave [RLU#314465]

>
> That's what I did at first, but I have another problem with emerge --sync
> ( I was about to open another thread for that ) :
> ************************
> localhost jf # emerge --sync
> WARNING: usage of RSYNC_TIMEOUT is deprecated, use
> PORTAGE_RSYNC_EXTRA_OPTS instead
> WARNING: usage of RSYNC_RETRIES is deprecated, use PORTAGE_RSYNC_RETRIES
> instead
>>>> Starting rsync with rsync://64.127.121.98/gentoo-portage...
>>>> Checking server timestamp ...

> rsync: --filter=H_**/files/digest-*: unknown option
> rsync error: syntax or usage error (code 1) at main.c(1013)
>
> !!! Rsync has reported that there is a syntax error. Please ensure
> !!! that your SYNC statement is proper.
> !!! SYNC=rsync://rsync.gentoo.org/gentoo-portage


Seems like you missed to update your /etc/make.conf after you last updated
portage, I suggest you start to fix the make.conf (look at the example file),
remove all custom options you set for syncing.

--

//Aho
Reply With Quote
  #7 (permalink)  
Old 03-10-2008, 05:47 AM
jef
 
Posts: n/a
Re: Problem loading a module

Le Sun, 09 Mar 2008 09:58:32 +0100, J.O. Aho a écritÂ*:

> Seems like you missed to update your /etc/make.conf after you last
> updated portage, I suggest you start to fix the make.conf (look at the
> example file), remove all custom options you set for syncing.


thanks, but it doesn't work . I've even tried the example file, I still
get the same message .

jf
Reply With Quote
Reply

  { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Linux > Gentoo


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 12:45 PM.


Powered by vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
© 1999-2008 mindfrost82.com v11.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109