LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 02-15-2011, 11:45 PM   #1
Horton663
LQ Newbie
 
Registered: Feb 2011
Posts: 2

Rep: Reputation: 0
Wireless help


I am brand new to the world of Ubuntu 10.10. I have an acer revo 1600 that was running XP until this weekend, when it crashed. I have installed Ubuntu 10.10 on my machine, and cannot get it to find my Hiro H50191 (which runs on realtek drivers) wireless usb. I run strictly wireless, with no way to run an ethernet cable directly into the computer, unless i can somehow use my shared network off of an old Dell laptop running XP. Help?
 
Old 02-16-2011, 12:21 AM   #2
yooy
Senior Member
 
Registered: Dec 2009
Posts: 1,387

Rep: Reputation: 174Reputation: 174
if you can't install driver you can use pinguyOS that has drivers included.

3 ways to get wifi working on linux
 
Old 02-18-2011, 09:38 PM   #3
Horton663
LQ Newbie
 
Registered: Feb 2011
Posts: 2

Original Poster
Rep: Reputation: 0
Wireless help needed( I don't wanna go back to Windows)!!

Okay, Posted before about wireless trouble, tried some of the advice I recieved, to no avail. So after a week of beating my head against the wall, I went to a pro. After spending way to much money for this service, the man installed a wireless N card in my Acer Revo 1600, and this apparently worked because I can see by the browser history, that he tooled around a bit to test it. Also, it seemed to be detecting the signal from my Netgear WNDR3300 router,(unprotected, I'll add, because I've never minded if others tapped into my signal, more power to 'em).However, I am still not able to access the web myself. What else can I do. I have also tested another, older Netgear router and come up with the same results. $^$#&%$#&^ !!!
 
Old 02-18-2011, 10:32 PM   #4
bg4
LQ Newbie
 
Registered: Jan 2007
Distribution: Slackware -current
Posts: 27

Rep: Reputation: 4
Horton663,

I would suggest trying the following.

1. make sure you have an IP address assigned to the network interface. Run "ifconfig" to see the interface and IP addresses.
2. run "netstat -rn" to see you have a gateway setup. There should be a default route pointing to the router.
3. trying pinging the router to make sure you have connectivity "ping <router IP address>"

Post the output of those commands here if you still have problems.

bg4.
 
Old 02-19-2011, 07:19 AM   #5
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
You mentioned that this is an Acer computer. Did it come with Linux? If so, it's probably a dumbed-down distro called "Linpus". You should probably get rid of it and install something like Ubuntu or Mint.
 
Old 02-19-2011, 07:39 AM   #6
colucix
LQ Guru
 
Registered: Sep 2003
Location: Bologna
Distribution: CentOS 6.5 OpenSuSE 12.3
Posts: 10,509

Rep: Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983
@Horton663: I've merged your two threads, since both contain details about the system configuration. Furthermore you mentioned the advice received in the first one, hence I consider your last post as an update. Finally I removed the word "Urgent" from the thread title, since it's considered rude for people spending their time voluntarily to help others. If you disagree, feel free to contact me by e-mail.
 
Old 02-19-2011, 09:07 AM   #7
schneidz
LQ Guru
 
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,313

Rep: Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918
hi, i have an acer revo too:these commands are to help us to know what your system thinks is installed (not necessarily to get you connected).
Code:
lspci # will tell us the pci devices you have in your system.
lsusb # will tell us the usb devices you have in your system.
ifconfig # will tell us what network interface cards you have turned on in your system.
ifconfig -a # will tell us all the network interface cards you have in your system.
iwconfig # will tell us which of your network interface cards has wireless capability
now that we know that, this should get you connected:
Code:
sudo iwlist device scan # this will use the device interface (that from the above command, we found out has wireless capability) and scan for wireless routers that are accessible.
sudo iwconfig device essid "myssid" # assuming no security, use that device to connect to your router.
sudo dhclient # will attempt to get ip-address, subnet mask, dns server information automatically from your router assuming dhcp is turned on on your router.
also, please show us the contents of /etc/resolv.conf.
 
Old 02-19-2011, 01:36 PM   #8
fad216
LQ Newbie
 
Registered: Feb 2011
Posts: 11

Rep: Reputation: Disabled
did you have problem with wireless driver? before this I also have same problem, but I have solve with install ndiswrapper in my ubuntu 10.04. With ndiswrapper, you can use windows driver to make sure your wireless device installed properly. You can install ndiswrapper from Ubuntu Software Centre in Applications. Then search ndiswrapper.

What you need in you need is .inf file in your wireless driver. Maybe you can find wireless driver for windows from acer website. Than after install ndiswrapper, you can open ndiswrapper software and select .inf file.
 
  


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
LXer: SCO Back in the Linux Game? Wanna Buy a Bridge? LXer Syndicated Linux News 0 06-20-2006 11:33 AM
help needed...wanna create my unix rajankz Linux - Newbie 1 09-22-2005 11:25 PM
Hint: Wanna try Linux, so wanna rig your Windows system to dual-boot? sundialsvcs Linux - Newbie 2 08-16-2005 02:56 PM
x-windows -or whatever u wanna call it- Terri Linux - Newbie 8 07-05-2001 05:30 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 12:20 AM.

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