View previous topic :: View next topic |
Author |
Message |
nagileon n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 08 May 2007 Posts: 5
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
nagileon n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 08 May 2007 Posts: 5
|
Posted: Sat May 12, 2007 9:33 am Post subject: |
|
|
When I do this:
livecd modules # modprobe lasi_82596
I have this error:
lasi_82596: falsely claims to have parameter debug
FATAL: Error inserting lasi_82596 (/lib/modules/2.6.16.18-pa11-livecd32/kernel/drivers/net/lasi_82596.ko):Invalid argument
Any Ideas what's wrong ?
Cheers _________________ Married ![Sad :(](images/smiles/icon_sad.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
mark_alec Bodhisattva
![Bodhisattva Bodhisattva](/images/ranks/rank-bodhisattva.gif)
![](images/avatars/153763560547ad83e5abc42.png)
Joined: 11 Sep 2004 Posts: 6066 Location: Melbourne, Australia
|
Posted: Sat May 12, 2007 2:44 pm Post subject: |
|
|
Moved from Installing Gentoo to Gentoo on Alternative Architectures. _________________ www.gentoo.org.au || #gentoo-au |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
LasseKongo n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 01 Aug 2003 Posts: 17 Location: Sweden
|
Posted: Fri May 18, 2007 7:19 pm Post subject: |
|
|
Not much help, but I´m using that module on my K260, and loaded it during installation without the error messages yo are seeing.
It was a while since I installed the machine (I think 2006.0) but I have upgraded the kernel multiple times without problems.
Which installcd version are you using?, if it is a newer version then mine I could download it and test it on my machine, if it works here
I guess it it is a hardware related problem, or compatibility problem. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
HPRichard Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 02 Feb 2005 Posts: 96 Location: KA, Germany
|
Posted: Thu May 24, 2007 7:40 pm Post subject: |
|
|
The problem described is an error in some versions of the Linux kernel. The driver works without any problems when being compiled-in, but the module fails to load. Fortunately the module can befixed with the tools on the installcd. The problem has been solved here, where the solution is decsribed as
Code: | xxd /lib/modules/2.6.16.18-pa11-livecd32/kernel/drivers/net/lasi_82596.ko | \
sed -e 's/0004960: 6465 6275 6700 0000 0000/0004960: 6935 3936 5f64 6562 7567/' | \
xxd -r > /tmp/lasi_82596.ko.
insmod /tmp/lasi_82596.ko |
This should solve the problem (tested on a 5 CPU K370)
Edit: removed a newline from the code to make it less easy to misunderstand
Last edited by HPRichard on Sun May 27, 2007 8:37 pm; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
nagileon n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 08 May 2007 Posts: 5
|
Posted: Sun May 27, 2007 1:41 pm Post subject: |
|
|
And what is xxd ? _________________ Married ![Sad :(](images/smiles/icon_sad.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
HPRichard Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 02 Feb 2005 Posts: 96 Location: KA, Germany
|
Posted: Sun May 27, 2007 8:35 pm Post subject: |
|
|
xdd does hex dumps from files or converts hex dumps to files, the program should be present on Gentoo installCDs. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|