Wireless adapter doesn't work in Ubuntu

Asked by mark.j.tarr

I have an internal wireless adapter that worked in windows (Realtek RTL8187B Wireless 802.11b/g 54Mbps USB 2.0 Network Adapter),
in windows the wireless adapter doesnt auto start i have to turn it on by pressing the keys Fn + F10, this turns the atapter on,
these keys dont work in ubuntu so i cant turn the wireless adapter on.

Is there a way i can get this adpater (Realtek RTL8187B Wireless 802.11b/g 54Mbps USB 2.0 Network Adapter) to work in ubuntu 8.10

I would like to replace windows completly, but as great as linux is, it wont be much good to me without internet connection.

Many Thanks in advance for any answers received.

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Alexandros (alexandros-t) said :
#1

Is there any way you can connect to the internet at least temporarily? You need an Internet connection to make this work

Revision history for this message
mark.j.tarr (marktarr84) said :
#2

I can use wired while i set up

Cheers

Revision history for this message
Alexandros (alexandros-t) said :
#3
Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#4

Hi Mark,

Please try installing wicd instead and then retest your wireless. wicd will then replace the standard NetworkManager icon.

More info here:

http://ubuntuforums.org/showthread.php?p=6105345

and here:

http://wicd.sourceforge.net/download.php

Regards,

Mark

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

Hi,

If wicd does not help, please follow this procedure:

Step 1: Open Terminal from "Applications->Accessories->
Terminal"

Step 2: Run the following commands (type each then hit <enter>)

sudo iwlist scanning
nm-tool
iwconfig
ifconfig
sudo lshw -C network
lspci
lsusb
uname -a
dmesg|grep ound
dmesg|grep etect

Step 3: Post results (cut/paste terminal output from each command) here

Regards,

Mark

Revision history for this message
mark.j.tarr (marktarr84) said :
#6

Many Thanks for help.

I tried the advice on the above forums but couldnt locate wicd when searching for it.

Revision history for this message
mark.j.tarr (marktarr84) said :
#7

I then tried the terminal advice and got the below readings

1. sudo iwlist scanning -
lo Interface doesn't support scanning.

eth0 Interface doesn't support scanning.

2. nm-tool -
NetworkManager Tool

State: connected

- Device: eth0 ----------------------------------------------------------------
  Type: Wired
  Driver: sis190
  State: connected
  Default: yes
  HW Address: 00:03:0D:8F:2C:2F

  Capabilities:
    Supported: yes
    Carrier Detect: yes
    Speed: 100 Mb/s

  Wired Settings

  IPv4 Settings:
    Address: 192.168.1.70
    Prefix: 24 (255.255.255.0)
    Gateway: 192.168.1.254

    DNS: 192.168.1.254

3. iwconfig -
lo no wireless extensions.

eth0 no wireless extensions.

4. ifconfig -
eth0 Link encap:Ethernet HWaddr 00:03:0d:8f:2c:2f
          inet addr:192.168.1.70 Bcast:192.168.1.255 Mask:255.255.255.0
          inet6 addr: fe80::203:dff:fe8f:2c2f/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
          RX packets:2527 errors:0 dropped:0 overruns:0 frame:0
          TX packets:2331 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:2582110 (2.5 MB) TX bytes:356161 (356.1 KB)
          Interrupt:3 Base address:0xdead

lo Link encap:Local Loopback
          inet addr:127.0.0.1 Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING MTU:16436 Metric:1
          RX packets:2 errors:0 dropped:0 overruns:0 frame:0
          TX packets:2 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:100 (100.0 B) TX bytes:100 (100.0 B)

5. sudo lshw -C network -
 *-network
       description: Ethernet interface
       product: 191 Gigabit Ethernet Adapter
       vendor: Silicon Integrated Systems [SiS]
       physical id: 4
       bus info: pci@0000:00:04.0
       logical name: eth0
       version: 02
       serial: 00:03:0d:8f:2c:2f
       size: 100MB/s
       capacity: 100MB/s
       width: 32 bits
       clock: 33MHz
       capabilities: pm bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=sis190 driverversion=1.2 duplex=full ip=192.168.1.70 latency=0 link=yes module=sis190 multicast=yes port=MII speed=100MB/s
mark@mark-desktop:~$ lspci
00:00.0 Host bridge: Silicon Integrated Systems [SiS] 671MX
00:01.0 PCI bridge: Silicon Integrated Systems [SiS] SiS AGP Port (virtual PCI-to-PCI bridge)
00:02.0 ISA bridge: Silicon Integrated Systems [SiS] SiS968 [MuTIOL Media IO] (rev 01)
00:02.5 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE] (rev 01)
00:03.0 USB Controller: Silicon Integrated Systems [SiS] USB 1.1 Controller (rev 0f)
00:03.1 USB Controller: Silicon Integrated Systems [SiS] USB 1.1 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] 191 Gigabit Ethernet Adapter (rev 02)
00:05.0 IDE interface: Silicon Integrated Systems [SiS] SATA Controller / IDE mode (rev 03)
00:0f.0 Audio device: Silicon Integrated Systems [SiS] Azalia Audio Controller
01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] 771/671 PCIE VGA Display Adapter (rev 10)

6. lsusb -
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 002: ID 0bda:0158 Realtek Semiconductor Corp. Mass Stroage Device
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

7. uname -a -
Linux mark-desktop 2.6.27-7-generic #1 SMP Tue Nov 4 19:33:20 UTC 2008 i686 GNU/Linux

8. dmesg|grep ound -
[ 0.000000] found SMP MP-table at [c00f85b0] 000f85b0
[ 0.045051] PnPBIOS: Found PnP BIOS installation structure at 0xc00f85d0
[ 1.757070] platform rtc_cmos: registered platform RTC device (no PNP device found)
[ 2.623044] isapnp: No Plug & Play device found
[ 2.714767] PNP: No PS/2 controller found. Probing ports directly.
[ 2.723185] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 4.468694] hub 1-0:1.0: USB hub found
[ 4.733149] hub 2-0:1.0: USB hub found
[ 4.894738] hub 3-0:1.0: USB hub found
[ 5.932070] usb-storage: device found at 2
[ 19.937937] lp: driver loaded but no devices found
[ 45.113885] hda-intel: IRQ timing workaround is activated for card #0. Suggest a bigger bdl_pos_adj.

9. dmesg|grep etect -
[ 0.000000] Detected 1733.294 MHz processor.
[ 0.024096] BIOS bug, local APIC #0 not detected!...
[ 2.718427] i8042.c: Detected active multiplexing controller, rev 1.1.
[ 2.721046] EISA: Detected 0 cards.
[ 4.468712] hub 1-0:1.0: 8 ports detected
[ 4.733169] hub 2-0:1.0: 4 ports detected
[ 4.894758] hub 3-0:1.0: 4 ports detected
[ 5.229353] sata_sis 0000:00:05.0: Detected SiS 1183/966/966L/968/680 controller in PATA mode

Revision history for this message
mark.j.tarr (marktarr84) said :
#8

I got wicd downloaded but it doesn't see any wireless networks

I don't think it can see my wireless adapter.

Revision history for this message
mark.j.tarr (marktarr84) said :
#9

When using windows I had to turn the wireless adapter on each time I booted the laptop
this is something I got used to, I don't if the fault is because the adapter can't be seen/turned on
when I load wicd it just says no wireless networks, upon reading other forums I tried the wlan0 up command
all I got was no device.

I think the first fix might be to get the device seen.

I appreciate all the help I am receiving.

Many thanks

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

Hi,

According to the output of lsusb (DeviceID 0bda:0158) and the information on

http://listing.driveragent.com/usb/0bda/0158?q=0bda%3A0158+realtek&PHPSESSID=1pbcuft7nst3f6rgovdsmj1h07

it seems that only a Realtek USB card reader is plugged into your pc, and not a USB wireless adapter.

lsusb says that no wireless USB cards are present. And lspci also does not see any internal PCI wifi cards....

Can you try plugging in a different model of USB wireless card?

Regards,

Mark

Revision history for this message
mark.j.tarr (marktarr84) said :
#11

I could get a new external USB wifi adapter,
but if course it would be better to get the internal one working,

I don't know if there is a code to turn it on, it's an internal USB adapter,
and the only way of turning it on in windows is by pressing fn + f10,
when I installed ubuntu all other fn + ? keys works (sound, brightness, sleep etc)
but not f10 for turning the wireless adapter

I think that's why ubuntu can't see it, if there was something I could do to turn it on
then ubuntu will see it.

I will reinstall windows to get more information (where it is plugged etc) and then I will post.

Once again many thanks

Revision history for this message
mark.j.tarr (marktarr84) said :
#12

I re-installed windows vista and got the following information...

Realtek RTL8187B Wireless 802.11b/g 54Mbps USB 2.0 Network Adapter

Manufacturer - Realtek Semiconductor Corp.

Location - Port_#0001.Hub_#0003

Driver Version - 6.1098.807.2007

Hardware Ids - USB\VID_0BDA&PID_8189&REV_0200

Compatible Ids - USB\Class_FF&SubClass_FF&Prot_FF

Device Class Guid - {4d36e972-e325-11ce-bfc1-08002be 10318}

Driver Key - {4d36e972-e325-11ce-bfc1-08002be 10318}\0007

Physical Device Object Name - \Device\USBPDO-4

Class Co-Installers - nci.dll.NciDeviceInstall wlaninst.dll.WlanDeviceClassCoInstaller

This information was from within windows vista driver information, i still have windows vista on laptop if more information is needed, if no more information is needed i can reinstall ubuntu 8.10

Is there a way i can start the wireless adapter in ubuntu.

Many Thanks

Revision history for this message
mark.j.tarr (marktarr84) said :
#13

I found this

http://www.thinkwiki.org/wiki/How_to_get_special_keys_to_work

but i dont know what to do with it, i think the problem is Fn + F10 (symbol with wireless) not working in ubuntu,
when i press Fn + F10 in windows it turns on adapter, in ubuntu it does nothing.

there is also an led indicator showing when the adapter is turned on.

Many Thanks

Revision history for this message
mark.j.tarr (marktarr84) said :
#14

Additional Information

I dont know if it makes a difference but i had a previous problem as posted at
https://answers.launchpad.net/ubuntu/+question/54867

Ubuntu when installing frozze my system, to make it work i had to add

acpi=off
noapic

It then frozze when booting so i added the above permantly it now boots everytime.

I dont know what they mean or what they do, just remembered it.

Many Thanks

Revision history for this message
mark.j.tarr (marktarr84) said :
#15

I plugged an external belkin USB adapter in, and wireless worked fine,

Is there a way i can enable the Fn + F10 key combination to turn my adpater on, or this there anything else i can do.

Many Thanks

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

Hi,

I don't think the FN+F10 key combination (for activating wireless) will ever work in Ubuntu. I think that is something specific for Windows (drivers) and not supported in Linux.

Please try the following workaround in Windows to try to keep the Realtek wireless card active after booting into Ubuntu:

http://ubuntuforums.org/showthread.php?p=2901884

Regards,

Mark

Can you help with this problem?

Provide an answer of your own, or ask mark.j.tarr for more information if necessary.

To post a message you must log in.