install wireless network card - new ubuntu user

Asked by Nellieboy

I have just installed 13.10 to replace windows on an old desktop. i have wired connection to the internet but have decided to install a wireless card (belkin f5d7000uk) but i do not have the faintest idea how to get drivers installed etc. Is anyone able to give me a step by step approach please?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Nellieboy
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Is the OS fully updated?

What is the output of:

sudo lshw -C netwok; lsb_release -a; uname -a; lspci; lsusb; sudo rkill list

Thanks

Revision history for this message
Nellieboy (neljones) said :
#2

output is:
neil@neil-Dimension-E521:~$ sudo lshw -C; lsb_release -a; lspci; lsusb sudo rkill list
[sudo] password for neil:
Hardware Lister (lshw) - B.02.16
usage: lshw [-format] [-options ...]
       lshw -version

 -version print program version (B.02.16)

format can be
 -html output hardware tree as HTML
 -xml output hardware tree as XML
 -short output hardware paths
 -businfo output bus information

options can be
 -class CLASS only show a certain class of hardware
 -C CLASS same as '-class CLASS'
 -c CLASS same as '-class CLASS'
 -disable TEST disable a test (like pci, isapnp, cpuid, etc. )
 -enable TEST enable a test (like pci, isapnp, cpuid, etc. )
 -quiet do not display status
 -sanitize sanitise output (remove sensitive information like serial numbers, etc.)
 -numeric output numeric IDs (for PCI, USB, etc.)

No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 13.10
Release: 13.10
Codename: saucy
00:00.0 RAM memory: NVIDIA Corporation C51 Host Bridge (rev a2)
00:00.1 RAM memory: NVIDIA Corporation C51 Memory Controller 0 (rev a2)
00:00.2 RAM memory: NVIDIA Corporation C51 Memory Controller 1 (rev a2)
00:00.3 RAM memory: NVIDIA Corporation C51 Memory Controller 5 (rev a2)
00:00.4 RAM memory: NVIDIA Corporation C51 Memory Controller 4 (rev a2)
00:00.5 RAM memory: NVIDIA Corporation C51 Host Bridge (rev a2)
00:00.6 RAM memory: NVIDIA Corporation C51 Memory Controller 3 (rev a2)
00:00.7 RAM memory: NVIDIA Corporation C51 Memory Controller 2 (rev a2)
00:02.0 PCI bridge: NVIDIA Corporation C51 PCI Express Bridge (rev a1)
00:03.0 PCI bridge: NVIDIA Corporation C51 PCI Express Bridge (rev a1)
00:04.0 PCI bridge: NVIDIA Corporation C51 PCI Express Bridge (rev a1)
00:09.0 RAM memory: NVIDIA Corporation MCP51 Host Bridge (rev a2)
00:0a.0 ISA bridge: NVIDIA Corporation MCP51 LPC Bridge (rev a3)
00:0a.1 SMBus: NVIDIA Corporation MCP51 SMBus (rev a3)
00:0a.2 RAM memory: NVIDIA Corporation MCP51 Memory Controller 0 (rev a3)
00:0b.0 USB controller: NVIDIA Corporation MCP51 USB Controller (rev a3)
00:0b.1 USB controller: NVIDIA Corporation MCP51 USB Controller (rev a3)
00:0e.0 IDE interface: NVIDIA Corporation MCP51 Serial ATA Controller (rev a1)
00:0f.0 IDE interface: NVIDIA Corporation MCP51 Serial ATA Controller (rev a1)
00:10.0 PCI bridge: NVIDIA Corporation MCP51 PCI Bridge (rev a2)
00:10.1 Audio device: NVIDIA Corporation MCP51 High Definition Audio (rev a2)
00:18.0 Host bridge: Advanced Micro Devices, Inc. [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration
00:18.1 Host bridge: Advanced Micro Devices, Inc. [AMD] K8 [Athlon64/Opteron] Address Map
00:18.2 Host bridge: Advanced Micro Devices, Inc. [AMD] K8 [Athlon64/Opteron] DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices, Inc. [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
03:00.0 VGA compatible controller: NVIDIA Corporation G72 [GeForce 7300 LE] (rev a1)
04:07.0 Ethernet controller: Broadcom Corporation BCM4401-B0 100Base-TX (rev 02)
04:08.0 Ethernet controller: Belkin F5D7000 v7000 Wireless G Desktop Card [Realtek RTL8185] (rev 20)
Usage: lsusb [options]...
List USB devices
  -v, --verbose
      Increase verbosity (show descriptors)
  -s [[bus]:][devnum]
      Show only devices with specified device and/or
      bus numbers (in decimal)
  -d vendor:[product]
      Show only devices with the specified vendor and
      product ID numbers (in hexadecimal)
  -D device
      Selects which device lsusb will examine
  -t, --tree
      Dump the physical USB device hierarchy as a tree
  -V, --version
      Show version of program
  -h, --help
      Show usage and help

Revision history for this message
Roel Brook (rainmaker52) said :
#3

The Realtek 8185 should be supported by the rtl8180 kernel module (source: https://wiki.debian.org/rtl818x#supported-rtl8180)

Try the following:
sudo modprobe rtl8180
dmesg | tail

You should see a reference to a "wlan0" device.

If this works, add "rtl8180" to /etc/modules to load the module on boot.

Revision history for this message
Nellieboy (neljones) said :
#4

Thanks, i'll try this tonight. Where do i find /etc/modules in order to at rtl8180?

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#5

You can add it by running:

echo "rtl8180" | sudo tee -a /etc/modules

Yoour " Where do i find /etc/modules" is like asking:

Where do I find c:\WINDOWS

It is the absolute path, /etc/modules is the file stated from / which is the highest folder.

Revision history for this message
Nellieboy (neljones) said :
#6

Hi
i typed in sudo modprobe rtl8180 dmesg | tail and nothing seems to happen. Am i being stupid?

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#7

Reboot to test

Revision history for this message
Nellieboy (neljones) said :
#8

Should something have happened in the terminal after i typed the command?
I'll try reboot
On 23 Oct 2013 19:46, "actionparsnip" <email address hidden>
wrote:

> Your question #237853 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/237853
>
> Status: Open => Answered
>
> actionparsnip proposed the following answer:
> Reboot to test
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
> https://answers.launchpad.net/ubuntu/+question/237853/+confirm?answer_id=6
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/ubuntu/+question/237853
>
> You received this question notification because you asked the question.
>

Revision history for this message
Nellieboy (neljones) said :
#9

wow. Nothing seemed to happen in the terminal but wireless now works!! You're a superstar, thanks :)