First of all, I'm running gentoo-sources 2.5.25
Starting off, I tried installing ndiswrapper version 0.8
Downloaded the source from http://prdownloads.sourceforge.net/ndis ... z?download
untarred and did make install, per INSTALL doc.
to get drivers loaded I did
Code: Select all
mount /dev/hdc /mnt/cdrom
ndiswrapper -i /mnt/cdrom/lsbcmnds.infCode: Select all
ndiswrapper -i /mnt/cdrom/bcwml5.sysCode: Select all
minibox root # ndiswrapper -l
Installed ndis drivers:
bcmwl5.sys
lsbcmndslspci shows:
Code: Select all
minibox root # lspci
0000:00:00.0 Host bridge: VIA Technologies, Inc. VT8601 [Apollo ProMedia] (rev 05)
0000:00:01.0 PCI bridge: VIA Technologies, Inc. VT8601 [Apollo ProMedia AGP]
0000:00:05.0 Modem: PCTel Inc HSP MicroModem 56 (rev 02)
0000:00:07.0 ISA bridge: VIA Technologies, Inc. VT82C686 [Apollo Super South] (rev 22)
0000:00:07.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 10)
0000:00:07.2 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 10)
0000:00:07.4 ISA bridge: VIA Technologies, Inc. VT82C686 [Apollo Super ACPI] (rev 30)
0000:00:07.5 Multimedia audio controller: VIA Technologies, Inc. VT82C686 AC97 Audio Controller (rev 20)
0000:00:0a.0 CardBus bridge: Texas Instruments PCI1410 PC card Cardbus Controller (rev 01)
0000:01:00.0 VGA compatible controller: Trident Microsystems CyberBlade i1 (rev 6a)
0000:02:00.0 Ethernet controller: Linksys, A Division of Cisco Systems [AirConn] INPROCOMM IPN 2220 Wireless LAN Adapter (rev 01)
Next I tried to use Linuxant's DriverLoader. Downloaded the generic source tar from http://www.linuxant.com/driverloader/wl ... nloads.php,
untarred and ran make install. At the end of install, it says:
To complete the installation and configuration of your device,
please run "dldrconfig" (or "/usr/sbin/dldrconfig")
So I ran dldrconfig
Code: Select all
minibox driverloader-1.72 # dldrconfig
Linuxant DriverLoader for Wireless LAN devices, version 1.72
No pre-built modules for: unknown-unknown linux-2.4.25-gentoo-r4 i686-SMP
Trying to automatically build the driver modules...
(this requires a C compiler and proper kernel sources to be installed)
Where is the linux source build directory that matches your running kernel?
[/lib/modules/2.4.25-gentoo-r4/build] /usr/src/linux
Building modules for kernel 2.4.25-gentoo-r4, using source directory
/usr/src/linux. Please wait...
driverloader: Device or resource busy
depmod: *** Unresolved symbols in /lib/modules/2.4.25-gentoo-r4/kernel/drivers/acpi/battery.o
depmod: acpi_bus_generate_event
depmod: acpi_os_free
depmod: acpi_bus_get_device
depmod: acpi_root_dir
depmod: acpi_install_notify_handler
depmod: acpi_extract_package
depmod: acpi_evaluate_object
depmod: acpi_bus_register_driver
depmod: acpi_bus_unregister_driver
depmod: acpi_get_handle
depmod: acpi_remove_notify_handler
depmod: acpi_bus_get_status
depmod: *** Unresolved symbols in /lib/modules/2.4.25-gentoo-r4/kernel/drivers/block/nbd.o
depmod: devfs_register_series_Rsmp_f3efa40e
depmod: devfs_unregister_Rsmp_9ef1ce4c
depmod: devfs_mk_dir_Rsmp_e231615a
depmod: *** Unresolved symbols in /lib/modules/2.4.25-gentoo-r4/kernel/drivers/input/input.o
depmod: devfs_register_Rsmp_b875c5ec
depmod: devfs_register_chrdev_Rsmp_9f50cf99
depmod: devfs_unregister_chrdev_Rsmp_77f3e0ce
depmod: devfs_unregister_Rsmp_9ef1ce4c
depmod: devfs_mk_dir_Rsmp_e231615a
done.
No devices detected by driverloader
If you need license keys, assistance or more information, please go to:
http://www.linuxant.com/
When reporting a problem for the first time, please send
us the file generated by "dldrconfig --dumpdiag".
To complete the installation, please point your browser to:
http://127.0.0.1:18020/
minibox driverloader-1.72 #I'm pretty sure I enabled wireless PCMCIA support in the Kernel. Does anyone have any suggestions as to what to try next? This probably isn't everything you need, so please let me know any additional information you want to see. I'm open to anything right now. Thanks in advance!


