my emerge info is here
Wireless not working
lspci
Code: Select all
01:08.0 Ethernet controller: Intel Corporation 82801DB PRO/100 VE (MOB) Ethernet Controller (rev 83)
01:0b.0 CardBus bridge: Toshiba America Info Systems ToPIC100 PCI to Cardbus Bri dge with ZV Support (rev 33)
02:00.0 Ethernet controller: research shows I need ndiswrapper, followed instructions install went well.
If there is amodule that makes this card work (airlink AWLC3026) please do post.
l
Code: Select all
lapcat turtle # modprobe ndiswrapper
FATAL: Module ndiswrapper not found.
I was under that impression but I cant seem to find official gentoo instructions for getting wireless hardware to be recognized by the kernel.
EDIT so I am following the only directions I can find in man ndiswrapper
and here is some more of what I get
Code: Select all
lapcat turtle # ndiswrapper -l
Installed ndis drivers:
mrv8000c driver present, hardware present
mrv8000c.sys invalid driver!
lapcat turtle # ndiswrapper -m
modprobe config already contains alias directive
lapcat turtle # ndiswrapper -kernel module
Usage: ndiswrapper OPTION
Manage ndis drivers for ndiswrapper.
-i inffile Install driver described by 'inffile'
-d devid driver Use installed 'driver' for 'devid'
-e driver Remove 'driver'
-l List installed drivers
-m Write configuration for modprobe
-hotplug (Re)Generate hotplug information
where 'devid' is either PCIID or USBID of the form XXXX:XXXX
lapcat turtle # ndiswrapper -hotplug
lapcat turtle # ndiswrapper -d mrv8000c
Usage: ndiswrapper OPTION
Manage ndis drivers for ndiswrapper.
-i inffile Install driver described by 'inffile'
-d devid driver Use installed 'driver' for 'devid'
-e driver Remove 'driver'
-l List installed drivers
-m Write configuration for modprobe
-hotplug (Re)Generate hotplug information
where 'devid' is either PCIID or USBID of the form XXXX:XXXX
lapcat turtle # ndiswrapper -d mrv8000c driver
'MRV8000C' is not a valid device ID
lapcat turtle # lspci
#I edited out non important stuff here.
00:1f.6 Modem: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Modem Controller (rev 03)
01:08.0 Ethernet controller: Intel Corporation 82801DB PRO/100 VE (MOB) Ethernet Controller (rev 83)
01:0b.0 CardBus bridge: Toshiba America Info Systems ToPIC100 PCI to Cardbus Bridge with ZV Support (rev 33)
02:00.0 Ethernet controller: Marvell Technology Group Ltd. 88w8335 [Libertas] 802.11b/g Wireless (rev 03)
lapcat turtle # ndiswrapper -d 02:00.0 driver
'02:00.0' is not a valid device ID
lapcat turtle #