Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Hi my name is Jeferson,i have been working with windows so long!
and i decide to install Reh Hat 9 ..
i install it and now i don't know how to setup my wireless conection! i have a wireless router. what do i need to use my internet on linux? thanks guys!!
Hi my name is Jeferson,i have been working with windows so long!
and i decide to install Reh Hat 9 ..
i install it and now i don't know how to setup my wireless conection! i have a wireless router. what do i need to use my internet on linux? thanks guys!!
Agreed...RH 9 is VERY old. Chances are, if you install a current distro, like Fedora 12, you'll get things going much easier.
If you're brand-new to Linux, I'd suggest loading Ubuntu (or Kubuntu, the only difference is the desktop GUI). Mainly because it's a little more 'Windows-user' friendly, and might ease you into Linux better.
Ok guys i try to download the fedora and install it there'r any thing i need to know about how to install the FEDORA? thanks
Not sure what you mean. Please try to write clearly.
Do you mean you TRIED to download Fedora, but had a problem, or that you WILL TRY TO download Fedora? And all you really have to do to install it, is burn the CD/DVD, put it in the drive, and boot from it. If you have problems after that, come back and post them.
You probably would not have been able to get wireless to work with RH 9 because of the age of your kernel. Now that you have a current distro, start by identifying your wireless device. Run the command "lspci -v" and "lspci -n" Post the section for your wireless device.
Here is an example on my laptop:
Code:
sudo /sbin/lspci -v | sed -n '/Wireless/,/^$/p'
root's password:
14:00.0 Network controller: Atheros Communications Inc. AR928X Wireless Network Adapter (PCI-Express) (rev 01)
Subsystem: Foxconn International, Inc. Device e009
Flags: bus master, fast devsel, latency 0, IRQ 19
Memory at f2100000 (64-bit, non-prefetchable) [size=64K]
Capabilities: [40] Power Management version 2
Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit-
Capabilities: [60] Express Legacy Endpoint, MSI 00
Capabilities: [90] MSI-X: Enable- Count=1 Masked-
Capabilities: [100] Advanced Error Reporting
Capabilities: [140] Virtual Channel <?>
Capabilities: [160] Device Serial Number 00-00-00-00-00-00-00-00
Kernel driver in use: ath9k
> /sbin/lspci -n | grep '14:00.0'
14:00.0 0280: 168c:002a (rev 01)
The results will determine which kernel module is needed to control your wireless device.
I found this page on Google. Download the firmware for your card and use "tar xvzf iwlwifi-3945-ucode-15.32.2.9.tgz" to untar that contents of the archive. Read the readme. It contains information about where to copy the files. It is possible that you already have the firmware. You might want to look where extracted README file says to look.
After that, the best bet may be to reboot so that the kernel module loads the firmware. After that run:
lsmod
sudo /usr/sbin/iwlist
sudo /usr/sbin/iwlist <wireless_device> scan
Where <wireless_device> will probably be wlan0, but might be something else.
The next step will be to run Fedora 11's network configuration tool. Also indicate which desktop you are running. For a laptop running a network manager applet may make more sense then configuring the network and authentication statically, if you connect to different networks. But I am jumping ahead.
we don't need to download the drive iwl3945 for wireless connection!
u just need to add a connection i mean in your up bar you should have a icon "network - 2 little pcs"
1° give a Right click
2° select wireless tab
3° click on 'ADD'
4° on 'Connection name: 'ex: jefersonNet'
5° you have 4 tabs: wireless, IPv4 Settings, IPv6 Settings, Wireless Security ___ SELECT WIRELESS TAB
6° on SSID: 'ex: my one is JefersonNet'
7° mode: infrastructure
8° MTU: automatic
9° Select the tab : Wireless Security
10° on Security : select what kind your password
11° and on Password: 'type your password'
then apply
and restart .
after it comes up again doble left click on the network icon and select your network..
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.