LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 05-26-2013, 06:42 PM   #16
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373

Quote:
Originally Posted by skilo47 View Post
I tried doing "sudo modprobe rt2800pci" and nothing happens.
Do you mean that nothing was output to screen or that nothing changed when you run lspci after the modprobe?
 
Old 05-26-2013, 06:49 PM   #17
skilo47
Member
 
Registered: Sep 2012
Posts: 47

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by 273 View Post
Do you mean that nothing was output to screen or that nothing changed when you run lspci after the modprobe?
Nothing was output to the terminal so i assume the command completed successfully.

I ran iwconfig and got:

Quote:
skilo@HP-2000-Notebook-PC:/$ iwconfig
lo no wireless extensions.

eth0 no wireless extensions.
So still no wifi.
 
Old 05-26-2013, 08:22 PM   #18
skilo47
Member
 
Registered: Sep 2012
Posts: 47

Original Poster
Rep: Reputation: Disabled
Well i did some more searching on the interwebs and found a year old thread on ubuntuforums where some guy got this card to work by installing a backport module.

So i did this command and now everything is working fine.

Code:
sudo apt-get install linux-backports-modules-cw-3.6-precise-generic
 
Old 05-26-2013, 10:33 PM   #19
skilo47
Member
 
Registered: Sep 2012
Posts: 47

Original Poster
Rep: Reputation: Disabled
Well just when i thought i had this issue solved i rebooted my system and now i have no wireless again.

This time when i run lspci i get:

Code:
skilo@HP-2000-Notebook-PC:~$ lspci -vv -s 01:00.0
01:00.0 Network controller: Ralink corp. Device 539b
	Subsystem: Hewlett-Packard Company Device 18ed
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 7
	Region 0: Memory at 52500000 (32-bit, non-prefetchable) [size=64K]
	Capabilities: <access denied>
	Kernel modules: rt2800pci
Indicating that the module is installed, I even ran sudo modprobe rt2800pci and nothing happens.

iwconfig shows this now:

Code:
skilo@HP-2000-Notebook-PC:~$ iwconfig
lo        no wireless extensions.

eth0      no wireless extensions.
This really grinds my gears, Linux must hate thit laptop or maybe HP must hate linux.
 
Old 05-27-2013, 10:10 AM   #20
skilo47
Member
 
Registered: Sep 2012
Posts: 47

Original Poster
Rep: Reputation: Disabled
So now when i run sudo modprobe rt2800pci i get:

Quote:
skilo@HP-2000-Notebook-PC:~$ sudo modprobe rt2800pci
[sudo] password for skilo:
WARNING: Error inserting cfg80211 (/lib/modules/3.2.0-44-generic/updates/cw-3.6/cfg80211.ko): Invalid module format
WARNING: Error inserting mac80211 (/lib/modules/3.2.0-44-generic/updates/cw-3.6/mac80211.ko): Invalid module format
WARNING: Error inserting rt2x00lib (/lib/modules/3.2.0-44-generic/updates/cw-3.6/rt2x00lib.ko): Invalid module format
WARNING: Error inserting rt2x00pci (/lib/modules/3.2.0-44-generic/updates/cw-3.6/rt2x00pci.ko): Invalid module format
WARNING: Error inserting crc_ccitt (/lib/modules/3.2.0-44-generic/kernel/lib/crc-ccitt.ko): Invalid module format
WARNING: Error inserting rt2800lib (/lib/modules/3.2.0-44-generic/updates/cw-3.6/rt2800lib.ko): Invalid module format
FATAL: Error inserting rt2800pci (/lib/modules/3.2.0-44-generic/updates/cw-3.6/rt2800pci.ko): Invalid module format
 
Old 05-27-2013, 08:53 PM   #21
skilo47
Member
 
Registered: Sep 2012
Posts: 47

Original Poster
Rep: Reputation: Disabled
Well i gave up on ubuntu, Too many errors and bugs for me, LOL and i thought 12.04 was supposed to be stable? Horse Stable maybe...

I decided to go with debian 7 and my wifi card was easily enabled with a simple command after adding a non-free repo, So im satisfied now.

I guess i can mark the thread as solved because it is as long as you dont use ubuntu with this card LOL.
 
Old 05-27-2013, 09:06 PM   #22
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
Well, I'll type what I was going to earlier:
For some reason people maintain that Ubuntu is easier to install than Debian. That may have been true at one point but now Ubuntu is just Debian with a lot of flashy stuff added some of which actually makes it harder to work with.
 
1 members found this post helpful.
Old 05-27-2013, 09:19 PM   #23
skilo47
Member
 
Registered: Sep 2012
Posts: 47

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by 273 View Post
Well, I'll type what I was going to earlier:
For some reason people maintain that Ubuntu is easier to install than Debian. That may have been true at one point but now Ubuntu is just Debian with a lot of flashy stuff added some of which actually makes it harder to work with.
Yep, It was basically a total failure for me, And the wireless issue was not the only problem either, I would log in and out of the system and unity would sometimes default back to 2d mode lol so the screen would flicker and the dock thing on the left would sometimes fail to load lol.

Horrible OS.
 
Old 10-03-2013, 02:48 PM   #24
ungars
LQ Newbie
 
Registered: Oct 2013
Posts: 2

Rep: Reputation: Disabled
Quote:
Originally Posted by skilo47 View Post
Well i gave up on ubuntu, Too many errors and bugs for me, LOL and i thought 12.04 was supposed to be stable? Horse Stable maybe...

I decided to go with debian 7 and my wifi card was easily enabled with a simple command after adding a non-free repo, So im satisfied now.

I guess i can mark the thread as solved because it is as long as you dont use ubuntu with this card LOL.

Hi, I have the same card. Can you tell me if you succeed to activate bluetooth device ? I have no problem with wifi, but can' t do anything for the bluetooth, with Ubuntu or Debian.
Thank you for your help.

Last edited by ungars; 10-03-2013 at 02:49 PM.
 
  


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
Which distros have midi that just works deathalele Linux - Distributions 1 07-12-2008 10:50 AM
No Linux distros work...but Win98 works daletaylor Linux - Hardware 16 06-25-2007 03:37 PM
xorg from ubuntu works for all distros? cjae Linux - Newbie 1 09-17-2006 08:22 PM
Nvidia freezes on some distros but works on others nvgringo Linux - Hardware 2 01-23-2004 01:43 PM
CD-ROM drive is dead: It works with other distros arthur1968 Debian 29 12-10-2003 02:04 PM

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

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