LinuxQuestions.org
Visit Jeremy's Blog.
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-08-2017, 04:34 PM   #46
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842

Quote:
Originally Posted by Jjanel View Post
Sorry, I only know how to write CLIese @ardvark: HELP! Please translate for me
Code:
# modinfo rtl8192ce
filename:       /lib/modules/4.4.8-NuTyX-lts/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/rtl8192ce.ko
firmware:  ...
author: ...
...
Hi...

What this is showing is the driver/module that is included with your kernel, however, you are missing the necessary firmware for it.

Regards...
 
Old 02-08-2017, 04:42 PM   #47
Vexon
Member
 
Registered: Feb 2017
Distribution: Trisquel
Posts: 32

Original Poster
Rep: Reputation: Disabled
Exclamation To Post #42! - Exact File Name of the Package & Another Driver!

Quote:
Originally Posted by ardvark71 View Post
... check the exact file name of the package. Is it the same as what you entered in the command?
ardvark71,

The exact name of the package is "firmware-realtek_0.43_all.deb". What do I do now?

And before we go any further, can I ask something?

I googled "linux rtl8188ce", and the first result is this. Would you mind maybe checking that? It looks to me:

1. This is a good working driver.
2. This driver has some nice features like being able to change Rx power.
3. The source code to this driver seems also to be available (indeed its address being on that page).

Would it be okay that you help me maybe install this one?

Thanks a lot again for your help.
 
Old 02-08-2017, 04:45 PM   #48
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 3,972
Blog Entries: 32

Rep: Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465
Vexon,

Quote:
Can I not install this freak'n driver (free or non-free, doesn't matter) and be done with it? I mean, is this really this difficult?
1. AFAIK, it is impossible to get that RTL8188CE working in Trisquel since you have no ethernet connection and therefore the necessary software to make it function cannot be downloaded and installed.

2. You would have a fighting chance with antiX-16.1, IF you could install it without internet access, since there is a very good chance that this distro would recognise and enable the RTL8188CE.

3. With your existing Trisquel installed, you just need a decent USB wifi adapter, either D-Link N150 USB or TP-Link WN727N to have a functioning wireless connection.

Options 1 and 2 require an ethernet connection which you say you do not have.

That leaves option 3.

Last edited by beachboy2; 02-08-2017 at 04:50 PM.
 
Old 02-08-2017, 04:47 PM   #49
Shadow_7
Senior Member
 
Registered: Feb 2003
Distribution: debian
Posts: 4,137
Blog Entries: 1

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874
You can back it up first. Although most of it is distro provided so reinstalling those packages restores what was there. Although doesn't by itself remove new things.

Firmware is NOT on the chip until the driver loads, because the driver puts it there. Certain things like radios have unique considerations depending on where you are in the world. And sometimes firmware needs to change when ABI's and API's change.
 
1 members found this post helpful.
Old 02-08-2017, 04:53 PM   #50
goumba
Senior Member
 
Registered: Dec 2009
Location: New Jersey, USA
Distribution: Fedora, OpenSUSE, FreeBSD, OpenBSD, macOS (hack). Past: Debian, Arch, RedHat (pre-RHEL).
Posts: 1,335
Blog Entries: 7

Rep: Reputation: 402Reputation: 402Reputation: 402Reputation: 402Reputation: 402
If you have another PC to download the file, and put on say a USB drive, download this file ftp://ftp.debian.org/debian/pool/non...k_0.43_all.deb

Insert the USB drive and mount it (usually as simple as opening a file manager, and clicking the drive.

Now you should see that file.

If synaptic is installed (a package manager, I can't say if Trisquel installs it be default), run it. Enter your root password when prompted. Under the File menu, choose "Add Downloaded Packages". Then select to install it if it does not do so automatically. Click Apply. Reboot. You should hopefully be set.

If you don't have Synaptic, we'll have to do this in a slightly more involved way.

Open up a Terminal window. Type each of these commands ($ and # are the prompt, only type what is in bold).

Code:
$ find / -name 'firmware-realtek_0.43_all.deb'
$ su
(enter root's password)
# dpkg -i the full path in the output of 'find' above.
It should hopefully install the package, and give you no errors. If successful, reboot.

Last edited by goumba; 02-08-2017 at 05:03 PM.
 
Old 02-08-2017, 05:00 PM   #51
Vexon
Member
 
Registered: Feb 2017
Distribution: Trisquel
Posts: 32

Original Poster
Rep: Reputation: Disabled
Question To Post #45!

Quote:
Originally Posted by ardvark71 View Post
But he is trying to help.
I know, I was just kidding anyway.

Quote:
mak[e] sure that you have the driver module installed along with the firmware, otherwise just installing the firmware will do no good.
Again, what's exactly is the difference between the firmware and the driver? I thought you guys were using the terms interchangeably for convenience. Isn't firmware the (rather) unchangeable software inside the physical chip. Maybe you can refer me to a webpage that can explain this nicely, no??

Quote:
Using the command "modinfo" and then the driver name would be a way of verifying that.
Ok, so what's the driver name?
 
Old 02-08-2017, 05:02 PM   #52
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by Vexon View Post
Would it be okay that you help me maybe install this one?
Hi...

The one reservation I have is that Trisquel is not supported with this driver. I would agree with beachboy2, if you don't have access to an ethernet connection, it's going to be very difficult to impossible to get a full driver installed, if it's not already included.

Quote:
Originally Posted by Vexon View Post
Thanks a lot again for your help.
You're welcome.

Regards...
 
Old 02-08-2017, 05:05 PM   #53
goumba
Senior Member
 
Registered: Dec 2009
Location: New Jersey, USA
Distribution: Fedora, OpenSUSE, FreeBSD, OpenBSD, macOS (hack). Past: Debian, Arch, RedHat (pre-RHEL).
Posts: 1,335
Blog Entries: 7

Rep: Reputation: 402Reputation: 402Reputation: 402Reputation: 402Reputation: 402
Quote:
Originally Posted by Vexon View Post
I know, I was just kidding anyway.



Again, what's exactly is the difference between the firmware and the driver? I thought you guys were using the terms interchangeably for convenience. Isn't firmware the (rather) unchangeable software inside the physical chip. Maybe you can refer me to a webpage that can explain this nicely, no??



Ok, so what's the driver name?
Driver is what the kernel uses to communicate with the hardware.

The firmware (I think the name is misleading but hey whatever) is loaded on to the card by the driver to enable the card to function. As stated previously, because of varying regional restrictions, cheap-ness, whatever, the same hardware could have different levels of functionality by providing different 'firmware' for the same hardware. It's just how the hardware manufacturers do things.

The driver module in your case is included with the kernel, so you needn't worry about that. Once we can get your firmware loaded, you should be all set. Hopefully my previous post helps you a little.

Last edited by goumba; 02-08-2017 at 05:07 PM.
 
Old 02-08-2017, 05:08 PM   #54
anticapitalista
antiX
 
Registered: May 2005
Location: Greece
Distribution: antiX using herbstluftwm, fluxbox, IceWM and jwm.
Posts: 631

Rep: Reputation: 190Reputation: 190
Troll alert anyone? - just joking
 
Old 02-08-2017, 05:11 PM   #55
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by Vexon View Post
Again, what's exactly is the difference between the firmware and the driver? I thought you guys were using the terms interchangeably for convenience. Isn't firmware the (rather) unchangeable software inside the physical chip. Maybe you can refer me to a webpage that can explain this nicely, no??
Take a look through my Google search here.

Quote:
Originally Posted by Vexon View Post
Ok, so what's the driver name?
Not sure if it will work but you can try this command...

Code:
modinfo rtl8188ce
Regards...
 
Old 02-08-2017, 05:20 PM   #56
Vexon
Member
 
Registered: Feb 2017
Distribution: Trisquel
Posts: 32

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by beachboy2 View Post
[I]t is impossible to get that RTL8188CE working in Trisquel since you have no ethernet connection and therefore the necessary software to make it function cannot be downloaded and installed.
Can I not download the necessary software on another machine, put it on a USB stick, transfer to the Trisquel machine and then install it offline? I mean, I have installed the entire operating system that way. So, one driver shouldn't be a problem, no?

Quote:
3. With your existing Trisquel installed, you just need a decent USB wifi adapter, either D-Link N150 USB or TP-Link WN727N to have a functioning wireless connection.

Options 1 and 2 require an ethernet connection which you say you do not have.

That leaves option 3.
Can I please kindly ask you to not to suggest me to buy a new WiFi card again? I am in a third world country; amazon doesn't deliver here; I don't have a credit card; nobody I know has a credit card; I don't know anybody anyway; and last but not least, I don't even have money to buy food, how the hell am I gonna buy some WiFi card online? So, pretty please!

So, that option is impossibly unavailable to me. I would have to resort to installing Windows before doing that.

So, can somebody give me maybe some constructive advice on how I can (in particular) install the driver (found here)for this piece of equipment. Please...
 
Old 02-08-2017, 05:23 PM   #57
goumba
Senior Member
 
Registered: Dec 2009
Location: New Jersey, USA
Distribution: Fedora, OpenSUSE, FreeBSD, OpenBSD, macOS (hack). Past: Debian, Arch, RedHat (pre-RHEL).
Posts: 1,335
Blog Entries: 7

Rep: Reputation: 402Reputation: 402Reputation: 402Reputation: 402Reputation: 402
Quote:
Originally Posted by Vexon View Post
Can I not download the necessary software on another machine, put it on a USB stick, transfer to the Trisquel machine and then install it offline? I mean, I have installed the entire operating system that way. So, one driver shouldn't be a problem, no?
I already did.

http://www.linuxquestions.org/questi...ml#post5667436
 
Old 02-08-2017, 10:35 PM   #58
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 3,972
Blog Entries: 32

Rep: Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465
Vexon,

Quote:
Can I please kindly ask you to not to suggest me to buy a new WiFi card again? I am in a third world country; amazon doesn't deliver here; I don't have a credit card; nobody I know has a credit card; I don't know anybody anyway; and last but not least, I don't even have money to buy food, how the hell am I gonna buy some WiFi card online?
Unfortunately, mind-reading has never been my strong suit.

In any event, goumba appears to have answered your question in an earlier post.

I hope you get your problem solved shortly.

Last edited by beachboy2; 02-08-2017 at 11:00 PM.
 
Old 02-09-2017, 09:12 AM   #59
Shadow_7
Senior Member
 
Registered: Feb 2003
Distribution: debian
Posts: 4,137
Blog Entries: 1

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874
Quote:
Originally Posted by Vexon View Post
Again, beachboy2, why would I need to do that? Can I not install this freak'n driver (free or non-free, doesn't matter) and be done with it? I mean, is this really this difficult?
Trisquel by design OMITs the non-free firmware that you need to use the card. Insert short answer, use a different distro, use a different wifi card. Long answer, install the driver by non-Trisquel (distro) means. As previous explained in a technical manner, special language, whatever you want to call it. Longer answer call the manufacturer of the chipset and get them to walk you through installing the software to use their product #goodluckwiththat.

As far as the .deb you have, various ways to use that even on non-.deb based distros.

$ ar -x package.deb
$ dpkg -x package.deb

to extract the contents under the current path.

# dpkg -i package.deb

to install it on a .deb based distro

$ alien package.deb

to convert it to another package type for non-.deb distros. The reverse for .rpm converted to .deb on .deb based distros. Some of these tools may not be installed by default, like alien.
 
Old 02-09-2017, 10:17 AM   #60
Vexon
Member
 
Registered: Feb 2017
Distribution: Trisquel
Posts: 32

Original Poster
Rep: Reputation: Disabled
To Post #50!

Quote:
Originally Posted by goumba View Post
If you have another PC to download the file, and put on say a USB drive, download this file ftp://ftp.debian.org/debian/pool/non...k_0.43_all.deb

Insert the USB drive and mount it (usually as simple as opening a file manager, and clicking the drive.

Now you should see that file.

If synaptic is installed (a package manager, I can't say if Trisquel installs it be default), run it. Enter your root password when prompted. Under the File menu, choose "Add Downloaded Packages". Then select to install it if it does not do so automatically. Click Apply. Reboot. You should hopefully be set.

If you don't have Synaptic, we'll have to do this in a slightly more involved way.

Open up a Terminal window. Type each of these commands ($ and # are the prompt, only type what is in bold).

Code:
$ find / -name 'firmware-realtek_0.43_all.deb'
$ su
(enter root's password)
# dpkg -i the full path in the output of 'find' above.
It should hopefully install the package, and give you no errors. If successful, reboot.
Hi goumba,

I downloaded the package, put it on a USB stick, and then transferred it to the offline machine. I copied it to the Desktop. I see the file on the Desktop.

I did not bother with Synaptic.

Opened up a Terminal, typed the first command, and got a million results. Such that the screen can't even scroll up any further to see all the results. I am attaching pictures of the screen. First one is the top of the scroll, the second one is the end.

What can I do now?
Attached Thumbnails
Click image for larger version

Name:	Picture 7.jpg
Views:	19
Size:	254.3 KB
ID:	24185   Click image for larger version

Name:	Picture 8.jpg
Views:	24
Size:	254.5 KB
ID:	24186  
 
  


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 09:12 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