jlunse
August 7th, 2010, 05:42 PM
I have a wired connection on the motherboard and a also a card for wireless communication.
Wired connection works fine but my plan is now to setup wireless connection too.
I was advised to use this in order to find installed network devices:
sudo lshw -C network
Not sure, but I think it only reports details about the wired device. Is that correct?
How could I get ubuntu to also find my wifi-card?
This is the report I get with sudo lshw -C network:
*-network
description: Ethernet interface
product: 88E8053 PCI-E Gigabit Ethernet Controller
vendor: Marvell Technology Group Ltd.
physical id: 0
bus info: pci@0000:02:00.0
logical name: eth0
version: 19
serial: 00:13:d4:1b:67:86
size: 100MB/s
capacity: 1GB/s
width: 64 bits
clock: 33MHz
capabilities: pm vpd msi pciexpress bus_master cap_list rom ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=sky2 driverversion=1.25 duplex=full firmware=N/A ip=192.168.1.4 latency=0 link=yes multicast=yes port=twisted pair speed=100MB/s
resources: irq:26 memory:cfefc000-cfefffff ioport:c800(size=256) memory:cfec0000-cfedffff(prefetchable)
*-network UNCLAIMED
description: Network controller
product: ISL3890 [Prism GT/Prism Duette]/ISL3886 [Prism Javelin/Prism Xbow]
vendor: Intersil Corporation
physical id: 5
bus info: pci@0000:03:05.0
version: 01
width: 32 bits
clock: 33MHz
capabilities: pm cap_list
configuration: latency=64 maxlatency=28 mingnt=10
resources: memory:cfffc000-cfffdfff
***Updated below***
Also tried this command on my daughters computer who also have two network devices, one wired (works fine in ubuntu) and one wireless connection (not working). This is what's reported by "sudo lshw -C network" and I can't find any wireless device in this text, or am I missing something?
*-network
description: Ethernet interface
product: RTL-8139/8139C/8139C+
vendor: Realtek Semiconductor Co., Ltd.
physical id: 3
bus info: pci@0000:02:03.0
logical name: eth0
version: 10
serial: 00:13:d3:54:92:43
size: 100MB/s
capacity: 100MB/s
width: 32 bits
clock: 33MHz
capabilities: pm bus_master cap_list rom ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=8139too driverversion=0.9.28 duplex=full ip=192.168.1.5 latency=64 link=yes maxlatency=64 mingnt=32 multicast=yes port=MII speed=100MB/s
resources: irq:20 ioport:df00(size=256) memory:fdeff000-fdeff0ff memory:fdd00000-fdd0ffff(prefetchable)
Wired connection works fine but my plan is now to setup wireless connection too.
I was advised to use this in order to find installed network devices:
sudo lshw -C network
Not sure, but I think it only reports details about the wired device. Is that correct?
How could I get ubuntu to also find my wifi-card?
This is the report I get with sudo lshw -C network:
*-network
description: Ethernet interface
product: 88E8053 PCI-E Gigabit Ethernet Controller
vendor: Marvell Technology Group Ltd.
physical id: 0
bus info: pci@0000:02:00.0
logical name: eth0
version: 19
serial: 00:13:d4:1b:67:86
size: 100MB/s
capacity: 1GB/s
width: 64 bits
clock: 33MHz
capabilities: pm vpd msi pciexpress bus_master cap_list rom ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=sky2 driverversion=1.25 duplex=full firmware=N/A ip=192.168.1.4 latency=0 link=yes multicast=yes port=twisted pair speed=100MB/s
resources: irq:26 memory:cfefc000-cfefffff ioport:c800(size=256) memory:cfec0000-cfedffff(prefetchable)
*-network UNCLAIMED
description: Network controller
product: ISL3890 [Prism GT/Prism Duette]/ISL3886 [Prism Javelin/Prism Xbow]
vendor: Intersil Corporation
physical id: 5
bus info: pci@0000:03:05.0
version: 01
width: 32 bits
clock: 33MHz
capabilities: pm cap_list
configuration: latency=64 maxlatency=28 mingnt=10
resources: memory:cfffc000-cfffdfff
***Updated below***
Also tried this command on my daughters computer who also have two network devices, one wired (works fine in ubuntu) and one wireless connection (not working). This is what's reported by "sudo lshw -C network" and I can't find any wireless device in this text, or am I missing something?
*-network
description: Ethernet interface
product: RTL-8139/8139C/8139C+
vendor: Realtek Semiconductor Co., Ltd.
physical id: 3
bus info: pci@0000:02:03.0
logical name: eth0
version: 10
serial: 00:13:d3:54:92:43
size: 100MB/s
capacity: 100MB/s
width: 32 bits
clock: 33MHz
capabilities: pm bus_master cap_list rom ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=8139too driverversion=0.9.28 duplex=full ip=192.168.1.5 latency=64 link=yes maxlatency=64 mingnt=32 multicast=yes port=MII speed=100MB/s
resources: irq:20 ioport:df00(size=256) memory:fdeff000-fdeff0ff memory:fdd00000-fdd0ffff(prefetchable)