Go Back   Cyber Tech Help Support Forums > Operating Systems > Linux

Notices

Linux Problem solving for all open source distributions of Linux, such as Debian/Ubuntu, Fedora, RedHat, Suse, Mandriva and other proprietary unixes such as Solaris, SGI Irix. Newbie friendly too!

Reply
 
Topic Tools
  #1  
Old October 5th, 2008, 12:21 AM
Hornzog Hornzog is offline
New Member
 
Join Date: Oct 2008
Posts: 8
Cant connect to internet wirelessly in Ubuntu?

Ok so before my computer completely died i had wireless internet set up perfectly using a "Wireless-N PCI adaptder, Model no. WMP300n" But after not getting windows to work again and deciding to try Ubuntu i cannot get connected to the internet at all.
When i insert the CD to install the adapter onto the computer the window comes up showing the contents of the CD, however nothing i do can get the CD to install, clicking on the setup.exe literally does nothing, and the autorun.inf comes up with an option to run, cancel or run in terminal, in which clicking on does absoloutely nothing either.
Is there anyway to install this onto my computer and subsequently get conected to the internet, ive only had ubuntu on the computer for a few days so am completely clueless, a walkthrough guide would be helpfull
Thanks in advance.
Reply With Quote
  #2  
Old October 5th, 2008, 08:22 AM
Mikorist's Avatar
Mikorist Mikorist is offline
Member
 
Join Date: Dec 2006
O/S: Linux
Location: Belgrade (Serbia)
Age: 50
Posts: 40
Thumbs up

Quote:
Originally Posted by Hornzog View Post
Ok so before my computer completely died i had wireless internet set up perfectly using a "Wireless-N PCI adaptder, Model no. WMP300n" But after not getting windows to work again and deciding to try Ubuntu i cannot get connected to the internet at all.
When i insert the CD to install the adapter onto the computer the window comes up showing the contents of the CD, however nothing i do can get the CD to install, clicking on the setup.exe literally does nothing, and the autorun.inf comes up with an option to run, cancel or run in terminal, in which clicking on does absoloutely nothing either.
Is there anyway to install this onto my computer and subsequently get conected to the internet, ive only had ubuntu on the computer for a few days so am completely clueless, a walkthrough guide would be helpfull
Thanks in advance.
Go to Application>Accessories>terminal

Code:
mkdir madwifi ; cd madwifi && wget http://optusnet.dl.sourceforge.net/sourceforge/madwifi/madwifi-0.9.4.tar.bz2
Code:
tar xvf madwifi*.tar.bz2 && cd madwifi-0.9.4/
Code:
sudo apt-get update

Code:
sudo apt-get install linux-headers-$(uname -r)
Code:
sudo apt-get install build-essential bin86 sharutils
Code:
make clean
make
sudo make install
Code:
sudo modprobe ath_pci
Code:
sudo -s
echo "ath_pci" >> /etc/modules
exit
Reboot System


This was helpful to me maybe it will be for you
Reply With Quote
  #3  
Old October 5th, 2008, 11:18 AM
Hornzog Hornzog is offline
New Member
 
Join Date: Oct 2008
Posts: 8
Ok thanks ill give that a try, do i just press enter after each line of text?
Reply With Quote
  #4  
Old October 5th, 2008, 08:42 PM
Mikorist's Avatar
Mikorist Mikorist is offline
Member
 
Join Date: Dec 2006
O/S: Linux
Location: Belgrade (Serbia)
Age: 50
Posts: 40
Quote:
Originally Posted by Hornzog View Post
Ok thanks ill give that a try, do i just press enter after each line of text?
Yes
Reply With Quote
  #5  
Old October 5th, 2008, 10:18 PM
Hornzog Hornzog is offline
New Member
 
Join Date: Oct 2008
Posts: 8
Quote:
Originally Posted by Mikorist View Post
Yes
Hahaa, Total noob here
Reply With Quote
Reply

Bookmarks


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 On
HTML code is Off

Forum Jump

Similar Topics
Topic Topic Starter Forum Replies Last Post
cannot connect wirelessly sylg Windows XP 3 February 20th, 2014 12:09 AM
Cannot connect to internet wirelessly PensHeels Networking 1 February 12th, 2008 01:36 AM
Cannot Connect Wirelessly PensHeels Windows Vista 1 February 9th, 2008 09:44 AM
Cant connect wirelessly on new laptop phillcoe Networking 16 December 4th, 2006 03:59 PM
Can I connect a usb hub wirelessly? overmyhead Hardware 2 July 19th, 2004 11:43 PM


All times are GMT +1. The time now is 08:00 PM.