LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 02-27-2007, 09:31 PM   #1
chetjordan2002
LQ Newbie
 
Registered: Jul 2006
Location: Dunbar, WV
Distribution: Mint 9
Posts: 23

Rep: Reputation: 15
Holding wireless configuration


Ok, for anyone who has read my previous post, I gave up on my truemobile card/ndiswrapper, way too many problems. Now then, to the point, I traded my father for his netgear wireless nic. Works wonderfully. Only problem now is that everytime I shutdown I must reconfigure my wireless nic for my network. This is particualrly annoying in my networking class where I must pull up a WEP code and enter 3 dns server adresses. So, my question, is there anyway to get Ubuntu to hold this config or am I basically out of luck?
 
Old 02-28-2007, 01:03 AM   #2
farkus888
Member
 
Registered: Oct 2006
Distribution: usually use arch
Posts: 103

Rep: Reputation: 15
I have the same issue with fedora core 6, been thinking a bash script to go through the configuration would be nice, but it has yet to write itself for me
 
Old 02-28-2007, 01:50 PM   #3
chetjordan2002
LQ Newbie
 
Registered: Jul 2006
Location: Dunbar, WV
Distribution: Mint 9
Posts: 23

Original Poster
Rep: Reputation: 15
Chet dumb, high five

Alright, I figured it out. I've actually got to shut down and click "save configuration". Sorry bout that folks, I'm well versed in Windows but linux is a whole new beast.
 
Old 03-04-2007, 11:53 PM   #4
chetjordan2002
LQ Newbie
 
Registered: Jul 2006
Location: Dunbar, WV
Distribution: Mint 9
Posts: 23

Original Poster
Rep: Reputation: 15
scratch that...didn't work
 
Old 03-05-2007, 07:09 AM   #5
barrythai
Member
 
Registered: Dec 2004
Location: thailand
Distribution: suse9.3, Mandrake10.1
Posts: 381

Rep: Reputation: 30
Quote:
Originally Posted by chetjordan2002
Ok, for anyone who has read my previous post, I gave up on my truemobile card/ndiswrapper, way too many problems. Now then, to the point, I traded my father for his netgear wireless nic. Works wonderfully. Only problem now is that everytime I shutdown I must reconfigure my wireless nic for my network. This is particualrly annoying in my networking class where I must pull up a WEP code and enter 3 dns server adresses. So, my question, is there anyway to get Ubuntu to hold this config or am I basically out of luck?
I am looking at ubuntu wireless but not yet up to speed as I am now downloading and getting the 64bit version to try on my laptop.

I installed a 32bit on my friends laptop the only distro that worked flawlessly, but did not have the time to check her wireless. I hope this does not come back when she finally gets round to need it.

What your problem should not happen. You did not say when you changed are you using the ndis wrapper. This should not be used on your card as most distro's have drivers built in. Though netgear appears to be a common problem across the distro's. You are better getting one of the cheaper cards which frequently use the ralink 2500 chip.

Try reinstalling Ubunto if you can with the Netgear card in, it should find it and you need not use the ndiswrapper which has many failings.

The ndis wrapper is getting old hat now as most distro's can handle the majority of the wireless chipsets.

Do you know the wireless chipset of your card as I hope to compile a list.
 
Old 03-05-2007, 11:14 AM   #6
tredegar
LQ 5k Club
 
Registered: May 2003
Location: London, UK
Distribution: Fedora40
Posts: 6,156

Rep: Reputation: 435Reputation: 435Reputation: 435Reputation: 435Reputation: 435
chetjordan2002,

I got wireless working well on my laptop with kubuntu 6.06.1.
I am always connected to my network at boot.
My wireless chipset is supported by the kernel.
Note that I am using WAP encryption, as WEP is too easy to crack, and I live
in a densely populated area.

I installed wpa_supplicant.

I gave up on the GUI things as they seemed very flaky, and just edited the network file:

This is what I have in my /etc/network/interfaces file
Code:
# This defines the usual loopback interface
auto lo
iface lo inet loopback
address 127.0.0.1
netmask 255.0.0.0

# eth1 is my wireless interface, and I want it brought up at boot
auto eth1
# I like a static IP, replace "static" with "dhcp"
# if you want to be allocated a dynamic IP by your router
iface eth1 inet static
# This is the broadcast address for my network, yours may be different
broadcast 10.255.255.255
# This is the static IP I want on my LAN
# miss the next line out if you are using DHCP
address 10.0.0.8
# This is the netmask for my network, yours may be different
netmask 255.0.0.0
# This is the IP of my router, yours may be different
gateway 10.0.0.2
# This is my WPA Passphrase, yours will be different
wpa-passphrase Itsasecret
# This is the SSID of my wireless AP, you'll need this
# even if your AP isn't broadcasting its name
wpa-ssid Whatitscalled
# This is the channel my AP is working on
wireless-channel 11
This works perfectly for me. 100% reliable.
I posted this "solution" in another thread, and never heard from the OP again, so I don't know if it worked for him.

So, please try it, see if it works for you, and report back.
 
Old 03-07-2007, 01:38 PM   #7
chetjordan2002
LQ Newbie
 
Registered: Jul 2006
Location: Dunbar, WV
Distribution: Mint 9
Posts: 23

Original Poster
Rep: Reputation: 15
the reinstall worked...now holding configuration...thank you all for your help
 
Old 03-08-2007, 07:28 AM   #8
barrythai
Member
 
Registered: Dec 2004
Location: thailand
Distribution: suse9.3, Mandrake10.1
Posts: 381

Rep: Reputation: 30
Quote:
Originally Posted by chetjordan2002
the reinstall worked...now holding configuration...thank you all for your help
Yes I have successfully loaded Ubuntu on my laptop and it works great better than Mandriva did. it's wireless package manager is better and works better mixing ethernet and wireless. It's radar is good and there is far more wireless info for trying to log on to freewireless sites.

Now if I can only log in as root I might be able to ditch Mandriva.

 
Old 03-08-2007, 12:12 PM   #9
tredegar
LQ 5k Club
 
Registered: May 2003
Location: London, UK
Distribution: Fedora40
Posts: 6,156

Rep: Reputation: 435Reputation: 435Reputation: 435Reputation: 435Reputation: 435
Quote:
Now if I can only log in as root I might be able to ditch Mandriva.
You have discovered that (K)ubuntu is different:
sudo command runs that command as root. But this gets boring (typing "sudo" all the time), so I open a new terminal, and run sudo -i. This gives you a "root terminal" and is like the old mandriva su -. It's a good idea to change the background colour of this terminal, so you remember that it's a "root terminal", not an ordinary one.
 
Old 03-08-2007, 06:22 PM   #10
barrythai
Member
 
Registered: Dec 2004
Location: thailand
Distribution: suse9.3, Mandrake10.1
Posts: 381

Rep: Reputation: 30
Quote:
Originally Posted by tredegar
You have discovered that (K)ubuntu is different:
sudo command runs that command as root. But this gets boring (typing "sudo" all the time), so I open a new terminal, and run sudo -i. This gives you a "root terminal" and is like the old mandriva su -. It's a good idea to change the background colour of this terminal, so you remember that it's a "root terminal", not an ordinary one.
I do not want to open a root terminal I want to login as root.

I don't need to remember it's a root terminal as I always work in root in all distros.

I have solved it now. Guess Ubuntu really wants to keep out the root users.

 
Old 03-08-2007, 11:10 PM   #11
chetjordan2002
LQ Newbie
 
Registered: Jul 2006
Location: Dunbar, WV
Distribution: Mint 9
Posts: 23

Original Poster
Rep: Reputation: 15
use
Code:
sudo passwd root
this will allow you to set your root password
 
Old 03-09-2007, 04:56 PM   #12
tredegar
LQ 5k Club
 
Registered: May 2003
Location: London, UK
Distribution: Fedora40
Posts: 6,156

Rep: Reputation: 435Reputation: 435Reputation: 435Reputation: 435Reputation: 435
@barrythai
First, you have hijacked chetjordan2002's thread, with no explanantion, assistance, or apology. With 322 posts to your name I would have thought you knew better, and I was patient. But now:

Quote:
I do not want to open a root terminal I want to login as root.

I don't need to remember it's a root terminal as I always work in root in all distros.
Then you are asking for trouble, and are pissing on the many years of sensible security development by many thousands of people more dedicated to making computers a useful resource, rather than an annoyance, than you are.

Please don't come whining to LQ when your computer becomes another spambot (I doubt that you [like the millions of other imbeciles] would be bothered even to notice that this was happening to you), or your system is trashed. Please [Search] these forums, or even google, for the security implications of what you are doing, because I am fed up with explaining it all again to someone who should only be running a microsoft OS, if that.

echo barrythai >> ~/idiots/ignore_list

Done.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
APT Is Holding Back...Why? carlosinfl Debian 2 07-17-2006 07:26 PM
Holding an IRC Chat, right now. testforechozero General 4 07-15-2004 03:28 AM
Software is the only thing holding me back rudeboymcc Linux - Software 11 04-27-2004 04:11 AM
Using Mandrake.. too much hand holding, might try Slackware VinTSS Slackware 9 01-16-2004 09:41 AM
Only a few things holding me to MS demonx Linux - Software 8 09-28-2003 12:52 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 03:10 PM.

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