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

  • Pink Floyd Turns Tables, Screws the Record Company
  • Cool: Or Hot? Linux really making your coffee, live a linux coffee machine
  • Humanity Icon Theme Updated To Match The New Ubuntu Branding
  • Wolvix linux - A linux distro based on Slackware with a graphic installation mode
  • HP Deskjet D2680 Review
more

Linux Today

  • Turn Firefox into an Ebook Reader with EPUBReader
  • The Microsoft Elephant in the Open Source Room
  • How To Harden PHP5 With Suhosin On CentOS 5.4
  • Seven Firefox Plug-ins That Improve Online Privacy
  • Bash History: Display Date And Time For Each Command
more

Linux Insider

  • North Korea's 'Red Star' Linux, and Is FOSS an Enemy of the State?
  • Android Has Enough Class for Opera
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

  • Configure ThinkPad laptop trackpoint on Ubuntu
  • How to make WPA connection in Ubuntu on demand
  • Review: Sabily 9.10 - Linux Ubuntu for Muslims
  • How to Install 64bit flash on Ubuntu
  • How to get Wireless LAN (Broadcom) on Acer Aspire 4720Z working with Ubuntu 9.10
  • Quick loot at Ubuntu 10.04 Lucid Lynx Alpha 3
  • System testing and benchmarking under Ubuntu 9.10
  • How to PXE booting Ubuntu Installer
  • How to Install Debian onto your Nexus One using Ubuntu
  • (Re) Install a Linux Kernel
more

Linux World

  • Microsoft's Internet Driving Licence: stupid, unworkable and unenforceable
  • Making a videoloop with Kino and Audacity
  • So is ChromeOS a desktop winner? I think not
  • Firefogg: Transcoding videos to open web standards with Mozilla Firefox
  • The Morevna Project: Anime with Synfig and Blender
Archive Syndicate content

Recent comments

  • Re
    10 weeks 3 hours ago
  • Re
    10 weeks 5 hours ago
  • Re
    10 weeks 6 days ago
  • Re
    11 weeks 3 days ago
  • Re
    12 weeks 1 day ago
  • Re
    12 weeks 1 day ago
  • Re
    12 weeks 2 days ago
  • iwl3945
    13 weeks 6 days ago
  • HomeBank
    26 weeks 1 day ago
  • KMyMoney and direct connect to banks
    30 weeks 2 days ago
All contents copyright © 2008, Dhuha Net. All rights reserved
Ubuntudoctor® is a member of the Dhuha Network. Privacy Policy
RoopleTheme