Home
Home Blogs k4tz's blog
    • Blog
    • Clinic
    • Contact
    • Download
    • Video
    • Login

Poll

Favourite console text editor in Ubuntu:

LXer -- Linux and Open Source News

  • Ubuntu 10.10 beta – an insider’s view
  • Equinox Introduces 2 Other Brilliant Themes, Installation Made Easy via PPA
  • First Alpha of uTorrent Server for Linux Released
  • A Linux Demo For Amnesia: The Dark Descent
  • Fedoraproject.org redesign looking really, really great
more

Linux Today

  • Editor's Note: Holiday Tech Fun
  • Mint 9: Minty fresh Linux
  • Amnesia: The Dark Descent Demo Released!
  • Android: the return of the Unix wars?
  • Songbird 1.8.0 adds support for more devices
more

Linux Insider

  • Tablet Skirmish Heats Up With Toshiba Entry
  • Samsung's Galaxy Whirls Into the Tablet Universe
  • Sony's Shocking 'Other OS' Win and Suspect Distro Popularity Trends
  • 2 Smart Backup Apps Show You the Way to Go Home
  • Cloud Computing Calms Open Source Warfare
more

Set up wireless connection automatically in Ubuntu

Submitted by k4tz on Sat, 12/20/2008 - 10:00
  • Clinic
  • Networking
  • Ubuntu
  • Wireless

Question:

this may sound a bit silly, but on my Intrepid install the wireless connection needs to be manually started every time I restart the computer. Is there anything I can do about this?

Answer:

Yes, there is. You just need to edit your /etc/network/interfaces

By default it should look like this:

Code:
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet dhcp

You just need to add your wireless interface to the list. Here is what it would look like assuming you are using DHCP and your wireless interface is wlan0 (if its atheros is could be ath0).

Code:
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet dhcp

# The wireless interface
auto wlan0
iface wlan0 inet dhcp

OR

or in network configuration, edit your wireless connection and check the "connect automatically" box.

 

Source: http://ubuntuforums.org/showthread.php?t=1015963

  • k4tz's blog
  • Add new comment
Visitor's picture

wireless

Submitted by Visitor on Fri, 02/06/2009 - 11:13.

hi im having probs getting my 3G modem online, im running ubuntu on an amd64 with 1g ram. ( i am not going back to windows ever! ) and i love ubuntu 8.10 the prob is im a noob and what the hell is that stuff from here onwards ( # ?????????????? ) is it possible to have it in none geek please as i only speak english ( very badly ) or is it possable to get a .deb package? or even a copy and paste source code.

thanx

  • reply
k4tz's picture

Re: wireless

Submitted by k4tz on Mon, 02/09/2009 - 11:54.

First of all, I need to know your 3G modem's type. But if you are in a hurry, you can take a look some links about how to install 3G modem in Ubuntu. Hopefully it usefull:
- http://ubuntudoctor.com/content/blog/3g-modem-installation-on-ubuntu-linux
- http://ubuntudoctor.com/content/blog/12/Installing-ZTE-MF627-3G-modem-in...
- http://ubuntudoctor.com/content/blog/3G-modem-installation-linux-ubuntu
if you have other question, please let me know.

  • reply

Recent blog posts

  • How to install PHP-GTK in Ubuntu 10.04 Lucid Lynx
  • Download Linux Mint 9 "Xfce"
  • ISO Booting with Grub 2 in Ubuntu
  • Howto Fix Rhythmbox Iphone + Ipod Sync Issues in Ubuntu
  • How to install Ubuntu 10.04 on Thinkpad x201
  • Fix for Audio Problem in Dell Studio 1450 in Ubuntu 10.04 (lucid lynx)
  • Howto optimize Flash in Firefox on Ubuntu
  • HP Laserjet P1006 Printer not Working on Ubuntu
  • How to get video recording working with Acer Crystal Eye Webcam on Ubuntu
  • Reset your Windows password and edit the Windows Registry from Ubuntu
more

Linux World

  • Net Neutrality: what does the Google Verizon proposal mean for GNU Linux?
  • Why can't free software lead to hardware innovation?
Archive Syndicate content

Recent comments

  • Re
    34 weeks 4 days ago
  • Re
    34 weeks 4 days ago
  • Re
    35 weeks 4 days ago
  • Re
    36 weeks 22 hours ago
  • Re
    36 weeks 5 days ago
  • Re
    36 weeks 5 days ago
  • Re
    37 weeks 2 hours ago
  • iwl3945
    38 weeks 4 days ago
  • HomeBank
    50 weeks 5 days ago
  • KMyMoney and direct connect to banks
    1 year 2 weeks ago
All contents copyright © 2008, Dhuha Net. All rights reserved
Ubuntudoctor® is a member of the Dhuha Network. Privacy Policy
RoopleTheme