LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 02-16-2017, 03:19 AM   #76
cynwulf
Senior Member
 
Registered: Apr 2005
Posts: 2,727

Rep: Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367

Ah that didn't work as there is a silly typo in the command I provided.

Try this one
Code:
sudo modprobe -r rtl8192ce && sudo modprobe rtl8192ce
You should now get some output from the second modprobe command.
 
Old 02-16-2017, 06:08 PM   #77
Shadow_7
Senior Member
 
Registered: Feb 2003
Distribution: debian
Posts: 4,137
Blog Entries: 1

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874
The module and firmware needs to be loaded to use the hardware. This can happen AFTER you have booted into linux. With the aforementioned $(modprobe -r rtl8192ce) which removes the loaded module. And modprobe without -r to "load" the module, which loads the firmware $(modprobe rtl8192ce). Just be sure to create/add the firmware and maybe the module from other sources before the "load" action.

Assuming git tools, kernel headers (to build against), and internet access, plus build tools.

--- remove the driver from use ---
$ sudo ifconfig wlan0 down
$ sudo modprobe -r rtl8192ce

--- get a NEW driver and INSTALL ---
$ git clone https://github.com/lwfinger/rtlwifi_new shiny_new_driver
$ cd shiny_new_driver
$ make
$ sudo make install
$ cd ../

--- get the FIRMWARE and INSTALL ---
$ wget -c http://http.us.debian.org/debian/poo...k_0.43_all.deb
$ sudo dpkg -i firmware-realtek_0.43_all.deb

--- use the driver ---
$ sudo modprobe rtl8192ce
$ sudo ifconfig wlan0 up

Note that wlan0 might not be the name of your device depending on your distro and hardware. And then use your favorite network-manager like method of connecting over wifi. With nmtui being a CLI option that is fairly simple. Note that the pre-internet git and wget options can be done on another machine and even another OS.

Or stop flogging yourself and get an ethernet option that just works.
 
Old 02-17-2017, 01:37 AM   #78
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 3,974
Blog Entries: 33

Rep: Reputation: 1466Reputation: 1466Reputation: 1466Reputation: 1466Reputation: 1466Reputation: 1466Reputation: 1466Reputation: 1466Reputation: 1466Reputation: 1466
Vexon,

You could try the i386 version of Debian 8.7.1 plus Unofficial non-free images which already includes a lot of firmware packages:
http://cdimage.debian.org/cdimage/un...ding-firmware/

Debian Firmware:
https://wiki.debian.org/Firmware
 
  


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] Just installed Fedora 17 and the Wireless Adaptor is not being detected. mrtl Linux - Newbie 4 01-31-2013 06:03 PM
no wireless connection -- card detected, driver installed, config file adjusted noviciado Slackware 9 04-20-2009 02:26 PM
Wireless internet help on Dell Inspiron B130 - Wireless card not detected? agntyellow Linux - Laptop and Netbook 1 08-09-2006 11:42 PM
intel wireless pro 2200 detected as atheros wireless card? whf SUSE / openSUSE 5 08-29-2005 06:04 PM
Sound card not detected even after driver installed eam Linux - Hardware 7 11-11-2004 12:14 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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