LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 06-03-2009, 10:53 AM   #16
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191

Wow I'm surprised moving that to a much higher number didn't cut it.. Ubuntu does start up in runlevel 2 just like Debian right ?


Download and unzip the driver package, and read the file titled INSTALL. it should explain how to install that build on your system.
 
Old 06-03-2009, 02:43 PM   #17
neela77777
LQ Newbie
 
Registered: May 2009
Distribution: Ubuntu 9.04
Posts: 11

Original Poster
Rep: Reputation: 0
Ubuntu does start in run level 2 -- that is the default.
When you say drivers, you meant the wicd package right?

The 1.6.0b3 tar ball opens into a folder with two files on it --

pkgbuild and wicd.install

both have code in them. none have any instructions -- this is where i stopped yesterday -- wasn't sure what to do beyond that. when i chmod'ed both of them to executable and ran them, they did not run.
By the way, network manager was able to auto-connect at boot time for both my desktops, but reliably failed to auto-reconnect if the network router was rebooted afterwards. That is the reason I switched to wicd -- now I have fully solved the problem for the one desktop, but half a problem remains for this one.

Last edited by neela77777; 06-03-2009 at 02:49 PM.
 
Old 06-03-2009, 04:07 PM   #18
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
Err yeah I meant the wicd package.. sorry bout that


Should be a lot more than 2 files in wicd-1.6.0b3.tar.bz2...

Code:
it-lenny:/home/someuser/temp/deleteme/tar -xjvf wicd-1.6.0b3.tar.bz2

it-lenny:/home/someuser/temp/deleteme/wicd-1.6.0b3# ls -al
total 404

drwxr-xr-x 16 someuser someuser   4096 2009-05-27 23:15 .
drwxr-xr-x  6 someuser someuser   4096 2009-06-03 11:49 ..
-rw-r--r--  1 someuser someuser    122 2009-05-27 23:11 AUTHORS
-rw-r--r--  1 someuser someuser    429 2009-05-27 23:11 .bzrignore
-rw-r--r--  1 someuser someuser 260864 2009-05-27 23:11 CHANGES
drwxr-xr-x  2 someuser someuser   4096 2009-05-27 23:11 curses
drwxr-xr-x  2 someuser someuser   4096 2009-05-27 23:11 data
drwxr-xr-x  4 someuser someuser   4096 2009-05-27 23:11 depends
drwxr-xr-x  4 someuser someuser   4096 2009-05-27 23:11 encryption
drwxr-xr-x 14 someuser someuser   4096 2009-05-27 23:11 icons
drwxr-xr-x  2 someuser someuser   4096 2009-05-27 23:11 images
drwxr-xr-x  2 someuser someuser   4096 2009-05-27 23:11 in
drwxr-xr-x 11 someuser someuser   4096 2009-05-27 23:11 init
-rw-r--r--  1 someuser someuser   2812 2009-05-27 23:11 INSTALL
-rw-r--r--  1 someuser someuser  17988 2009-05-27 23:11 LICENSE
drwxr-xr-x  2 someuser someuser   4096 2009-05-27 23:11 man
-rw-r--r--  1 someuser someuser   1767 2009-05-27 23:11 NEWS
drwxr-xr-x  2 someuser someuser   4096 2009-05-27 23:11 other
-rw-r--r--  1 someuser someuser   3568 2009-05-27 23:11 README
drwxr-xr-x  2 someuser someuser   4096 2009-05-27 23:11 scripts
-rw-r--r--  1 someuser someuser     82 2009-05-27 23:11 setup.cfg
-rwxr-xr-x  1 someuser someuser  25425 2009-05-27 23:11 setup.py
drwxr-xr-x  2 someuser someuser   4096 2009-05-27 23:11 tests
drwxr-xr-x 55 someuser someuser   4096 2009-05-27 23:15 translations
-rwxr-xr-x  1 someuser someuser   2511 2009-05-27 23:11 uninstall.sh
-rw-r--r--  1 someuser someuser    624 2009-05-27 23:12 vcsinfo.py
drwxr-xr-x  3 someuser someuser   4096 2009-05-27 23:11 wicd
Your file didn't contain all that ???
 
Old 06-03-2009, 05:13 PM   #19
neela77777
LQ Newbie
 
Registered: May 2009
Distribution: Ubuntu 9.04
Posts: 11

Original Poster
Rep: Reputation: 0
I will try the 1.6.0b3 -- i looked at the .tar.gz file

I sorted it out without that though ..
added

auto eth0
iface eth0 inet dhcp

in the interfaces file

Strange -- the interfaces file in the second desktop did not have these two lines -- just the loopbacl stuff, and it still autoconnects. Not sure what to make of that.

Thank you very much for your help.
 
  


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
Wireless Network auto reconnect brim4brim Linux - Newbie 0 06-22-2005 11:06 PM
pftpfxp auto reconnect behade Linux - Software 4 01-12-2005 10:25 AM
ISP auto reconnect problem lumpfish Linux - Networking 0 07-29-2003 10:43 AM
Auto-Reconnect JC404 Linux - Newbie 3 07-01-2003 04:04 PM
want auto-reconnect off in wvdial marlaina1 Linux - General 2 03-18-2002 04:27 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 08:18 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