How to install EnGenius Senao Wireless LAN USEB 2.0 Adapter

Asked by Deno

Am new to Ubuntu linux OS. I have a EnGenius Senao Wireless LAN USEB 2.0 Adapter and I don't know how to install it to be able to use it for internet access. Can anyone give me the procedure to do this. Thank you

Question information

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

What is printed on the plastic case doesnt mean anything.

run:

sudo lshw -C network

and provide the output. Thanks

Revision history for this message
Deno (dwamalwa12) said :
#2

after running the following command:

sudo lshw -C network

I got the following output

*-network
       description: Ethernet interface
       product: SiS900 PCI Fast Ethernet
       vendor: Silicon Integrated Systems [SiS]
       physical id: 4
       bus info: pci@0000:00:04.0
       logical name: eth0
       version: 90
       serial: 00:16:ec:47:91:21
       size: 10MB/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=sis900 driverversion=v1.08.10 Apr. 2 2006 duplex=half latency=64 link=no maxlatency=11 mingnt=52 module=sis900 multicast=yes port=MII speed=10MB/s
  *-network DISABLED
       description: Ethernet interface
       physical id: 1
       logical name: pan0
       serial: 86:4c:8b:0f:8c:2c
       capabilities: ethernet physical
       configuration: broadcast=yes driver=bridge driverversion=2.3 firmware=N/A link=yes multicast=yes

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

Is the device attached when you ran the command. If not, can you reattach and rerun the command, can you also provide the output of:

lsusb

Thanks

Revision history for this message
Deno (dwamalwa12) said :
#4

the device was attach so I reattached it again then ran the first command sudo lshw -C network
output was:

 *-network
       description: Ethernet interface
       product: SiS900 PCI Fast Ethernet
       vendor: Silicon Integrated Systems [SiS]
       physical id: 4
       bus info: pci@0000:00:04.0
       logical name: eth0
       version: 90
       serial: 00:16:ec:47:91:21
       size: 10MB/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=sis900 driverversion=v1.08.10 Apr. 2 2006 duplex=half latency=64 link=no maxlatency=11 mingnt=52 module=sis900 multicast=yes port=MII speed=10MB/s
  *-network DISABLED
       description: Ethernet interface
       physical id: 1
       logical name: pan0
       serial: ce:75:d7:f3:72:3c
       capabilities: ethernet physical
       configuration: broadcast=yes driver=bridge driverversion=2.3 firmware=N/A link=yes multicast=yes

The out put for the second command lsusb is:

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 002: ID 15d9:0a33
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 005: ID 0cf3:0002 Atheros Communications, Inc. AR5523 (no firmware)
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

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

Ok you have an AR5523 chip which needs firmware:

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

Revision history for this message
Deno (dwamalwa12) said :
#6

Am now able to detect wireless networks and connect to the one I prefer but I can not access the internet. When I load Wireless Network Drivers utility an error message comes up saying "Unable to see if hardware is present" while on the wireless network connection I can see several networks being detect. Is there something that I didn't do right

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

ok lets try some tests. Please give the output of:

ping 66.33.215.75 -c4; ping www.rathergood.com -c 4; ping 192.168.0.1 -c 4

Thanks

Revision history for this message
Deno (dwamalwa12) said :
#8

I ping the address that you gave me and when I refreshed Mozilla firefox I was able to access the internet.

Thank You so much for you help.

Revision history for this message
Deno (dwamalwa12) said :
#9

Thanks actionparsnip, that solved my question.

Revision history for this message
logari81 (logari81) said :
#10

there is a native solution in the meanwhile:
http://ubuntuforums.org/showpost.php?p=9369514&postcount=4