LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking
User Name
Password
Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux.

Notices


Reply
  Search this Thread
Old 01-07-2010, 11:24 AM   #1
moGi7
LQ Newbie
 
Registered: Jan 2010
Posts: 6

Rep: Reputation: 0
connecting to the internet with wmp54g on fedora 12


Hi,

Newbie here of course...

I installed a linksys wmp54g wireless PCI in my desktop. I can see the wireless networks around me but never actually connect to them...I had some success connecting yesterday for a few minutes but the connection was really slow.

I have tried to install the ndiswrapper for the past few days...no luck...I get an error doing the "make" and "make install" commands...and I just dont think that the ndiswrapper is the issue since I can already see the access points around me.

Can anyone help, I've done the research and I'm still in need of a solution.
 
Old 01-07-2010, 01:18 PM   #2
nimnull22
Senior Member
 
Registered: Jul 2009
Distribution: OpenSuse 11.1, Fedora 14, Ubuntu 12.04/12.10, FreeBSD 9.0
Posts: 1,571

Rep: Reputation: 92
Can you please post output for:
lspci


Thanks.
 
1 members found this post helpful.
Old 01-08-2010, 10:15 AM   #3
moGi7
LQ Newbie
 
Registered: Jan 2010
Posts: 6

Original Poster
Rep: Reputation: 0
$ lspci
00:00.0 Host bridge: VIA Technologies, Inc. VT8375 [KM266/KL266] Host Bridge
00:01.0 PCI bridge: VIA Technologies, Inc. VT8633 [Apollo Pro266 AGP]
00:08.0 Communication controller: Conexant Systems, Inc. HSF 56k HSFi Modem (rev 01)
00:09.0 Network controller: RaLink RT2561/RT61 802.11g PCI
00:10.0 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 80)
00:10.1 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 80)
00:10.2 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 80)
00:10.3 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 82)
00:11.0 ISA bridge: VIA Technologies, Inc. VT8235 ISA Bridge
00:11.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)
00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233/A/8235/8237 AC97 Audio Controller (rev 50)
00:12.0 Ethernet controller: VIA Technologies, Inc. VT6102 [Rhine-II] (rev 74)
01:00.0 VGA compatible controller: S3 Inc. VT8375 [ProSavage8 KM266/KL266]


Looking at the 00:09.0 Network controller: RaLink RT2561/RT61 802.11g PCI ??
 
Old 01-08-2010, 11:15 PM   #4
nimnull22
Senior Member
 
Registered: Jul 2009
Distribution: OpenSuse 11.1, Fedora 14, Ubuntu 12.04/12.10, FreeBSD 9.0
Posts: 1,571

Rep: Reputation: 92
And please, send output for:
Code:
lsmod |grep rt61
 
1 members found this post helpful.
Old 01-09-2010, 08:03 AM   #5
moGi7
LQ Newbie
 
Registered: Jan 2010
Posts: 6

Original Poster
Rep: Reputation: 0
$ lsmod | grep rt61
rt61pci 19028 0
crc_itu_t 1620 2 udf,rt61pci
rt2x00pci 6712 1 rt61pci
rt2x00lib 34128 2 rt61pci,rt2x00pci
eeprom_93cx6 1776 1 rt61pci
 
Old 01-09-2010, 08:06 AM   #6
moGi7
LQ Newbie
 
Registered: Jan 2010
Posts: 6

Original Poster
Rep: Reputation: 0
Quote:
$ lsmod | grep rt61
rt61pci 19028 0
crc_itu_t 1620 2 udf,rt61pci
rt2x00pci 6712 1 rt61pci
rt2x00lib 34128 2 rt61pci,rt2x00pci
eeprom_93cx6 1776 1 rt61pci
Sorry, I'm trying to preserve the white space in the output but I not sure how so:
$ lsmod | grep rt61
rt61pci________________19028__0
crc_itu_t______________1620__2_udf,rt61pci
rt2x00pci______________6712__1_rt61pci
rt2x00lib______________34128__2_rt61pci,rt2x00pci
eeprom_93cx6___________1776__1_rt61pci
 
Old 01-09-2010, 01:16 PM   #7
nimnull22
Senior Member
 
Registered: Jul 2009
Distribution: OpenSuse 11.1, Fedora 14, Ubuntu 12.04/12.10, FreeBSD 9.0
Posts: 1,571

Rep: Reputation: 92
So, driver is loaded. It is rt61pci.
Everything should work.
Can you describe what network manager tells you about wireless, can it scan, can it shows AP, can you connect and get IP from AP.

P.S.

Which one network manager do you use?

Last edited by nimnull22; 01-09-2010 at 01:20 PM.
 
1 members found this post helpful.
Old 01-10-2010, 08:52 AM   #8
moGi7
LQ Newbie
 
Registered: Jan 2010
Posts: 6

Original Poster
Rep: Reputation: 0
I'm assuming the network manager is shows me the scanned APs - access points? I can see them like all the locked and unlocked wireless, but when I click one to connect to, I never get an IP...yesterday, when I checked your reply, I got a connection, but I lost it again by the time I tried to post.
 
Old 01-10-2010, 10:25 AM   #9
nimnull22
Senior Member
 
Registered: Jul 2009
Distribution: OpenSuse 11.1, Fedora 14, Ubuntu 12.04/12.10, FreeBSD 9.0
Posts: 1,571

Rep: Reputation: 92
Connection (association) with AP and obtainment an IP is two different tasks.
So, do please, connect to your AP, and type in root console:
Code:
ifconfig -a
Post output here please.
 
1 members found this post helpful.
Old 01-12-2010, 02:30 AM   #10
moGi7
LQ Newbie
 
Registered: Jan 2010
Posts: 6

Original Poster
Rep: Reputation: 0
Although the problem is not solved....
I haven't attempted any commands but what you have given me and I am finally able for the third time able to connect to the internet...and with a descent speed....I dont think it will last long though, but her is the output:
Quote:
ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:E0:4C:9F2:22
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:23 Base address:0xc000

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:8 errors:0 dropped:0 overruns:0 frame:0
TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:480 (480.0 b) TX bytes:480 (480.0 b)

wlan0 Link encap:Ethernet HWaddr 00:25:9C:A2:23:07
inet addr:192.168.2.9 Bcast:192.168.2.255 Mask:255.255.255.0
inet6 addr: fe80::225:9cff:fea2:2307/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:3268 errors:0 dropped:0 overruns:0 frame:0
TX packets:2534 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:3031426 (2.8 MiB) TX bytes:400118 (390.7 KiB)

wmaster0 Link encap:UNSPEC HWaddr 00-25-9C-A2-23-07-71-62-00-00-00-00-00-00-00-00
UP RUNNING MTU:0 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
 
  


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
connecting internet in fedora core 6 Gayathri.P Linux - Newbie 1 02-13-2008 02:41 AM
WMP54G card connecting to router blither Linux - Wireless Networking 1 07-30-2007 08:41 AM
Fedora core 5-connecting to internet rpfouts Linux - Software 2 01-13-2007 05:37 PM
Connecting to Internet using Fedora Core 2.0 jthomas98 Linux - Networking 1 10-31-2005 11:50 AM
Connecting to the Internet Using Fedora godzilla_roar20 Linux - Newbie 2 07-20-2004 03:49 PM

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

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