Results 1 to 10 of 53
Alright I just bought a ENCORE 54Mbps Wireless Router which can be found here
I got this to work with my Gateway Solo 9550 XL which is running Fedora Core ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-09-2005 #1Linux Newbie
- Join Date
- Jan 2005
- Location
- Maryland, USA
- Posts
- 103
WiFi Connection in FC3
Alright I just bought a ENCORE 54Mbps Wireless Router which can be found here
I got this to work with my Gateway Solo 9550 XL which is running Fedora Core 3
I have not yet configured any form of WEP or WPA, I was gonna wait till I could get a base connection up.
This is about as much as I can do on my own. The best I've done routing around FC3 is to find a program called KWiFiManager and since the auto search this one has didn't work I've offically stumped myself.
I realize this is probally a stupid, broad ended question that basically everyone on this board has asked a thousand times over but I just ask you you bear with me because I am an idiot.
- 03-09-2005 #2
Well what kind of wireless card is it? How many network interfaces are on the box?
- 03-09-2005 #3Linux Newbie
- Join Date
- Jan 2005
- Location
- Maryland, USA
- Posts
- 103
It's a 802.11B Mini PCI Radio Card
http://support.gateway.com/s/Mobile/...01074cl3.shtml
It's the default card with the laptop
- 03-09-2005 #4
Could you open a terminal, su to your root account, run iwconfig, and post the output?
There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence.
- Jeremy S. Anderson
- 03-09-2005 #5Linux Enthusiast
- Join Date
- Feb 2005
- Location
- SE, Stockholm
- Posts
- 512
This link does not say to much of which chipset is used in your WLAN adapter,
however if you could post the output from the command
here on the forum, it might be easier to help you out.Code:lspci
And, have to mention this, do the command as "root"
- 03-09-2005 #6Linux Newbie
- Join Date
- Jan 2005
- Location
- Maryland, USA
- Posts
- 103
Neither of those commands are found
- 03-09-2005 #7
Can you do:
And how many interfaces do you have?Code:su - ifconfig -a
- 03-09-2005 #8
Try (as root)
andCode:/sbin/iwconfig
and if those don't work tryCode:/sbin/lspci
andCode:/usr/sbin/iwconfig
Code:/usr/sbin/lspci
There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence.
- Jeremy S. Anderson
- 03-09-2005 #9Linux Newbie
- Join Date
- Jan 2005
- Location
- Maryland, USA
- Posts
- 103
Code:[root@localhost aeuzent]# /sbin/lwconfig lo no wireless extensions. eth0 no wireless extensions. sit0 no wireless extensions. eth1 IEEE 802.11-DS ESSID:"" Nickname:"HERMES I" Mode:Managed Frequency:2.457GHz Access Point: 00:00:00:00:00:00 Bit Rate:11Mb/s Tx-Power=15 dBm Sensitivity:1/3 Retry limit:4 RTS thr:off Fragment thr:off Encryption key:off Power Management:offCode:[root@localhost aeuzent]# /sbin/lspci 00:00.0 Host bridge: Intel Corp. 82830 830 Chipset Host Bridge (rev 02) 00:01.0 PCI bridge: Intel Corp. 82830 830 Chipset AGP Bridge (rev 02) 00:1d.0 USB Controller: Intel Corp. 82801CA/CAM USB (Hub #1) (rev 01) 00:1d.1 USB Controller: Intel Corp. 82801CA/CAM USB (Hub #2) (rev 01) 00:1e.0 PCI bridge: Intel Corp. 82801 Mobile PCI Bridge (rev 41) 00:1f.0 ISA bridge: Intel Corp. 82801CAM ISA Bridge (LPC) (rev 01) 00:1f.1 IDE interface: Intel Corp. 82801CAM IDE U100 (rev 01) 00:1f.3 SMBus: Intel Corp. 82801CA/CAM SMBus Controller (rev 01) 00:1f.6 Modem: Intel Corp. 82801CA/CAM AC'97 Modem Controller (rev 01) 01:00.0 VGA compatible controller: nVidia Corporation NV11 [GeForce2 Go] (rev b2) 02:06.0 CardBus bridge: Texas Instruments PCI1410 PC card Cardbus Controller (rev 01) 02:07.0 CardBus bridge: Texas Instruments PCI4451 PC card Cardbus Controller 02:07.1 CardBus bridge: Texas Instruments PCI4451 PC card Cardbus Controller 02:07.2 FireWire (IEEE 1394): Texas Instruments PCI4451 IEEE-1394 Controller 02:08.0 Ethernet controller: Intel Corp. 82801CAM (ICH3) PRO/100 VE (LOM) Ethernet Controller (rev 41) 02:09.0 Multimedia audio controller: ESS Technology ES1988 Allegro-1 (rev 12)
- 03-09-2005 #10and you should be setCode:
dhclient eth1


Reply With Quote
