Results 1 to 7 of 7
I'm a retired mainframe programmer analyst, who is getting interested in something more than Windows. I installed Fedora 9 on my laptop, and have had good luck so far. I ...
- 07-28-2008 #1Just Joined!
- Join Date
- Jul 2008
- Posts
- 2
Old dog looking for new tricks..
I'm a retired mainframe programmer analyst, who is getting interested in something more than Windows. I installed Fedora 9 on my laptop, and have had good luck so far. I cant figure out how to setup a wireless connection, but I have ethernet connection, and I installed Fedora on a USB external drive. When I feel that warm and fuzzy feeling, I will format the internal hard drive and make it total LINUX machine.
I am looking for a source of information for some pretty dumb questions.
I hope I dont become a nuisance. I look forward to becoming a LINUX DUDE instead of a Windows follower.
I am amazed how many things I have been able to find just by looking for myself.The wireless connection is one thing I cant figure out. There are other small cosmetic things, but I look forward to YOUR HELP!
- 07-28-2008 #2Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
Glad you're enjoying it jdossey

It's certainly something that you can figure out with the abundance of information out there. Because most of the discussion of Linux is on the internet you can usually find someone else's solution. The trick is you need to know what to look for
Start up a new thread on your wireless problem (either in the wireless networking or Fedora sections) and post as much info as you can on the type of wifi card you have and if you can the output of the following commands, run in a terminalI hope Linux gives you what you're looking for, though I suppose if you come from a mainframe background you'll be right at homeCode:/sbin/lspci ifconfig iwconfig
- 07-28-2008 #3Just Joined!
- Join Date
- Jul 2008
- Posts
- 0
coffee lounge
Yeah this area is for chatting, so you might have better luck in the fedora section.
Not sure about fedora, since I use debian, but this is how i do it anyhoo
if there is not a linux driver then use ndiswrapper
as root in bash terminal
- Install ndiswrapper package and the ndiswrapper utilities package
- install windows driver with ndiswrapper either at the command line or use ndisgtk
- ndiswrapper -l to see if the hardware is installed
- run depmod -a
- modprobe ndiswrapper
- ifconfig wlan0 up
- iwlist -scan find an essid you like and connect
- iwconfig essid=name_of_router
- dhclient wlan0
you're off and running
- 07-28-2008 #4Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
If there's any advice I'd give it's that it's good to know how ifconfig and iwconfig work, but for daily work NetworkManager gets the job done
- 07-28-2008 #5Just Joined!
- Join Date
- Jul 2008
- Posts
- 2
Thanks for the welcome...
I apprciate such quick responses. I have only been on here for a couple of hours, and already getting potential solutions.
I have a lot to learn. I dont even know how to get in "Command mode" to ender commands, and I havent completely figured out how to find and install the packages that i see referenced. But I learned this is just the forum for
chatting, adn there are specific places here for specific type problems.
Thanks soooooo much. I feel more confident already. have a great week everyong.
- 07-28-2008 #6
You use the application called "terminal" or "gnome-terminal". It'll be in your start menu or you may have a desktop icon for it. Alternatively you can press ctrl-alt-F1 to get a completely text-based screen, which imho is easier to read than a graphical console (use alt-F7 to get back into your GUI).
"I'm just a little old lady; don't try to dazzle me with jargon!"
- 07-28-2008 #7forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,080
Welcome to the forums... hope Linux turns into a great experience for you!
oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.


Reply With Quote

