Setting up Netgear wireless adaptor

Asked by dustbindiva

How do I create a wireless connection using a Netgear wireless adaptor. Ubuntu 10.04 version. PC. I was told to download a broadcom package in Synaptic Package Manager but conflicting with other information.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu gnome-nettool Edit question
Assignee:
No assignee Edit question
Solved by:
dustbindiva
Solved:
Last query:
Last reply:
Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#1

Hi,

Please first connect your wired network adapter to the wireless router using an ethernet cable (also known as a LAN cable).

In order to gather essential troubleshooting information about your wireless card, please follow this procedure:

Step 1:

If you are using the Gnome interface, open the Terminal console via "Applications->Accessories->Terminal"

If you are using the Unity interface, the easiest way to open the Terminal is to use the 'search' function on the dash. Or you can click on the 'More Apps' button, click on the 'See more results' by the installed section, and find it in that list of applications. A third way, available after you click on the 'More Apps' button, is to go to the search bar, and see that the far right end of it says 'All Applications'. You then click on that, and you'll see the full list. Then you can go to Accessories > Terminal after that.

The methods in Unity are:
Press Control-ALT-T key combination.
Dash > Search for Terminal
Dash > More Apps > 'See More Results' > Terminal
Dash > More Apps > Accessories > Terminal

Step 2: Please copy-paste the following command from https://help.ubuntu.com/community/WirelessTroubleshootingProcedure in Firefox into the Linux Terminal. Do NOT copy-paste from the Email message into the Terminal, as that will only copy PART of the command. The command STARTS with the word sudo and ENDS with the word lsmod. So please copy-paste the ENTIRE command below from Firefox into a Terminal, press <enter>, then enter password when sudo asks for password, then press enter again.

Tip: If you have a wheel mouse or 3 button mouse you do not need to type commands into the Terminal. Highlight the command written on the page. Move your cursor anywhere in the Terminal and press the wheel or middle button. Automatic Copy and paste! No spelling mistakes! No Typos! No other errors!

sudo apt-get update; sudo apt-get install hwinfo grep rfkill; sudo lshw -C network; rfkill list; sudo iwlist scan | egrep -i 'chan|ssid'; cat /etc/network/interfaces; cat /etc/lsb-release; lspci -nn; lsusb; sudo lshw -short; uname -a; dmesg | egrep 'acx|at76|ath|b43|bcm|brcm|CX|eth|ipw|ireless|irmware|isl|lbtf|orinoco|ndiswrapper|NPE|ound|p54|prism|rtl|rt2|rt3|rt5|rt6|rt7|usb|witch|wl';sudo dmidecode|egrep 'anufact|roduct|erial|elease'; iwconfig; cat /etc/modprobe.d/* | egrep 'acx|at76|ath|b43|bcm|brcm|CX|eth|ipw|irmware|isl|lbtf|orinoco|ndiswrapper|NPE|p54|prism|rtl|rt2|rt3|rt6|rt7|wmi|witch|wl'; cat /var/lib/NetworkManager/NetworkManager.state; sudo hwinfo --netcard ; ps -aux|egrep 'wpa|icd|etwork'; netstat -rn ; cat /etc/resolv.conf; sudo lsmod

Step 3: Please post results (copy/paste terminal output) on this thread. The troubleshooters here need to see the full Terminal output from running the above command.

Step 4: Please also clarify if you installed Ubuntu to the harddisk and are running from a harddisk install OR if you are only testing Ubuntu in a LiveCD session.

Regards,

Mark

Revision history for this message
dustbindiva (dustbindiva) said :
#2

It says this command is for Ubuntu 11.04 release. mine is 10.04. Gnome interface. You dont suggest installing the Broadcom package from the synaptic pkg manager ?

Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#3

Without the requested Terminal output, it is impossible to make any suggestions......

Revision history for this message
dustbindiva (dustbindiva) said :
#4

accrc@ubuntu:~$
accrc@ubuntu:~$ sudo apt-get update; sudo apt-get install hwinfo grep rfkill; sudo lshw -C network; rfkill list; sudo iwlist scan | egrep -i 'chan|ssid'; cat /etc/network/interfaces; cat /etc/lsb-release; lspci -nn; lsusb; sudo lshw -short; uname -a; dmesg | egrep 'acx|at76|ath|b43|bcm|brcm|CX|eth|ipw|ireless|irmware|isl|lbtf|orinoco|ndiswrapper|NPE|ound|p54|prism|rtl|rt2|rt3|rt5|rt6|rt7|usb|witch|wl';sudo dmidecode|egrep 'anufact|roduct|erial|elease'; iwconfig; cat /etc/modprobe.d/* | egrep 'acx|at76|ath|b43|bcm|brcm|CX|eth|ipw|irmware|isl|lbtf|orinoco|ndiswrapper|NPE|p54|prism|rtl|rt2|rt3|rt6|rt7|wmi|witch|wl'; cat /var/lib/NetworkManager/NetworkManager.state; sudo hwinfo --netcard ; ps -aux|egrep 'wpa|icd|etwork'; netstat -rn ; cat /etc/resolv.conf; sudo lsmod
[sudo] password for accrc:
Hit http://archive.canonical.com lucid Release.gpg
Ign http://archive.canonical.com/ubuntu/ lucid/partner Translation-en_US
Hit http://archive.ubuntu.com lucid Release.gpg
Ign http://archive.ubuntu.com/ubuntu/ lucid/main Translation-en_US
Ign http://archive.ubuntu.com/ubuntu/ lucid/restricted Translation-en_US
Ign http://archive.ubuntu.com/ubuntu/ lucid/multiverse Translation-en_US
Ign http://archive.ubuntu.com/ubuntu/ lucid/universe Translation-en_US
Get:1 http://archive.ubuntu.com lucid-updates Release.gpg [198B]
Ign http://archive.ubuntu.com/ubuntu/ lucid-updates/main Translation-en_US
Ign http://archive.ubuntu.com/ubuntu/ lucid-updates/restricted Translation-en_US
Ign http://archive.ubuntu.com/ubuntu/ lucid-updates/multiverse Translation-en_US
Ign http://archive.ubuntu.com/ubuntu/ lucid-updates/universe Translation-en_US
Hit http://archive.canonical.com lucid Release
Get:2 http://archive.ubuntu.com lucid-security Release.gpg [198B]
Ign http://archive.ubuntu.com/ubuntu/ lucid-security/main Translation-en_US
Ign http://archive.ubuntu.com/ubuntu/ lucid-security/restricted Translation-en_US
Ign http://archive.ubuntu.com/ubuntu/ lucid-security/multiverse Translation-en_US
Ign http://archive.ubuntu.com/ubuntu/ lucid-security/universe Translation-en_US
Hit http://archive.ubuntu.com lucid Release
Get:3 http://archive.ubuntu.com lucid-updates Release [58.3kB]
Hit http://archive.canonical.com lucid/partner Packages
Get:4 http://archive.ubuntu.com lucid-security Release [57.3kB]
Hit http://archive.ubuntu.com lucid/main Packages
Hit http://archive.ubuntu.com lucid/restricted Packages
Hit http://archive.ubuntu.com lucid/multiverse Packages
Hit http://archive.ubuntu.com lucid/main Sources
Hit http://archive.ubuntu.com lucid/universe Packages
Hit http://archive.ubuntu.com lucid/universe Sources
Get:5 http://archive.ubuntu.com lucid-updates/main Packages [664kB]
Get:6 http://archive.ubuntu.com lucid-updates/restricted Packages [4,630B]
Get:7 http://archive.ubuntu.com lucid-updates/multiverse Packages [11.5kB]
Get:8 http://archive.ubuntu.com lucid-updates/main Sources [233kB]
Get:9 http://archive.ubuntu.com lucid-updates/universe Packages [287kB]
Get:10 http://archive.ubuntu.com lucid-updates/universe Sources [106kB]
Get:11 http://archive.ubuntu.com lucid-security/main Packages [470kB]
Get:12 http://archive.ubuntu.com lucid-security/restricted Packages [2,867B]
Get:13 http://archive.ubuntu.com lucid-security/multiverse Packages [5,372B]
Get:14 http://archive.ubuntu.com lucid-security/main Sources [133kB]
Get:15 http://archive.ubuntu.com lucid-security/universe Packages [140kB]
Get:16 http://archive.ubuntu.com lucid-security/universe Sources [43.4kB]
Fetched 2,217kB in 4s (464kB/s)
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
grep is already the newest version.
The following packages were automatically installed and are no longer required:
  libaccess-bridge-java-jni libaccess-bridge-java
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
  libhd16
The following NEW packages will be installed:
  hwinfo libhd16 rfkill
0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
Need to get 751kB of archives.
After this operation, 2,126kB of additional disk space will be used.
Do you want to continue [Y/n]? n
Abort.
  *-network
       description: Ethernet interface
       product: NetXtreme BCM5751 Gigabit Ethernet PCI Express
       vendor: Broadcom Corporation
       physical id: 0
       bus info: pci@0000:02:00.0
       logical name: eth0
       version: 01
       serial: 00:18:8b:25:df:82
       size: 100MB/s
       capacity: 1GB/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm vpd msi pciexpress bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=tg3 driverversion=3.102 duplex=full firmware=5751-v3.44a ip=192.168.1.78 latency=0 link=yes multicast=yes port=twisted pair speed=100MB/s
       resources: irq:16 memory:fe8f0000-fe8fffff
lo Interface doesn't support scanning.

eth0 Interface doesn't support scanning.

# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
#iface eth0 inet dhcp
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=10.04
DISTRIB_CODENAME=lucid
DISTRIB_DESCRIPTION="Ubuntu 10.04.4 LTS"
00:00.0 Host bridge [0600]: Intel Corporation 82945G/GZ/P/PL Memory Controller Hub [8086:2770] (rev 02)
00:01.0 PCI bridge [0604]: Intel Corporation 82945G/GZ/P/PL PCI Express Root Port [8086:2771] (rev 02)
00:02.0 VGA compatible controller [0300]: Intel Corporation 82945G/GZ Integrated Graphics Controller [8086:2772] (rev 02)
00:02.1 Display controller [0380]: Intel Corporation 82945G/GZ Integrated Graphics Controller [8086:2776] (rev 02)
00:1c.0 PCI bridge [0604]: Intel Corporation N10/ICH 7 Family PCI Express Port 1 [8086:27d0] (rev 01)
00:1c.1 PCI bridge [0604]: Intel Corporation N10/ICH 7 Family PCI Express Port 2 [8086:27d2] (rev 01)
00:1d.0 USB Controller [0c03]: Intel Corporation N10/ICH7 Family USB UHCI Controller #1 [8086:27c8] (rev 01)
00:1d.1 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB UHCI Controller #2 [8086:27c9] (rev 01)
00:1d.2 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB UHCI Controller #3 [8086:27ca] (rev 01)
00:1d.3 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB UHCI Controller #4 [8086:27cb] (rev 01)
00:1d.7 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB2 EHCI Controller [8086:27cc] (rev 01)
00:1e.0 PCI bridge [0604]: Intel Corporation 82801 PCI Bridge [8086:244e] (rev e1)
00:1e.2 Multimedia audio controller [0401]: Intel Corporation 82801G (ICH7 Family) AC'97 Audio Controller [8086:27de] (rev 01)
00:1f.0 ISA bridge [0601]: Intel Corporation 82801GB/GR (ICH7 Family) LPC Interface Bridge [8086:27b8] (rev 01)
00:1f.1 IDE interface [0101]: Intel Corporation 82801G (ICH7 Family) IDE Controller [8086:27df] (rev 01)
00:1f.2 IDE interface [0101]: Intel Corporation N10/ICH7 Family SATA IDE Controller [8086:27c0] (rev 01)
00:1f.3 SMBus [0c05]: Intel Corporation N10/ICH 7 Family SMBus Controller [8086:27da] (rev 01)
02:00.0 Ethernet controller [0200]: Broadcom Corporation NetXtreme BCM5751 Gigabit Ethernet PCI Express [14e4:1677] (rev 01)
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 003: ID 04f2:0116 Chicony Electronics Co., Ltd KU-2971 German Keyboard
Bus 004 Device 002: ID 0461:4d46 Primax Electronics, Ltd
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 005: ID 0846:9030 NetGear, Inc.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
H/W path Device Class Description
==========================================================
                                   system OptiPlex GX620
/0 bus 0HH807
/0/0 memory 64KiB BIOS
/0/400 processor Intel(R) Pentium(R) 4 CPU 3.00GHz
/0/400/700 memory 16KiB L1 cache
/0/400/701 memory 1MiB L2 cache
/0/400/0.1 processor Logical CPU
/0/400/0.2 processor Logical CPU
/0/1000 memory 1GiB System Memory
/0/1000/0 memory 512MiB DIMM DDR Synchronous 533 M
/0/1000/1 memory DIMM DDR Synchronous 533 MHz (1.9
/0/1000/2 memory DIMM DDR Synchronous 533 MHz (1.9
/0/1000/3 memory 512MiB DIMM DDR Synchronous 533 M
/0/100 bridge 82945G/GZ/P/PL Memory Controller
/0/100/1 bridge 82945G/GZ/P/PL PCI Express Root P
/0/100/2 display 82945G/GZ Integrated Graphics Con
/0/100/2.1 display 82945G/GZ Integrated Graphics Con
/0/100/1c bridge N10/ICH 7 Family PCI Express Port
/0/100/1c/0 eth0 network NetXtreme BCM5751 Gigabit Etherne
/0/100/1c.1 bridge N10/ICH 7 Family PCI Express Port
/0/100/1d bus N10/ICH7 Family USB UHCI Controll
/0/100/1d.1 bus N10/ICH 7 Family USB UHCI Control
/0/100/1d.2 bus N10/ICH 7 Family USB UHCI Control
/0/100/1d.3 bus N10/ICH 7 Family USB UHCI Control
/0/100/1d.7 bus N10/ICH 7 Family USB2 EHCI Contro
/0/100/1e bridge 82801 PCI Bridge
/0/100/1e.2 multimedia 82801G (ICH7 Family) AC'97 Audio
/0/100/1f bridge 82801GB/GR (ICH7 Family) LPC Inte
/0/100/1f.1 scsi0 storage 82801G (ICH7 Family) IDE Controll
/0/100/1f.1/0.0.0 /dev/cdrom disk DVDRRW GSA-H20L
/0/100/1f.1/0.1.0 /dev/sda disk 160GB WDC WD1600BB-22G
/0/100/1f.1/0.1.0/1 /dev/sda1 volume 146GiB EXT4 volume
/0/100/1f.1/0.1.0/2 /dev/sda2 volume 2906MiB Extended partition
/0/100/1f.1/0.1.0/2/5 /dev/sda5 volume 2906MiB Linux swap / Solaris part
/0/100/1f.2 storage N10/ICH7 Family SATA IDE Controll
/0/100/1f.3 bus N10/ICH 7 Family SMBus Controller
Linux ubuntu 2.6.32-45-generic #101-Ubuntu SMP Mon Dec 3 15:41:13 UTC 2012 i686 GNU/Linux
[ 0.000000] found SMP MP-table at [c00fe710] fe710
[ 0.440870] ACPI: ACPI Dock Station Driver: 1 docks/bays found
[ 1.188938] usbcore: registered new interface driver usbfs
[ 1.188938] usbcore: registered new interface driver hub
[ 1.188938] usbcore: registered new device driver usb
[ 1.192095] Switching to clocksource tsc
[ 1.241150] pnp: PnP ACPI: found 11 devices
[ 1.517541] ehci_hcd 0000:00:1d.7: using broken periodic workaround
[ 1.536179] usb usb1: configuration #1 chosen from 1 choice
[ 1.536230] hub 1-0:1.0: USB hub found
[ 1.536683] usb usb2: configuration #1 chosen from 1 choice
[ 1.536732] hub 2-0:1.0: USB hub found
[ 1.537075] usb usb3: configuration #1 chosen from 1 choice
[ 1.537121] hub 3-0:1.0: USB hub found
[ 1.537472] usb usb4: configuration #1 chosen from 1 choice
[ 1.537518] hub 4-0:1.0: USB hub found
[ 1.537864] usb usb5: configuration #1 chosen from 1 choice
[ 1.537911] hub 5-0:1.0: USB hub found
[ 1.538083] PNP: No PS/2 controller found. Probing ports directly.
[ 1.542024] device-mapper: multipath: version 1.1.0 loaded
[ 1.542031] device-mapper: multipath round-robin: version 1.0.0 loaded
[ 1.545569] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 1.705055] isapnp: No Plug & Play device found
[ 1.984026] usb 1-7: new high speed USB device using ehci_hcd and address 4
[ 2.132951] usb 1-7: configuration #1 chosen from 1 choice
[ 2.372021] usb 4-1: new low speed USB device using uhci_hcd and address 2
[ 2.540364] usb 4-1: configuration #1 chosen from 1 choice
[ 2.780030] usb 4-2: new low speed USB device using uhci_hcd and address 3
[ 2.954326] usb 4-2: configuration #1 chosen from 1 choice
[ 3.589708] eth0: Tigon3 [partno(BCM5751PKFBG) rev 4001] (PCI Express) MAC address 00:18:8b:25:df:82
[ 3.589715] eth0: attached PHY is 5750 (10/100/1000Base-T Ethernet) (WireSpeed[1])
[ 3.589721] eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
[ 3.589726] eth0: dma_rwctrl[76180000] dma_mask[64-bit]
[ 3.591586] usbcore: registered new interface driver hiddev
[ 3.606525] input: USB Optical Mouse as /devices/pci0000:00/0000:00:1d.2/usb4/4-1/4-1:1.0/input/input3
[ 3.606718] generic-usb 0003:0461:4D46.0001: input,hidraw0: USB HID v1.11 Mouse [USB Optical Mouse] on usb-0000:00:1d.2-1/input0
[ 3.621528] input: CHICONY USB Keyboard as /devices/pci0000:00/0000:00:1d.2/usb4/4-2/4-2:1.0/input/input4
[ 3.621666] generic-usb 0003:04F2:0116.0002: input,hidraw1: USB HID v1.10 Keyboard [CHICONY USB Keyboard] on usb-0000:00:1d.2-2/input0
[ 3.621719] usbcore: registered new interface driver usbhid
[ 3.621726] usbhid: v2.6:USB HID core driver
[ 19.438629] intel_rng: Firmware space is locked read-only. If you can't or
[ 19.438633] intel_rng: don't want to disable this in firmware setup, and if
[ 19.624350] dell-wmi: No known WMI GUID found
[ 19.683287] lp: driver loaded but no devices found
[ 20.093712] Console: switching to colour frame buffer device 160x64
[ 20.602215] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 22.096928] tg3: eth0: Link is up at 100 Mbps, full duplex.
[ 22.096933] tg3: eth0: Flow control is on for TX and on for RX.
[ 22.097078] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 32.792046] eth0: no IPv6 routers present
[ 328.755248] usb 1-7: USB disconnect, address 4
[ 567.748046] usb 1-8: new high speed USB device using ehci_hcd and address 5
[ 567.897004] usb 1-8: configuration #1 chosen from 1 choice
 Release Date: 11/30/2006
  Serial services are supported (int 14h)
 Manufacturer: Dell Inc.
 Product Name: OptiPlex GX620
 Serial Number: CQ9VBC1
 Manufacturer: Dell Inc.
 Product Name: 0HH807
 Serial Number: ..CN1374069Q0406.
 Manufacturer: Dell Inc.
 Serial Number: CQ9VBC1
 Manufacturer: Intel
 Port Type: Serial Port 16550A Compatible
 Manufacturer: 2CFFFFFFFFFFFFFF
 Serial Number: C602B87A
 Manufacturer: FFFFFFFFFFFFFFFF
 Serial Number: FFFFFFFF
 Manufacturer: FFFFFFFFFFFFFFFF
 Serial Number: FFFFFFFF
 Manufacturer: 7F7FB5FFFFFFFFFF
 Serial Number: 181CC16C
lo no wireless extensions.

eth0 no wireless extensions.

install snd-rawmidi /sbin/modprobe --ignore-install snd-rawmidi $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq-midi ; : ; }
# which ath5k cannot recover. To prevent this condition, stop
blacklist ath_pci
# Warning: This file is autogenerated by bcmwl. All changes to this file will be lost.
blacklist b43
blacklist b43legacy
blacklist bcm43xx
blacklist eth1394
# replaced by p54pci
blacklist prism54
# replaced by b43 and ssb.
blacklist bcm43xx
blacklist uart6850
blacklist twl4030_wdt

[main]
NetworkingEnabled=true
WirelessEnabled=true
WWANEnabled=true
sudo: hwinfo: command not found
Warning: bad ps syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html
root 670 0.0 0.3 18732 3916 ? Ssl 16:31 0:00 NetworkManager
root 791 0.0 0.1 4860 1708 ? S 16:31 0:00 /sbin/wpa_supplicant -u -s
root 1062 0.0 0.0 2256 1000 ? S 16:31 0:00 /sbin/dhclient -d -sf /usr/lib/NetworkManager/nm-dhcp-client.action -pf /var/run/dhclient-eth0.pid -lf /var/lib/dhcp3/dhclient-43ca4bc8-4014-4a22-85a3-4b92ef2194ec-eth0.lease -cf /var/run/nm-dhclient-eth0.conf eth0
accrc 1585 0.0 0.0 2160 816 pts/0 S+ 16:46 0:00 egrep --color=auto wpa|icd|etwork
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
0.0.0.0 192.168.1.254 0.0.0.0 UG 0 0 0 eth0
# Generated by NetworkManager
domain att.net
search att.net
nameserver 192.168.1.254
Module Size Used by
binfmt_misc 6587 1
fbcon 35102 71
tileblit 1999 1 fbcon
font 7557 1 fbcon
bitblit 4707 1 fbcon
softcursor 1189 1 bitblit
vga16fb 11385 0
vgastate 8961 1 vga16fb
snd_intel8x0 25652 2
snd_ac97_codec 100646 1 snd_intel8x0
ac97_bus 1002 1 snd_ac97_codec
snd_pcm_oss 35308 0
snd_mixer_oss 13746 1 snd_pcm_oss
snd_pcm 70694 3 snd_intel8x0,snd_ac97_codec,snd_pcm_oss
snd_seq_dummy 1338 0
snd_seq_oss 26722 0
snd_seq_midi 4557 0
snd_rawmidi 19056 1 snd_seq_midi
snd_seq_midi_event 6003 2 snd_seq_oss,snd_seq_midi
snd_seq 47263 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
i915 290772 3
snd_timer 19130 2 snd_pcm,snd_seq
snd_seq_device 5700 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
drm_kms_helper 29329 1 i915
ppdev 5259 0
drm 163779 4 i915,drm_kms_helper
parport_pc 25962 1
lp 7028 0
snd 54244 14 snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
dell_wmi 1793 0
dcdbas 5422 0
intel_agp 24375 2 i915
i2c_algo_bit 5028 1 i915
psmouse 63677 0
serio_raw 3978 0
parport 32635 3 ppdev,parport_pc,lp
soundcore 6620 1 snd
snd_page_alloc 7076 2 snd_intel8x0,snd_pcm
video 17375 1 i915
output 1871 1 video
agpgart 31724 2 drm,intel_agp
usbhid 36110 0
hid 67288 1 usbhid
floppy 53016 0
tg3 109324 0
accrc@ubuntu:~$

Revision history for this message
dustbindiva (dustbindiva) said :
#5

I didnt reply because the output is so long but here it is:

accrc@ubuntu:~$
accrc@ubuntu:~$ sudo apt-get update; sudo apt-get install hwinfo grep rfkill; sudo lshw -C network; rfkill list; sudo iwlist scan | egrep -i 'chan|ssid'; cat /etc/network/interfaces; cat /etc/lsb-release; lspci -nn; lsusb; sudo lshw -short; uname -a; dmesg | egrep 'acx|at76|ath|b43|bcm|brcm|CX|eth|ipw|ireless|irmware|isl|lbtf|orinoco|ndiswrapper|NPE|ound|p54|prism|rtl|rt2|rt3|rt5|rt6|rt7|usb|witch|wl';sudo dmidecode|egrep 'anufact|roduct|erial|elease'; iwconfig; cat /etc/modprobe.d/* | egrep 'acx|at76|ath|b43|bcm|brcm|CX|eth|ipw|irmware|isl|lbtf|orinoco|ndiswrapper|NPE|p54|prism|rtl|rt2|rt3|rt6|rt7|wmi|witch|wl'; cat /var/lib/NetworkManager/NetworkManager.state; sudo hwinfo --netcard ; ps -aux|egrep 'wpa|icd|etwork'; netstat -rn ; cat /etc/resolv.conf; sudo lsmod
[sudo] password for accrc:
Hit http://archive.canonical.com lucid Release.gpg
Ign http://archive.canonical.com/ubuntu/ lucid/partner Translation-en_US
Hit http://archive.ubuntu.com lucid Release.gpg
Ign http://archive.ubuntu.com/ubuntu/ lucid/main Translation-en_US
Ign http://archive.ubuntu.com/ubuntu/ lucid/restricted Translation-en_US
Ign http://archive.ubuntu.com/ubuntu/ lucid/multiverse Translation-en_US
Ign http://archive.ubuntu.com/ubuntu/ lucid/universe Translation-en_US
Get:1 http://archive.ubuntu.com lucid-updates Release.gpg [198B]
Ign http://archive.ubuntu.com/ubuntu/ lucid-updates/main Translation-en_US
Ign http://archive.ubuntu.com/ubuntu/ lucid-updates/restricted Translation-en_US
Ign http://archive.ubuntu.com/ubuntu/ lucid-updates/multiverse Translation-en_US
Ign http://archive.ubuntu.com/ubuntu/ lucid-updates/universe Translation-en_US
Hit http://archive.canonical.com lucid Release
Get:2 http://archive.ubuntu.com lucid-security Release.gpg [198B]
Ign http://archive.ubuntu.com/ubuntu/ lucid-security/main Translation-en_US
Ign http://archive.ubuntu.com/ubuntu/ lucid-security/restricted Translation-en_US
Ign http://archive.ubuntu.com/ubuntu/ lucid-security/multiverse Translation-en_US
Ign http://archive.ubuntu.com/ubuntu/ lucid-security/universe Translation-en_US
Hit http://archive.ubuntu.com lucid Release
Get:3 http://archive.ubuntu.com lucid-updates Release [58.3kB]
Hit http://archive.canonical.com lucid/partner Packages
Get:4 http://archive.ubuntu.com lucid-security Release [57.3kB]
Hit http://archive.ubuntu.com lucid/main Packages
Hit http://archive.ubuntu.com lucid/restricted Packages
Hit http://archive.ubuntu.com lucid/multiverse Packages
Hit http://archive.ubuntu.com lucid/main Sources
Hit http://archive.ubuntu.com lucid/universe Packages
Hit http://archive.ubuntu.com lucid/universe Sources
Get:5 http://archive.ubuntu.com lucid-updates/main Packages [664kB]
Get:6 http://archive.ubuntu.com lucid-updates/restricted Packages [4,630B]
Get:7 http://archive.ubuntu.com lucid-updates/multiverse Packages [11.5kB]
Get:8 http://archive.ubuntu.com lucid-updates/main Sources [233kB]
Get:9 http://archive.ubuntu.com lucid-updates/universe Packages [287kB]
Get:10 http://archive.ubuntu.com lucid-updates/universe Sources [106kB]
Get:11 http://archive.ubuntu.com lucid-security/main Packages [470kB]
Get:12 http://archive.ubuntu.com lucid-security/restricted Packages [2,867B]
Get:13 http://archive.ubuntu.com lucid-security/multiverse Packages [5,372B]
Get:14 http://archive.ubuntu.com lucid-security/main Sources [133kB]
Get:15 http://archive.ubuntu.com lucid-security/universe Packages [140kB]
Get:16 http://archive.ubuntu.com lucid-security/universe Sources [43.4kB]
Fetched 2,217kB in 4s (464kB/s)
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
grep is already the newest version.
The following packages were automatically installed and are no longer required:
  libaccess-bridge-java-jni libaccess-bridge-java
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
  libhd16
The following NEW packages will be installed:
  hwinfo libhd16 rfkill
0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
Need to get 751kB of archives.
After this operation, 2,126kB of additional disk space will be used.
Do you want to continue [Y/n]? n
Abort.
  *-network
       description: Ethernet interface
       product: NetXtreme BCM5751 Gigabit Ethernet PCI Express
       vendor: Broadcom Corporation
       physical id: 0
       bus info: pci@0000:02:00.0
       logical name: eth0
       version: 01
       serial: 00:18:8b:25:df:82
       size: 100MB/s
       capacity: 1GB/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm vpd msi pciexpress bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=tg3 driverversion=3.102 duplex=full firmware=5751-v3.44a ip=192.168.1.78 latency=0 link=yes multicast=yes port=twisted pair speed=100MB/s
       resources: irq:16 memory:fe8f0000-fe8fffff
lo        Interface doesn't support scanning.

eth0      Interface doesn't support scanning.

# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
#iface eth0 inet dhcp
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=10.04
DISTRIB_CODENAME=lucid
DISTRIB_DESCRIPTION="Ubuntu 10.04.4 LTS"
00:00.0 Host bridge [0600]: Intel Corporation 82945G/GZ/P/PL Memory Controller Hub [8086:2770] (rev 02)
00:01.0 PCI bridge [0604]: Intel Corporation 82945G/GZ/P/PL PCI Express Root Port [8086:2771] (rev 02)
00:02.0 VGA compatible controller [0300]: Intel Corporation 82945G/GZ Integrated Graphics Controller [8086:2772] (rev 02)
00:02.1 Display controller [0380]: Intel Corporation 82945G/GZ Integrated Graphics Controller [8086:2776] (rev 02)
00:1c.0 PCI bridge [0604]: Intel Corporation N10/ICH 7 Family PCI Express Port 1 [8086:27d0] (rev 01)
00:1c.1 PCI bridge [0604]: Intel Corporation N10/ICH 7 Family PCI Express Port 2 [8086:27d2] (rev 01)
00:1d.0 USB Controller [0c03]: Intel Corporation N10/ICH7 Family USB UHCI Controller #1 [8086:27c8] (rev 01)
00:1d.1 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB UHCI Controller #2 [8086:27c9] (rev 01)
00:1d.2 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB UHCI Controller #3 [8086:27ca] (rev 01)
00:1d.3 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB UHCI Controller #4 [8086:27cb] (rev 01)
00:1d.7 USB Controller [0c03]: Intel Corporation N10/ICH 7 Family USB2 EHCI Controller [8086:27cc] (rev 01)
00:1e.0 PCI bridge [0604]: Intel Corporation 82801 PCI Bridge [8086:244e] (rev e1)
00:1e.2 Multimedia audio controller [0401]: Intel Corporation 82801G (ICH7 Family) AC'97 Audio Controller [8086:27de] (rev 01)
00:1f.0 ISA bridge [0601]: Intel Corporation 82801GB/GR (ICH7 Family) LPC Interface Bridge [8086:27b8] (rev 01)
00:1f.1 IDE interface [0101]: Intel Corporation 82801G (ICH7 Family) IDE Controller [8086:27df] (rev 01)
00:1f.2 IDE interface [0101]: Intel Corporation N10/ICH7 Family SATA IDE Controller [8086:27c0] (rev 01)
00:1f.3 SMBus [0c05]: Intel Corporation N10/ICH 7 Family SMBus Controller [8086:27da] (rev 01)
02:00.0 Ethernet controller [0200]: Broadcom Corporation NetXtreme BCM5751 Gigabit Ethernet PCI Express [14e4:1677] (rev 01)
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 003: ID 04f2:0116 Chicony Electronics Co., Ltd KU-2971 German Keyboard
Bus 004 Device 002: ID 0461:4d46 Primax Electronics, Ltd
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 005: ID 0846:9030 NetGear, Inc.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
H/W path               Device      Class       Description
==========================================================
                                   system      OptiPlex GX620
/0                                 bus         0HH807
/0/0                               memory      64KiB BIOS
/0/400                             processor   Intel(R) Pentium(R) 4 CPU 3.00GHz
/0/400/700                         memory      16KiB L1 cache
/0/400/701                         memory      1MiB L2 cache
/0/400/0.1                         processor   Logical CPU
/0/400/0.2                         processor   Logical CPU
/0/1000                            memory      1GiB System Memory
/0/1000/0                          memory      512MiB DIMM DDR Synchronous 533 M
/0/1000/1                          memory      DIMM DDR Synchronous 533 MHz (1.9
/0/1000/2                          memory      DIMM DDR Synchronous 533 MHz (1.9
/0/1000/3                          memory      512MiB DIMM DDR Synchronous 533 M
/0/100                             bridge      82945G/GZ/P/PL Memory Controller
/0/100/1                           bridge      82945G/GZ/P/PL PCI Express Root P
/0/100/2                           display     82945G/GZ Integrated Graphics Con
/0/100/2.1                         display     82945G/GZ Integrated Graphics Con
/0/100/1c                          bridge      N10/ICH 7 Family PCI Express Port
/0/100/1c/0            eth0        network     NetXtreme BCM5751 Gigabit Etherne
/0/100/1c.1                        bridge      N10/ICH 7 Family PCI Express Port
/0/100/1d                          bus         N10/ICH7 Family USB UHCI Controll
/0/100/1d.1                        bus         N10/ICH 7 Family USB UHCI Control
/0/100/1d.2                        bus         N10/ICH 7 Family USB UHCI Control
/0/100/1d.3                        bus         N10/ICH 7 Family USB UHCI Control
/0/100/1d.7                        bus         N10/ICH 7 Family USB2 EHCI Contro
/0/100/1e                          bridge      82801 PCI Bridge
/0/100/1e.2                        multimedia  82801G (ICH7 Family) AC'97 Audio
/0/100/1f                          bridge      82801GB/GR (ICH7 Family) LPC Inte
/0/100/1f.1            scsi0       storage     82801G (ICH7 Family) IDE Controll
/0/100/1f.1/0.0.0      /dev/cdrom  disk        DVDRRW GSA-H20L
/0/100/1f.1/0.1.0      /dev/sda    disk        160GB WDC WD1600BB-22G
/0/100/1f.1/0.1.0/1    /dev/sda1   volume      146GiB EXT4 volume
/0/100/1f.1/0.1.0/2    /dev/sda2   volume      2906MiB Extended partition
/0/100/1f.1/0.1.0/2/5  /dev/sda5   volume      2906MiB Linux swap / Solaris part
/0/100/1f.2                        storage     N10/ICH7 Family SATA IDE Controll
/0/100/1f.3                        bus         N10/ICH 7 Family SMBus Controller
Linux ubuntu 2.6.32-45-generic #101-Ubuntu SMP Mon Dec 3 15:41:13 UTC 2012 i686 GNU/Linux
[    0.000000] found SMP MP-table at [c00fe710] fe710
[    0.440870] ACPI: ACPI Dock Station Driver: 1 docks/bays found
[    1.188938] usbcore: registered new interface driver usbfs
[    1.188938] usbcore: registered new interface driver hub
[    1.188938] usbcore: registered new device driver usb
[    1.192095] Switching to clocksource tsc
[    1.241150] pnp: PnP ACPI: found 11 devices
[    1.517541] ehci_hcd 0000:00:1d.7: using broken periodic workaround
[    1.536179] usb usb1: configuration #1 chosen from 1 choice
[    1.536230] hub 1-0:1.0: USB hub found
[    1.536683] usb usb2: configuration #1 chosen from 1 choice
[    1.536732] hub 2-0:1.0: USB hub found
[    1.537075] usb usb3: configuration #1 chosen from 1 choice
[    1.537121] hub 3-0:1.0: USB hub found
[    1.537472] usb usb4: configuration #1 chosen from 1 choice
[    1.537518] hub 4-0:1.0: USB hub found
[    1.537864] usb usb5: configuration #1 chosen from 1 choice
[    1.537911] hub 5-0:1.0: USB hub found
[    1.538083] PNP: No PS/2 controller found. Probing ports directly.
[    1.542024] device-mapper: multipath: version 1.1.0 loaded
[    1.542031] device-mapper: multipath round-robin: version 1.0.0 loaded
[    1.545569] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    1.705055] isapnp: No Plug & Play device found
[    1.984026] usb 1-7: new high speed USB device using ehci_hcd and address 4
[    2.132951] usb 1-7: configuration #1 chosen from 1 choice
[    2.372021] usb 4-1: new low speed USB device using uhci_hcd and address 2
[    2.540364] usb 4-1: configuration #1 chosen from 1 choice
[    2.780030] usb 4-2: new low speed USB device using uhci_hcd and address 3
[    2.954326] usb 4-2: configuration #1 chosen from 1 choice
[    3.589708] eth0: Tigon3 [partno(BCM5751PKFBG) rev 4001] (PCI Express) MAC address 00:18:8b:25:df:82
[    3.589715] eth0: attached PHY is 5750 (10/100/1000Base-T Ethernet) (WireSpeed[1])
[    3.589721] eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
[    3.589726] eth0: dma_rwctrl[76180000] dma_mask[64-bit]
[    3.591586] usbcore: registered new interface driver hiddev
[    3.606525] input: USB Optical Mouse as /devices/pci0000:00/0000:00:1d.2/usb4/4-1/4-1:1.0/input/input3
[    3.606718] generic-usb 0003:0461:4D46.0001: input,hidraw0: USB HID v1.11 Mouse [USB Optical Mouse] on usb-0000:00:1d.2-1/input0
[    3.621528] input: CHICONY USB Keyboard as /devices/pci0000:00/0000:00:1d.2/usb4/4-2/4-2:1.0/input/input4
[    3.621666] generic-usb 0003:04F2:0116.0002: input,hidraw1: USB HID v1.10 Keyboard [CHICONY USB Keyboard] on usb-0000:00:1d.2-2/input0
[    3.621719] usbcore: registered new interface driver usbhid
[    3.621726] usbhid: v2.6:USB HID core driver
[   19.438629] intel_rng: Firmware space is locked read-only. If you can't or
[   19.438633] intel_rng: don't want to disable this in firmware setup, and if
[   19.624350] dell-wmi: No known WMI GUID found
[   19.683287] lp: driver loaded but no devices found
[   20.093712] Console: switching to colour frame buffer device 160x64
[   20.602215] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   22.096928] tg3: eth0: Link is up at 100 Mbps, full duplex.
[   22.096933] tg3: eth0: Flow control is on for TX and on for RX.
[   22.097078] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   32.792046] eth0: no IPv6 routers present
[  328.755248] usb 1-7: USB disconnect, address 4
[  567.748046] usb 1-8: new high speed USB device using ehci_hcd and address 5
[  567.897004] usb 1-8: configuration #1 chosen from 1 choice
    Release Date: 11/30/2006
        Serial services are supported (int 14h)
    Manufacturer: Dell Inc.
    Product Name: OptiPlex GX620
    Serial Number: CQ9VBC1
    Manufacturer: Dell Inc.
    Product Name: 0HH807
    Serial Number: ..CN1374069Q0406.
    Manufacturer: Dell Inc.
    Serial Number: CQ9VBC1
    Manufacturer: Intel
    Port Type: Serial Port 16550A Compatible
    Manufacturer: 2CFFFFFFFFFFFFFF
    Serial Number: C602B87A
    Manufacturer: FFFFFFFFFFFFFFFF
    Serial Number: FFFFFFFF
    Manufacturer: FFFFFFFFFFFFFFFF
    Serial Number: FFFFFFFF
    Manufacturer: 7F7FB5FFFFFFFFFF
    Serial Number: 181CC16C
lo        no wireless extensions.

eth0      no wireless extensions.

install snd-rawmidi /sbin/modprobe --ignore-install snd-rawmidi $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq-midi ; : ; }
# which ath5k cannot recover. To prevent this condition, stop
blacklist ath_pci
# Warning: This file is autogenerated by bcmwl. All changes to this file will be lost.
blacklist b43
blacklist b43legacy
blacklist bcm43xx
blacklist eth1394
# replaced by p54pci
blacklist prism54
# replaced by b43 and ssb.
blacklist bcm43xx
blacklist uart6850
blacklist twl4030_wdt

[main]
NetworkingEnabled=true
WirelessEnabled=true
WWANEnabled=true
sudo: hwinfo: command not found
Warning: bad ps syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html
root       670  0.0  0.3  18732  3916 ?        Ssl  16:31   0:00 NetworkManager
root       791  0.0  0.1   4860  1708 ?        S    16:31   0:00 /sbin/wpa_supplicant -u -s
root      1062  0.0  0.0   2256  1000 ?        S    16:31   0:00 /sbin/dhclient -d -sf /usr/lib/NetworkManager/nm-dhcp-client.action -pf /var/run/dhclient-eth0.pid -lf /var/lib/dhcp3/dhclient-43ca4bc8-4014-4a22-85a3-4b92ef2194ec-eth0.lease -cf /var/run/nm-dhclient-eth0.conf eth0
accrc     1585  0.0  0.0   2160   816 pts/0    S+   16:46   0:00 egrep --color=auto wpa|icd|etwork
Kernel IP routing table
Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface
192.168.1.0     0.0.0.0         255.255.255.0   U         0 0          0 eth0
169.254.0.0     0.0.0.0         255.255.0.0     U         0 0          0 eth0
0.0.0.0         192.168.1.254   0.0.0.0         UG        0 0          0 eth0
# Generated by NetworkManager
domain att.net
search att.net
nameserver 192.168.1.254
Module                  Size  Used by
binfmt_misc             6587  1
fbcon                  35102  71
tileblit                1999  1 fbcon
font                    7557  1 fbcon
bitblit                 4707  1 fbcon
softcursor              1189  1 bitblit
vga16fb                11385  0
vgastate                8961  1 vga16fb
snd_intel8x0           25652  2
snd_ac97_codec        100646  1 snd_intel8x0
ac97_bus                1002  1 snd_ac97_codec
snd_pcm_oss            35308  0
snd_mixer_oss          13746  1 snd_pcm_oss
snd_pcm                70694  3 snd_intel8x0,snd_ac97_codec,snd_pcm_oss
snd_seq_dummy           1338  0
snd_seq_oss            26722  0
snd_seq_midi            4557  0
snd_rawmidi            19056  1 snd_seq_midi
snd_seq_midi_event      6003  2 snd_seq_oss,snd_seq_midi
snd_seq                47263  6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
i915                  290772  3
snd_timer              19130  2 snd_pcm,snd_seq
snd_seq_device          5700  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
drm_kms_helper         29329  1 i915
ppdev                   5259  0
drm                   163779  4 i915,drm_kms_helper
parport_pc             25962  1
lp                      7028  0
snd                    54244  14 snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
dell_wmi                1793  0
dcdbas                  5422  0
intel_agp              24375  2 i915
i2c_algo_bit            5028  1 i915
psmouse                63677  0
serio_raw               3978  0
parport                32635  3 ppdev,parport_pc,lp
soundcore               6620  1 snd
snd_page_alloc          7076  2 snd_intel8x0,snd_pcm
video                  17375  1 i915
output                  1871  1 video
agpgart                31724  2 drm,intel_agp
usbhid                 36110  0
hid                    67288  1 usbhid
floppy                 53016  0
tg3                   109324  0
accrc@ubuntu:~$

--- On Sun, 12/30/12, Mark Rijckenberg <email address hidden> wrote:

From: Mark Rijckenberg <email address hidden>
Subject: Re: [Question #217959]: Setting up Netgear wireless adaptor
To: <email address hidden>
Date: Sunday, December 30, 2012, 4:16 PM

Your question #217959 on Ubuntu changed:
https://answers.launchpad.net/ubuntu/+question/217959

Mark Rijckenberg requested more information:
Without the requested Terminal output, it is impossible to make any
suggestions......

--
To answer this request for more information, you can either reply to
this email or enter your reply at the following page:
https://answers.launchpad.net/ubuntu/+question/217959

You received this question notification because you asked the question.

Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#6

Please follow this solution procedure:

http://ubuntuforums.org/showthread.php?t=1663232

Revision history for this message
dustbindiva (dustbindiva) said :
#7

I already did that but cannot see a wireless connection. This thread is taking up too much space so I am closing it but I have not solved the problem of getting the right driver.

Maybe I should upgrade to version 12.04 ??