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

  • Digg Moves From MySQL to NoSQL
  • This week at LWN: SCALE 8x: Color management for everyone
  • OSFA joins OSI in refuting IIPA's attack on open source
  • Linux summit dissects MeeGo
  • Firefox 3.6 sees 100M downloads, now pushing notifications
more

Linux Today

  • OSI Board Addition May Bring Needed Change
  • Top 10 IT Billionaires -- A Closer Look
  • Proof Of Concept: Open-Source Multi-GPU Rendering!
  • How to compile the Linux kernel
  • Novell's Motion to Allow Evidence: SCO Opened the Door
more

Linux Insider

  • Android Has Enough Class for Opera
  • Ubuntu Dumps the Brown
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
    9 weeks 5 days ago
  • Re
    9 weeks 5 days ago
  • Re
    10 weeks 5 days ago
  • Re
    11 weeks 1 day ago
  • Re
    11 weeks 6 days ago
  • Re
    11 weeks 6 days ago
  • Re
    12 weeks 21 hours ago
  • iwl3945
    13 weeks 5 days ago
  • HomeBank
    25 weeks 6 days ago
  • KMyMoney and direct connect to banks
    30 weeks 17 hours ago
All contents copyright © 2008, Dhuha Net. All rights reserved
Ubuntudoctor® is a member of the Dhuha Network. Privacy Policy
RoopleTheme