Results 11 to 18 of 18
Good evening,
I tried entering that command code as you typed it. I don't know what that straight vertical line is between "lspci" and "grep". Anyway, I tried typing /sbin/lspci ...
- 12-31-2006 #11Just Joined!
- Join Date
- Dec 2006
- Location
- Long Island
- Posts
- 14
Good evening,
I tried entering that command code as you typed it. I don't know what that straight vertical line is between "lspci" and "grep". Anyway, I tried typing /sbin/lspci and got a response that said "no such file or directory". I tried this under my name and also under root. I tried grep -i net got something back that said my argument was wrong. Tried the whole thing as you had only without the vertical line and got the 1st response as no such file or directory.
Am I doing something wrong?
Thanks,
Mark
- 12-31-2006 #12Just Joined!
- Join Date
- Dec 2006
- Location
- Long Island
- Posts
- 14
Is this what your looking for?
00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS/940GML and 945GT Express Memory Controller Hub (rev 03)
Yes? Hopefully.
Mark
- 12-31-2006 #13
I don't think its the right info. Login as root in the terminal and enter
The symbol between lspci and grep is a pipe. Its usually represented by a straight line (or a line splight in two) on the left hand side of your keyboard, next to the Z key if you use a UK keyboard. If you can't find the symbol, then just run "lspci".Code:lspci | grep -i net
- 12-31-2006 #14Just Joined!
- Join Date
- Dec 2006
- Location
- Long Island
- Posts
- 14
00:00.0 Host bridge: Intel Corp Mobile 945GM/PM/GMS/940GML and 945GT Express Memory Controller Hub (rev 03)
00:02.0 UGA compatible controller: Intel Corp Mobile 945GM/PM/GMS/940 Express Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corp Mobile 945GM/PM/GMS/940 Express Integrated Graphics Controller (rev 03)
00:1b.0 Audio device: Intel Corp 82801G(IHC7 Family) Hi Def Audio Controller (rev 01)
00:1c.0 PCI bridge: Intel Corp 82801G(IHC7 Family) PCI Express Port 1 (rev 01)
00:1c.1 PCI bridge: Intel Corp 82801G(IHC7 Family) PCI Express Port 2 (rev 01)
00:1c.3 PCI bridge: Intel Corp 82801G(IHC7 Family) PCI Express Port 4 (rev 01)
00:1d.0 USB controller Intel Corp 82801G(IHC7 Family) USB UHCI #1 (rev 01)
00:1d.1 USB controller Intel Corp 82801G(IHC7 Family) USB UHCI #2 (rev 01)
00:1d.2 USB controller Intel Corp 82801G(IHC7 Family) USB UHCI #3 (rev 01)
00:1d.3 USB controller Intel Corp 82801G(IHC7 Family) USB UHCI #4 (rev 01)
00:1d.7 USB controller Intel Corp 82801G(IHC7 Family) USB2 EHCI Controller (rev 01)
00:1e.0 PCI bridge: Intel Corp 82801 Mobile PCI Bridge (rev e1)
00:1f.0 ISA bridge: Intel Corp 82801GBM (ICH7 M) LPC Interface Bridge (rev 01)
00:1f.2 IDE interface: Intel Corp 82801GBM/GHM (ICH 7 Family) Serial ATA Storage Controller IDE (rev 01)
00:1f.3 SMBus: Intel Corp 82801G (ICH7 Family) SMBus Controller (rev 01)
03:00.1 Ethenet controller: Broadcom Corp BCM4401-BO 100Base-TX (rev 02)
03:01.0 Firewire (IEEE 1394): Ricoh Co Ltd Unknown device 0832
03:01.1 Class 0805: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MSPro Host Adapter (rev 19)
03:01.2 System peripheral: Ricoh Co Ltd unknown device 0843 (rev 01)
03:01.3 System peripheral: Ricoh Co Ltd xD Picture Card Controller (rev 05)
03:01.4 System peripheral: Ricoh Co Ltd xD Picture Card Controller (rev 05)
0c:00.0 Network controller: Broadcom Corp Unknown device 4328 (rev 01)
This is everything. Hopefully this will help. I live in the US, we don't have your type of keyboard. But, at one time I do remember seeing those things (pipe) a couple decades ago. I used a semi colon instead. ;
Thanks, Mark
- 12-31-2006 #15Thats the part I was looking for. I've searched to see if this card is supported in Linux and it doesn't seem like it is. To make it work, you would have to install an app called ndiswrapper and then use your windows drivers. In Mandriva, if you install ndiswrapper from the software installation tool, all you would need to do is configure a network connection from scratch (Mandriva Control Center -> Networking) and choose to create a wireless connection. After that choose to use your windows drivers and point the configuration tool to the location of the drivers.Code:
0c:00.0 Network controller: Broadcom Corp Unknown device 4328 (rev 01)
- 12-31-2006 #16Just Joined!
- Join Date
- Dec 2006
- Location
- Long Island
- Posts
- 14
I'm in Control Center
New connection
Wireless
Select network interface to configure: use windows driver (with ndiswrapper)
Another screen opens (drakconnect)
Use ndiswrapper driver infcach.1 - ok
I get the same response: No device supporting infcach.1 ndiswrapper is present.
It never gives me the option to search for infcach.1 in windows.
This is very frustrating!!
Mark
- 12-31-2006 #17Just Joined!
- Join Date
- Dec 2006
- Location
- Long Island
- Posts
- 14
Bump
Please help, this is very frustrating.
Thanks, Mark
- 12-31-2006 #18
I think you may need to install the firmware as well. To load the firmware, you need to install the bcm43xx-fwcutter package using the software module in the Mandriva Control Center. How exactly you load the firmware, I don't know because my wireless card uses opensource drivers that don't need firmware loading.


Reply With Quote
