LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 06-02-2011, 09:29 AM   #1
Beauxroux
LQ Newbie
 
Registered: Jun 2011
Posts: 8

Rep: Reputation: Disabled
Problem with Toshiba Satellite C655D-S5138 wireless on multiple distros


Alright so I've been battling with this laptop for 3 days now. It has a "Realtek Semiconductor Co., Ltd. Device 8176 ( rev 01 )" wireless card. I've tried Ubuntu, Fedora, Linux Mint, and openSUSE with the same issue on all of them. Wireless networks show up under the network manager on all of these distros, but when trying to connect to one of the networks the computer freezes. (Requires hard reset) Modprobe reveils that the rtl8192ce module is being used by the card. I tried deleting this module and replacing it with the possibly updated one from Realtek's website but it seems to do the same thing. Any help would be highly appreciated!


Edit:
I tried using ndiswrapper and the corresponding windows rtl8192ce driver...As soon as i modprobed ndiswrapper the system froze.

Last edited by Beauxroux; 06-02-2011 at 10:23 AM.
 
Old 06-03-2011, 09:26 AM   #2
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,215

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
Have a look through this thread -->http://ubuntuforums.org/showthread.php?t=1608908

Post number 5 gives specific instructions on how to get this driver to work with Ubuntu, I would guess that would work with Mint as well since its a Ubuntu clone.

You have to have dkms installed. Note the version of the driver has to match the kernel you are running; according to the Realtek download site.

Right now I do not know what distro you have installed.
 
Old 07-20-2011, 08:30 PM   #3
Beauxroux
LQ Newbie
 
Registered: Jun 2011
Posts: 8

Original Poster
Rep: Reputation: Disabled
Sorry for the late reply. This doesn't seem to work, as the card is supported by Ubuntu out of the box. Supported, but doesn't work.
 
Old 07-28-2011, 08:13 PM   #4
Beauxroux
LQ Newbie
 
Registered: Jun 2011
Posts: 8

Original Poster
Rep: Reputation: Disabled
Bump
 
Old 07-29-2011, 05:10 AM   #5
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,215

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
Quote:
card is supported by Ubuntu out of the box. Supported, but doesn't work.
Does the driver install? If you run the command 'lsmod' does the driver show loaded?

Exactly what do you mean by 'doesn't work'? Have you configured it after loading? or won't load?
 
Old 08-30-2011, 11:47 PM   #6
Beauxroux
LQ Newbie
 
Registered: Jun 2011
Posts: 8

Original Poster
Rep: Reputation: Disabled
It's loaded. It displays the wireless network in the network manager, but when I connect to one my computer completely freezes and requires a hard-restart.
 
Old 08-31-2011, 06:15 AM   #7
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,215

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
Are you saying you have configured this for an ad-hoc connection?
Quote:
I connect to one my computer
or are you going through a router?

Did you run these instructions as indicated in the post listed above?

Quote:
sudo add-apt-repository ppa:lexical/hwe-wireless
sudo apt-get update
sudo apt-get install rtl8192ce-dkms
 
Old 09-17-2011, 10:34 PM   #8
Beauxroux
LQ Newbie
 
Registered: Jun 2011
Posts: 8

Original Poster
Rep: Reputation: Disabled
I can't do that, because the proper drivers are already installed and running. The card is activated and it lists the available wireless networks, however, connecting to them causes the system to cash.
 
Old 09-18-2011, 06:35 AM   #9
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,215

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
Quote:
I can't do that,
I have no idea what you mean by "that". You need to be specific, if you want help. I can't do 'some specific action' would help.

Quote:
connecting to them causes the system to cash.
Do you mean it boot? Does it lock up so can not input from the keyboard? These two conditions are quote different. The word 'crash' tells me little about the system condition. Remember we can not see your system. It is rare to see a linux system boot because of a device causing problems. Lock ups are far more common, and easier to fix. So, which is it???
 
Old 09-20-2011, 12:44 PM   #10
Beauxroux
LQ Newbie
 
Registered: Jun 2011
Posts: 8

Original Poster
Rep: Reputation: Disabled
The driver that I was told to install is already installed. It appears to work but the second I connect to an AP, my laptop freezes. Completely frozen. I can't move the mouse, use the keyboard, switch to terminal, anything. I'm forced to hold the power button down until it turns off.
 
Old 09-20-2011, 03:43 PM   #11
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,215

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
What is your currently installed distro?

I see from re-reading the thread you have tried a driver from Realtek. Was it source code you compiled?
 
Old 09-21-2011, 10:37 AM   #12
Beauxroux
LQ Newbie
 
Registered: Jun 2011
Posts: 8

Original Poster
Rep: Reputation: Disabled
I've tried fedora, opensuse, ubuntu, and linux mint. They all appear to "support" the card out of the box. Like I said, the network manager shows the wireless networks around me, but when i click on one, hard freeze. I also tried using ndiswrapper with the matching windows driver that i use on windows 7. As soon as i did a "modprobe ndiswrapper" the computer did the same thing i described earlier. Freezes and requires the power button to be held down. I've also tried using older verions of ubuntu which did the same thing.

EDIT: No i didn't compile source code, I used the ppa that was suggested. And i may add that i've tried both 32 and 64 bit linux distros. I have windows installed right now because I need my wifi to work at school. I have an ubuntu 64 bit live cd in the drive atm

Last edited by Beauxroux; 09-21-2011 at 10:47 AM.
 
Old 09-21-2011, 10:56 AM   #13
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,215

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
The only way the Realtek code will work is if you compile it. Its source code. Modules have to be compiled against the headers for any particular kernel.

Some of the distors you have tried use DKMS, it can compile source code on the fly. Distos like Ubuntu use it. The reason is the kernels are changed on a regular basis, DKMS will re-compile the source on a per user basis. This way Ubuntu does not have to compile thousands of drivers for all the machine out there.

I asked this earlier
Quote:
What is your currently installed distro?
If you want help, please answer. We need to know what distro you are working with now, not the long list of failures.

The only way you are going to get this working is to settle on one distro, make sure the correct components are installed, get the source code, compile it ( possibly done by DKMS ) and load the module.

There are instructions out there on how to get this adapter to run in Ubuntu. Several other users have done it.
 
Old 09-21-2011, 01:52 PM   #14
asdfzx
LQ Newbie
 
Registered: Sep 2011
Posts: 1

Rep: Reputation: Disabled
Lol wow I have the same problem (well almost) and it's frustrating me, I'll post details later.

Last edited by asdfzx; 09-21-2011 at 01:53 PM.
 
Old 09-21-2011, 02:41 PM   #15
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,215

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
The Ubuntu instructions to make this driver work.

Quote:
Went to the above thread, which had a link to the Realtek driver website, grabbed the LINUX Realtek RTL8192CE-VA4 driver (previously I had tried to use the Windows 8188 driver from the Dell support website and ndiswrapper to no avail).

After I downloaded the driver I did the following:

1. Make sure you have kernel headers installed (just check in Synaptic "linux-headers-generic") This should be the default in Ubuntu but you never know...
2. Downloaded the Realtek driver to a thumbdrive, opened with archive manager, right click/move to/home folder.
3. Do not unpack the driver archive to the desktop as this causes problems with compiling the driver
4. Open Terminal
5. type command: cd rtl8192se_linux_2.6.0015.0127.2010 (or cd "whatever you have named the new driver folder")
6. type command: sudo su (log in to become "Super user")
7. type command: make (wait for terminal to unpack the file)
8. type command: make install (wait for installation)

9. restart computer
10. using command: lshw -C Network, check to make sure new driver is installed (it should indicate *Network, and the driver can be seen in the Configuration line)
11. Make sure wireless is on (usually F2)
12. Left click the wireless icon to see available networks, and set up your wireless (i had to type in the "key" one time but the rest was already there....
This is the link to RealTek.

http://www.realtek.com.tw/downloads/...&GetDown=false
 
  


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
[SOLVED] Problem with Toshiba Satellite L505D - key Fn+F8 doesn´t work (Wireless)... gialorga Linux - Laptop and Netbook 1 10-23-2010 07:36 AM
[SOLVED] toshiba satellite c655d-s5057 slackware install someone else Linux - Laptop and Netbook 3 08-25-2010 02:16 PM
Toshiba Satellite A215-S7422 sound and wireless problem bob3dan Fedora 10 05-29-2008 08:30 PM
Wireless Problem in my Toshiba Satellite M30 Tje SUSE / openSUSE 1 05-26-2006 06:29 AM
No distros work properly on Toshiba Satellite 4080XCDT chrisjs162216 Linux - Laptop and Netbook 4 07-21-2005 07:38 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 05:54 AM.

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