Well, No USB device is detected (if any), and it detects something in eth0, which can be your ethernet wired device and the eth1 if any, should be the wifi card...
Type iwconfig and post result...Also type "lsmod" and "lspci"...Look for the intel xxx...Perhaps your card is not supported by BT5...As far as I know, ipw2100, 2200 and 3915 are supported...I'm not sure about the 855PM chipset.
here is an output of my lspci (which stands for "list pci" or list pci devices) so that you can see what you should be looking at:
00:00.0 Host bridge: Intel Corporation 82855PM Processor to I/O Controller (rev 03)
00:01.0 PCI bridge: Intel Corporation 82855PM Processor to AGP Controller (rev 03)
00:1d.0 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 (rev 01)
00:1d.1 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 (rev 01)
00:1d.2 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 (rev 01)
00:1d.7 USB Controller: Intel Corporation 82801DB/DBM (ICH4/ICH4-M) USB2 EHCI Controller (rev 01)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 81)
00:1f.0 ISA bridge: Intel Corporation 82801DBM (ICH4-M) LPC Interface Bridge (rev 01)
00:1f.1 IDE interface: Intel Corporation 82801DBM (ICH4-M) IDE Controller (rev 01)
00:1f.5 Multimedia audio controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 01)
00:1f.6 Modem: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Modem Controller (rev 01)
01:00.0 VGA compatible controller: ATI Technologies Inc RV350 [Mobility Radeon 9600 M10]
02:00.0 Ethernet controller: Broadcom Corporation BCM4401-B0 100Base-TX (rev 02)
02:01.0 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev b3)
02:01.1 FireWire (IEEE 1394): Ricoh Co Ltd R5C552 IEEE 1394 Controller (rev 08)
02:01.2 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 17)
02:03.0 Network controller: Intel Corporation PRO/Wireless 2915ABG [Calexico2] Network Connection (rev 05)
I underlined the important info so you can see that my linux is detecting the wifi card.
Here is an output of lsmod (List Modules loaded by kernel or device drivers if you are used to work with winbugs): lsmod | grep ieee
ieee80211_crypt_wep 11776 1
ieee80211 38344 1 ipw2200
ieee80211_crypt 13444 2 ieee80211_crypt_wep,ieee80211
ieee1394 94660 1 ohci1394
I underlined the important info you want to check, in my case kernel loaded ipw2200 drivers, because in the intel home page, the linux drivers are the same for ipw2200 and 3915...
So I can see that is just correct.
Try this and check what is the kernel loading and what is detecting..Check the Intel page and look for the linux drivers for that chipset, so you can download it in case you have to install them in BT5....
Best of lucks..



