Results 1 to 5 of 5
Hi everyone, I had installed ndiswrapper into my fedora because i had bought a new adapter, which is Belkin Wireless G USB Network Adapter(F5D70500). I had tried to install the ...
- 03-09-2007 #1Just Joined!
- Join Date
- Jul 2006
- Posts
- 70
how to determine PCI ID of ndiswrapper??
Hi everyone, I had installed ndiswrapper into my fedora because i had bought a new adapter, which is Belkin Wireless G USB Network Adapter(F5D70500). I had tried to install the driver given by the CD , but failed to show the hardware present. Besides that, my pc is getting lag. So now i try to search others driver see can support this adapter.
When i typed lspci and lspic-n in terminal as shown below:
[root@localhost ndiswrapper-1.1]# lspci
00:00.0 Host bridge: Silicon Integrated Systems [SiS] 650/M650 Host (rev 01)
00:01.0 PCI bridge: Silicon Integrated Systems [SiS] Virtual PCI-to-PCI bridge (AGP)
00:02.0 ISA bridge: Silicon Integrated Systems [SiS] SiS962 [MuTIOL Media IO] (rev 04)
00:02.1 SMBus: Silicon Integrated Systems [SiS] SiS961/2 SMBus Controller
00:02.5 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE]
00:02.7 Multimedia audio controller: Silicon Integrated Systems [SiS] Sound Controller (rev a0)
00:03.0 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 0f)
00:03.1 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 0f)
00:03.2 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 0f)
00:03.3 USB Controller: Silicon Integrated Systems [SiS] USB 2.0 Controller
00:04.0 Ethernet controller: Silicon Integrated Systems [SiS] SiS900 PCI Fast Ethernet (rev 90)
00:0b.0 Modem: ALi Corporation SmartLink SmartPCI561 56K Modem
01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] 65x/M650/740 PCI/AGP VGA Display Adapter
[root@localhost ndiswrapper-1.1]# lspci -n
00:00.0 Class 0600: 1039:0650 (rev 01)
00:01.0 Class 0604: 1039:0001
00:02.0 Class 0601: 1039:0962 (rev 04)
00:02.1 Class 0c05: 1039:0016
00:02.5 Class 0101: 1039:5513
00:02.7 Class 0401: 1039:7012 (rev a0)
00:03.0 Class 0c03: 1039:7001 (rev 0f)
00:03.1 Class 0c03: 1039:7001 (rev 0f)
00:03.2 Class 0c03: 1039:7001 (rev 0f)
00:03.3 Class 0c03: 1039:7002
00:04.0 Class 0200: 1039:0900 (rev 90)
00:0b.0 Class 0703: 10b9:5459
01:00.0 Class 0300: 1039:6325
Did anyone how to determine the PCI ID ?? If you know it please drop your message here. Your helps are much needed and appreciated.
Thank you.
- 03-09-2007 #2Linux Enthusiast
- Join Date
- Apr 2004
- Location
- UK
- Posts
- 658
If it's a USB device then is won't show up in the output of lspci.
Try lsusb instead.
Let us know how you get on,
Chris...To be good, you must first be bad. "Newbie" is a rank, not a slight.
- 03-10-2007 #3Just Joined!
- Join Date
- Jul 2006
- Posts
- 70
But when i type lsusb, it shown as below:
[root@localhost ~]# lsusb
bash: lsusb: command not found
Why it will be like that ?
- 03-10-2007 #4Linux Enthusiast
- Join Date
- Apr 2004
- Location
- UK
- Posts
- 658
That means lsusb is not installed. If you tell us which distribution you are using we should be able to tell you what you need to do to install it.
Let us know how you get on,
Chris...To be good, you must first be bad. "Newbie" is a rank, not a slight.
- 03-15-2007 #5Just Joined!
- Join Date
- Jul 2006
- Posts
- 70
I am using fedora core 4, and i have to install the usb driver to detect those usb hardware. The program is usbutils-0.71-2.1.i386.rpm and the link to download as below:
http://mirror.eas.muohio.edu/fedora/...s/Fedora/RPMS/


Reply With Quote