LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking
User Name
Password
Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux.

Notices


Reply
  Search this Thread
Old 07-02-2010, 04:54 PM   #1
senick
LQ Newbie
 
Registered: Jul 2010
Posts: 15

Rep: Reputation: 0
Belkin USB wireless won't work with Xubuntu - restore my faith!


Hi, please help Linux newbie who wants it to work! I've loaded Xubuntu 10.04 onto Dell Dimension LR800. All works, except Belkin USB wireless (which does work with XP). The Belkin is probably F5D7050v.4000.

In many ways it seems to work, but I can't actually get connection to web. I can see wireless networks, and it does spot my router (though for some reason only by checking hidden networks). I get message to say it's connected. But Firefox says it can't connect, and neither will updater.

I've been checking all sorts to make it work. In firefox I went into about:config and toggled IPv6. I checked the drivers and the firmware appears to be in place. Not sure if these are clues but on running thru the ubuntu wireless troubleshoot it some of the terminal resulted in wireless USB state is "disconnected", & "access point: not-associated"

Any solutions gratefully received but in English please!
 
Old 07-02-2010, 07:15 PM   #2
yooy
Senior Member
 
Registered: Dec 2009
Posts: 1,387

Rep: Reputation: 174Reputation: 174
i use zdyas wireless usb, it's cheap and work out of the box on most distros including xubuntu.
 
Old 07-03-2010, 02:57 AM   #3
senick
LQ Newbie
 
Registered: Jul 2010
Posts: 15

Original Poster
Rep: Reputation: 0
Thanks yooy, looked on Amazon but it wasn't clear which one would work. One claimed to but linux user siad it didn't in review. Anyone got ideas to get the Belkin working? It seems 95% there...
 
Old 07-03-2010, 03:16 AM   #4
djsmiley2k
Member
 
Registered: Feb 2005
Location: Coventry, UK
Distribution: Home: Gentoo x86/amd64, Debian ppc. Work: Ubuntu, SuSe, CentOS
Posts: 343
Blog Entries: 1

Rep: Reputation: 72
What kind of wireless network - managed or ad-hoc (i'm guessing managed as you say you can see your router).

Can you ping the router ip?

If so, then it maybe a routing issue where the packets don't know where to go, or a DNS issue.

Also what kind of encrpytion are you using? Are you using WPA and if so how is it handled, is it via wpa_supplicant or something else

I'm not familuar enough with ubuntu to advise on what it might be using, but this is generic advice.

What does ifconfig <device> and iwconfig <device> show?

Last edited by djsmiley2k; 07-03-2010 at 03:31 AM. Reason: Ifconfig would help ;)
 
Old 07-03-2010, 04:03 AM   #5
senick
LQ Newbie
 
Registered: Jul 2010
Posts: 15

Original Poster
Rep: Reputation: 0
Thanks djsmiley2k, I'll try to answer your questions but new to all this so may take me bit of time. I think the router is WPA (I've checked on another computer - Acer netbook running on Linpus lite) but as to how it's handled - ? Afraid I don't know how to ping the router - new to this! I'll run the ifconfig <device> and iwconfig <device> and let you know outcome...
 
Old 07-03-2010, 04:29 AM   #6
djsmiley2k
Member
 
Registered: Feb 2005
Location: Coventry, UK
Distribution: Home: Gentoo x86/amd64, Debian ppc. Work: Ubuntu, SuSe, CentOS
Posts: 343
Blog Entries: 1

Rep: Reputation: 72
senick - being new is no problem, if you dont understand something then just ask

for pinging your router you want to do:

Code:
ping router-ip
 
Old 07-03-2010, 05:22 AM   #7
senick
LQ Newbie
 
Registered: Jul 2010
Posts: 15

Original Poster
Rep: Reputation: 0
Thanks again - appreciate the help! OK here's results from these tests:

ifconfig wlan1
wlan1 Link encap:Ethernet HWaddr 00:1c:df:dd:96:db
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

iwconfig wlan1
wlan1 IEEE 802.11bg ESSIDff/any
Mode:Managed Access Point: Not-Associated Tx-Power=27 dBm
Retry long limit:7 RTS thrff Fragment thrff
Power Managementff

not sure I'm getting ping router correct. should I enter ip addreess, hardware adress etc? always get "unknown host router"
 
Old 07-03-2010, 05:26 AM   #8
djsmiley2k
Member
 
Registered: Feb 2005
Location: Coventry, UK
Distribution: Home: Gentoo x86/amd64, Debian ppc. Work: Ubuntu, SuSe, CentOS
Posts: 343
Blog Entries: 1

Rep: Reputation: 72
Right, from you ifconfig and iwconfig we can see the card appears to be working, just isn't connected to any hosts.

can you try:

Code:
iwconfig wlan1 essid 'name of your network here'
and then see what iwconfig shows you

Also if your using WPA you'll need to look into setting up WPA_supplicant for handling the wpa keys for you (I'm not sure how to do this on ubuntu).

To ping the router, you'd use the IP
 
Old 07-03-2010, 05:27 AM   #9
djsmiley2k
Member
 
Registered: Feb 2005
Location: Coventry, UK
Distribution: Home: Gentoo x86/amd64, Debian ppc. Work: Ubuntu, SuSe, CentOS
Posts: 343
Blog Entries: 1

Rep: Reputation: 72
Infact, It might be easier if you get one of the tools for handling connecting to wireless networks such as network-manager or even the wpa_supplicant_gui
 
Old 07-03-2010, 05:50 AM   #10
senick
LQ Newbie
 
Registered: Jul 2010
Posts: 15

Original Poster
Rep: Reputation: 0
right,, i did iwconfig wlan1 essid thomson...(reference of the router) but got "SET failed on device wlan1 ; Operation not permitted"

and sorry to be dense - to ping the router, I'd use the IP number?
 
Old 07-03-2010, 05:53 AM   #11
senick
LQ Newbie
 
Registered: Jul 2010
Posts: 15

Original Poster
Rep: Reputation: 0
just closked your comment on network manager - think I've got this, tried nm-tool and got "state: disconnected" followed by details of all my neighbours' wifi...
 
Old 07-10-2010, 08:43 AM   #12
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,346

Rep: Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589
Quote:
I get message to say it's connected. But Firefox says it can't connect
maybe you need to edit the /etc/resolv.conf file and add this
Quote:
nameserver <ip address of your router>
.
 
Old 07-11-2010, 01:23 PM   #13
senick
LQ Newbie
 
Registered: Jul 2010
Posts: 15

Original Poster
Rep: Reputation: 0
Thanks for advice but sorry - new to Linux. What are the exact steps? I don't know how to edit the file....
 
Old 07-11-2010, 07:36 PM   #14
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,346

Rep: Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589
open up applications/accessories/terminal and enter the following
Quote:
sudo gedit /etc/resolv.conf
Sudo allows you to open the file /etc/resolv.conf with root privalages using the editor program gedit.
 
Old 07-12-2010, 10:37 AM   #15
yooy
Senior Member
 
Registered: Dec 2009
Posts: 1,387

Rep: Reputation: 174Reputation: 174
Good and linux friendly adapter:

http://pliki.interprojekt.pl/wiki/at...SB-HP-5DBI.jpg
works out of box on ubuntu&xubuntu&puppy
debian:no

from lsusb:Bus 002 Device 005: ID 0ace:1215 ZyDAS WLA-54L 802.11bg

Last edited by yooy; 07-12-2010 at 10:43 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Getting Belkin Wireless G+ USB Adaptor to work with Linux - impossible? elsmandino Linux - Networking 1 10-31-2009 12:03 PM
Can't get USB wireless adapter to work with Xubuntu ajmo Linux - Wireless Networking 1 08-05-2007 06:41 AM
Inspiron 5160; Belkin USB Wireless & Dell Wireless cards. icstepec Linux - Newbie 2 05-08-2007 07:40 AM
belkin f5d7050 usb wireless adapter dont work lunaz Ubuntu 3 02-04-2007 02:59 PM
Please, restore my faith in GRUB glock27linux Linux - Newbie 8 11-20-2003 01:11 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking

All times are GMT -5. The time now is 05:02 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration