LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Wireless Card [RTL8188CE] Not Detected/Installed! (https://www.linuxquestions.org/questions/linux-hardware-18/wireless-card-%5Brtl8188ce%5D-not-detected-installed-4175599017/)

Vexon 02-04-2017 09:55 PM

Wireless Card [RTL8188CE] Not Detected/Installed!
 
Had a clean install of Trisquel Mini 7.0 64-bit on a Toshiba Netbook. When I click on the wireless button on the taskbar, a pop-up box comes up, saying "No network devices available".

How can I get the wireless working?

Thanks for the help!
Vexon

frankbell 02-04-2017 09:59 PM

What wireless chipset is installed? You can use the command lspci in a terminal to determine that (you may have to do so as root).

Vexon 02-04-2017 10:36 PM

lspci Result!
 
I ran lspci normally. Last line is:

07:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8188CE 802.11b/g/n WiFi Adapter (rev 01)

Does this seems to be correct?

Thanks again.

erik2282 02-05-2017 12:10 AM

It can connect to your network via Ethernet? If so, hook it up and try installing the realtek driver like so:

Code:

# apt install firmware-realtek
Then test wireless, may need reboot.

ardvark71 02-05-2017 12:38 AM

Quote:

Originally Posted by erik2282 (Post 5665336)
It can connect to your network via Ethernet? If so, hook it up and try installing the realtek driver like so:

Code:

# apt install firmware-realtek
Then test wireless, may need reboot.

Hi...

Considering that this particular distribution is committed to the cause of free software (and discourages the use of non-free software,) seen from threads like this one and this one, it's quite possible this command won't work, depending on which repositories Trisquel is using. From what I see here, it's their own, not Ubuntu's.

The OP can get the firmware in a Debian package here but I'm not entirely sure which version he/she will need or if it will even work with this distribution.

Regards...

Shadow_7 02-05-2017 12:46 AM

It requires a driver (kernel or module compiled against the current kernel) and firmware (closed source binary blobs). Which may or may not be provided by your distro. It may also need a driver and firmware version newer than the one provided by your distro. The output of dmesg should help identify some hints on the status of things.

$ dmesg | grep -i firm

$ dmesg | grep -i net

ardvark71 02-05-2017 12:52 AM

Quote:

Originally Posted by Vexon (Post 5665309)
How can I get the wireless working?

Hello and welcome to the forum :)

If you would and have access to the internet via ethernet, please open a terminal and run these commands...

Code:

wget -N -t 5 -T 10 https://github.com/UbuntuForums/wireless-info/raw/master/wireless-info && \
chmod +x wireless-info && \
./wireless-info

Then post the results (or a link to them) in your next reply. Thanks! :)

Regards...

Vexon 02-05-2017 06:04 AM

Quote:

Originally Posted by erik2282 (Post 5665336)
It can connect to your network via Ethernet?

No, unfortunately, I don't have direct access to my network via Ethernet.

That is, unless someone wants to suggest some method of hooking my machine up via Ethernet to my other Windows machine that is connected to the network via WiFi?

erik2282 02-05-2017 07:19 AM

Quote:

Originally Posted by ardvark71 (Post 5665338)
Hi...

Considering that this particular distribution is committed to the cause of free software (and discourages the use of non-free software,) seen from threads like this one and this one, it's quite possible this command won't work, depending on which repositories Trisquel is using. From what I see here, it's their own, not Ubuntu's.

The OP can get the firmware in a Debian package here but I'm not entirely sure which version he/she will need or if it will even work with this distribution.

Regards...

I see, am not at all familiar with Trisquel. Well, then seems like OP's choices are to:

- try and test installing the driver somehow (not recommended/supported by Trisquel)
- buy a compatible internal wifi card (wnic)
- trying to find a compatible USB wifi dongle
- or choose a different OS

beachboy2 02-05-2017 08:08 AM

Vexon,

Once (on another computer) you have downloaded and burned the .iso image to a DVD, no ethernet connection is required on the first suggestion.

1. On a netbook you would probably be better using a lightweight distribution such as the 32 bit or 64 bit version of antiX-16.1 which is based on Debian:
http://antix.mepis.org/index.php?title=Main_Page

Download the 32 bit or 64 bit antiX-16.1_386-full.iso:
http://antix.mepis.org/index.php?tit...Page#Downloads

antiX-16 FAQs:
http://download.tuxfamily.org/antix/...FAQ/index.html

To enable wifi after installation:

Menu > Control Centre > Network > Network Interfaces (ceni) > wlan0 > follow wizard and give SSID/network name and wifi password.

Your Realtek 8188ce may still present problems, but it is worth a try first.

2. Failing that, one easy and cheap way to solve this is to get a D-Link N150 USB wifi adapter:
https://www.amazon.co.uk/D-Link-Wire.../dp/B008PC19DC

This wifi adapter works “out of the box” in Linux.

3. The kernel driver on your Toshiba is rtl8188ce (rtl8192ce covers rtl8188ce and all other rtl81xxce versions).

Trisquel is Ubuntu-based.

Possible solutions (requiring an ethernet connection) on Ubuntu 14.04 & 16.04:
http://askubuntu.com/questions/50376...ltek-rtl8188ce

Jjanel 02-05-2017 11:17 PM

Do you have a rtl8192ce driver? (find/locate/modinfo) -MAYBE/wild_guess- this:
echo "options rtl8192ce swenc=1 ips=0" | sudo tee /etc/modprobe.d/rtl8192ce.conf
sudo modprobe -rfv rtl8192ce
sudo modprobe -v rtl8192ce

Vexon 02-07-2017 09:53 PM

Quote:

Originally Posted by ardvark71 (Post 5665338)
... this particular distribution is committed to the cause of free software (and discourages the use of non-free software,) ...

Yes, free software is a concern for me. That's why I got Trisquel. Unfortunately, I need the machine work right now, and I can't get new hardware.

Quote:

The OP can get the firmware in a Debian package here but I'm not entirely sure which version he/she will need or if it will even work with this distribution.
I downloaded the file from that page. What should I be doing now?

Thanks again for the help!

ardvark71 02-07-2017 10:37 PM

Quote:

Originally Posted by Vexon (Post 5666908)
I downloaded the file from that page. What should I be doing now?

Hi...

If Trisquel comes with a program like gdebi, then you can just double click on the file and it should begin installing it using a GUI. If not, or if you would prefer to install it by command line anyway, you can open a terminal and navigate to the location of the file and then use something like...

Code:

sudo dpkg -i firmware-realtek_0.43_all
I don't know if Trisquel uses sudo, so you may need to omit that particular part. Again, I have no idea if installing that package will work or if it's kernel specific. Take careful note where it installs the firmware files to as you may need to delete them later. :)

Disclaimer: Be careful with commands that are prefaced with "su" or "sudo." They will essentially allow root access to your system. Mistakes could possibly damage or even destroy your OS.

Regards...

Vexon 02-07-2017 10:41 PM

Output of dmesg!
 
2 Attachment(s)
Quote:

Originally Posted by Shadow_7 (Post 5665344)
It requires a driver (kernel or module compiled against the current kernel) and firmware (closed source binary blobs). Which may or may not be provided by your distro. It may also need a driver and firmware version newer than the one provided by your distro. The output of dmesg should help identify some hints on the status of things.

$ dmesg | grep -i firm

$ dmesg | grep -i net

Attached are dmesg output pictures.

ardvark71 02-07-2017 10:45 PM

Quote:

Originally Posted by Vexon (Post 5666923)
Attached are dmesg output pictures.

Hi...

Concerning the firmware error message, was this after you tried installing the package you asked me about?

Regards...


All times are GMT -5. The time now is 02:17 AM.