Results 1 to 6 of 6
Oy,
I just did a stage-1 compile/install of gentoo, but i'm having some problems with my wireless card. It is a NetGear WG511 802.11g PCI NIC @ 54mbps using the ...
- 09-29-2004 #1
Wireless Card
Oy,
I just did a stage-1 compile/install of gentoo, but i'm having some problems with my wireless card. It is a NetGear WG511 802.11g PCI NIC @ 54mbps using the Prism GT/Duette chipset (prism54 driver). I have gotten this card working on both Fedora Core 1 and Yoper v2.1 (How I got it working on Yoper), but for some reason, when I've tried it on Gentoo, no dice. I've tried
and it will download and install, but it won't work. So I tried manually compiling the driver:Code:ACCEPT_KEYWORDS="~x86" emerge prism54
Which compiles/installs the driverCode:tar xvfj prism54-1.1.tar.bz2 cd prism54-1.1gjf make KDIR=/usr/src/2.6.8-gentoo-r3/ clean modules make KDIR=/usr/src/2.6.8-gentoo-r3/ install depmod -a
Then I
which downloads/installs the firmware.Code:mkdir -p /usr/lib/hotplug/firmware cd /usr/lib/hotplug/firmware wget http://prism54.org/~mcgrof/firmware/isl3890
Then I do:
And it says that it couldn't find the device.Code:ifconfig eth1 up
HELP???
thanks
-lakerdonald
- 09-29-2004 #2Linux Guru
- Join Date
- Mar 2003
- Location
- Wisconsin
- Posts
- 1,907
laker_jedi
,
Are you sure it's called eth1? Maybe it's eth0. I've heard of the wireless card being called wth1 instead of eth1. What does ifconfig say?
JeremyRegistered Linux user #346571
"All The Dude ever wanted was his rug back" - The Dude
- 09-29-2004 #3
i'm sure it's not eth0, cos my wired ethernet is eth0. i did ifconfig and it showed:
eth0 blah blah blah (wired ethernet)
top1 blah blah blah (no idea)
lo blah blah blah (loopback)
I had no idea what top1 was, so i did
and it said "wireless extension not found" or something like thatCode:iwconfig top1
-------------------------------
i'll check some more when i get home, but i am at school right now
- 09-29-2004 #4Linux Guru
- Join Date
- Mar 2003
- Location
- Wisconsin
- Posts
- 1,907
So you don't have an eth1 either? Is there a tool in Gentoo that allows you to install new hardware?
(I'm no good w/ gentoo, sorry
)
JeremyRegistered Linux user #346571
"All The Dude ever wanted was his rug back" - The Dude
- 09-29-2004 #5
well i just got home, and this time it at least recognized eth1:
and then it just spit out crap how it can't load the module cos its in a bad directory (which it was)Code:ifconfig eth1 up
which makes sense since i have the 2.6.8-gentoo-r3 kernel installed, so i made a symlink:Code:Error:can't stat /lib/modules/2.6.7-gentoo-r11/blahl/blah/blah
apparently, that worked to an extent, but not enough to get the driver working. This time, it found the module, but now it wasn't in the right format:Code:ls -s /lib/modules/2.6.8-gentoo-r3 /lib/modules/2.6.7-gentoo-r11
???Code:ifconfig eth1 up Error:/lib/modules/2.6.8-gentoo-r3/blah/blah/prism54.ko -- not a valid module
- 02-28-2005 #6Just Joined!
- Join Date
- Feb 2005
- Posts
- 50
Mandrake linux
I have had the same problem but it's with mandrake linux 1.0.
I went and decompressed the tarbal
changed directories (to the tarball)
did make KDIR=/usr/src/linux/ clean module
make install
then depmod -a
and it returns with *** Unresolved symbols in /lib/modules/2.4.25-2mdk/kernel/drivers/net/wirless/prism54/prism.o
can anyone help this linux newbie out?


Reply With Quote
