Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CAN'T FIND WIRELESS DEVICE IN NETWORK SETTING ONLY MODEM

Status
Not open for further replies.

abrand88

Technical User
Feb 24, 2004
23
0
0
US
Hi,

I am using Ubuntu 7.07 on a separate system.

I am using a Engenius EUB-362 EXT module. It connects to a yagi antenna and it is a usb lan driver device. Since I am located within three public hotspots, I am picking up excellent signals. It works flawlessly in Windows but I want it to work properly in Ubuntu. I compiled ndiswrapper to work with the the 362 drivers and they are on my desktop. I type first sudo modprobe ndiswrapper and then ndiswrapper -l, it lists the inf file of the device Net5523:driver installed and device present and I cannot find the device in network setting.

How can I get the device to be recognized in Network so I go on line in Ubuntu ?
Thanks

Arthur
 
What does iwconfig or ipconfig tell you?

If you see a wlan1 (I think that is what ndiswrapper uses), then it found the card.

Not sure what configuration you've done for wireless in Ubuntu, but if you see wlan1, try "ifup wlan1" or "dhclient wlan1" and see what response you get.

 
Hi,

The wireless Atheros chip is a AR5001 chip wireless Network Adapter. I didn't have any luck running the commands you suggested.
Below is what happened. Hope this gives you some clues

Abrand88

server1@server1:~$ sudo ndiswrapper -i /Desktop/net5523.inf
driver net5523 is already installed
server1@server1:~$ ndiswrapper -l
net5523 : driver installed
device (0CF3:0002) present
server1@server1:~$ sudo depmod -a
server1@server1:~$ sudo modprobe ndiswrapper
server1@server1:~$ sudo ndiswrapper -m
module configuration already contains alias directive

server1@server1:~$ iwconfig
lo no wireless extensions.

server1@server1:~$ ipconfig
bash: ipconfig: command not found
server1@server1:~$




 
ipconfig is a Windows/dos-command,
try
Code:
ifconfig
;-)

It could also be of interresse to see the output of:
Code:
cat /proc/interrupts
cat /proc/ioports

:)
 
geirendre,

I di as you asked. Below is what I got so far.

server1@server1:~$ sudo bash
root@server1:~# ifconfig
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:1662 errors:0 dropped:0 overruns:0 frame:0
TX packets:1662 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:105340 (102.8 KiB) TX bytes:105340 (102.8 KiB)

root@server1:~# cat /proc/interupts
cat: /proc/interupts: No such file or directory
root@server1:~# cat /proc/ioports
0000-001f : dma1
0020-0021 : pic1
0040-0043 : timer0
0050-0053 : timer1
0060-006f : keyboard
0070-0077 : rtc
0080-008f : dma page reg
00a0-00a1 : pic2
00c0-00df : dma2
00f0-00ff : fpu
0170-0177 : 0000:00:07.1
0170-0177 : ide1
01f0-01f7 : 0000:00:07.1
01f0-01f7 : ide0
0376-0376 : 0000:00:07.1
0376-0376 : ide1
0378-037a : parport0
03c0-03df : vga+
03f2-03f5 : floppy
03f6-03f6 : 0000:00:07.1
03f6-03f6 : ide0
03f7-03f7 : floppy DIR
03f8-03ff : serial
0400-040f : 0000:00:07.4
0400-0407 : vt596_smbus
0778-077a : parport0
0800-08ff : 0000:00:07.4
0800-0803 : ACPI PM1a_EVT_BLK
0804-0805 : ACPI PM1a_CNT_BLK
0808-080b : ACPI PM_TMR
0810-0815 : ACPI CPU throttle
0820-0823 : ACPI GPE0_BLK
0c00-0c7f : 0000:00:07.4
0c00-0c7f : via686a
0cf8-0cff : PCI conf1
d000-dfff : PCI Bus #01
e480-e49f : 0000:00:07.2
e480-e49f : uhci_hcd
e800-e8ff : 0000:00:0a.0
ec00-ec1f : 0000:00:07.3
ec00-ec1f : uhci_hcd
ffa0-ffaf : 0000:00:07.1
ffa0-ffa7 : ide0
ffa8-ffaf : ide1
root@server1:~#

Abrand88
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top