LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 01-22-2014, 05:11 PM   #1
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
New HDD, Fresh Install of Debian 7, Missing firmware rtlwifi/rtl8192


Hi:

I just installed a new Western Digital 500GB HDD and successfully installed Debian 7.3.0 on my Quad Core Desktop.

During installation I had a message but did not have the file on usb as my laptop and desktop were both down for the last week.(nightmare)
Code:
missing firmware files are rtlwifi/rtl8192 ctw.bin
The WiFi card I installed a:
Code:
Network Controller:
Realted Semiconductor Co. Ltd.RTL8188CE 802.11b/gn
WiFi Adapter (rev01)
The closest information to the firmware I think I need, I found was here:
http://pkgs.org/debian-wheezy/debian...1_all.deb.html

Is this correct place to download the firmware I need?

I am not good with the wireless configuration so I did not set up the connection during the install. I need help with this, please if you have the time.

Help is always appreciated-
 
Old 01-22-2014, 06:33 PM   #2
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled
if you can use wired then the package you need to change your sources in /etc/apt to include "non-free"
then install firmware-realtek but it uses a diff firmware bin file= 8192
* Realtek RTL8188CE A-cut firmware, version 4.816.2011 (rtlwifi/rtl8192cfwU.bin)

Code:
sudo su
apt-get update
apt-get install firmware-realtek
if you can download it from your current computer and then use a usb stick etc to move to debian then use
install command

Code:
sudo dpkg -i /pathway2/firmware-realtek
good luck

http://packages.debian.org/wheezy/firmware-realtek
http://packages.debian.org/wheezy/al...altek/download

maybe brazil's mirror
http://ftp.br.debian.org/debian/pool...eezy.1_all.deb

#### after install a full reboot pls

I also recommend wicd-gtk to control my wireless devices

Last edited by aus9; 01-22-2014 at 06:35 PM.
 
Old 01-22-2014, 07:51 PM   #3
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
I downloaded the firmware, Thanks aus9!

Code:
firmware-realtek_0.36 + wheezy.1_all.deb
That's now on my usb memory stick.
Carrying it over to the Debian machine and trying from there-
 
Old 01-22-2014, 08:53 PM   #4
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Trying but getting errors, not sure what to do here--

Code:
dpkg -i /pathway2/firmware-realtek
dpkg:error processing /pathway2/firmware-realtek (--install)
cannot access archive: No such file or directory
Selecting previously unselected package firmware-realtek
(Reading database... 80549 files and directories currently installed)
Unpacking firmware-realtek (0.36+wheezy1)
processing triggers for initramfs-tools
update-initramfs: deferring update (trigger activated)
update-initramfs: Generating /boot/initrd.img-3.2.0-4-amd64
Errors were encountered while processing:
install
I had to hand write all of the code I typed because I don't even have an application to use to put this output in. If there are typing errors it's due to having to write and type by hand, sorry. I only have the base system.

What should I try next?

Last edited by Ztcoracat; 01-22-2014 at 08:56 PM.
 
Old 01-22-2014, 09:21 PM   #5
widget
Senior Member
 
Registered: Oct 2008
Location: S.E. Montana
Distribution: Debian Testing, Stable, Sid and Manjaro, Mageia 3, LMDE
Posts: 2,628

Rep: Reputation: 497Reputation: 497Reputation: 497Reputation: 497Reputation: 497
Sounds like the path to the package is not correct in your command.

As a bad typist, I cheat when writing those command paths.

You stick should be mounted in what ever file browser you are using. Go there, find your package, right click on the packge and choose "copy".

Paste that into your command for installing the package. This will be the correct path.

I don't have a mounted stick but I do have a data partition and this is the path, gathered in that manner to a random file over there;
/media/Data/aLinux/Debian/System/rgb.txt

If you do that you should be sure that dpkg is going to find your package.
 
Old 01-22-2014, 09:56 PM   #6
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by widget View Post
Sounds like the path to the package is not correct in your command.

As a bad typist, I cheat when writing those command paths.

You stick should be mounted in what ever file browser you are using. Go there, find your package, right click on the packge and choose "copy".

Paste that into your command for installing the package. This will be the correct path.

I don't have a mounted stick but I do have a data partition and this is the path, gathered in that manner to a random file over there;
/media/Data/aLinux/Debian/System/rgb.txt

If you do that you should be sure that dpkg is going to find your package.
Using dpkg -i and copying and pasting in the terminal exactly like you told me still gives me errors-

Code:
dpkg: error: processing file:///media/863B-A848 /firmware-realtek_0.36+wheezy.1_all.deb (--install):
cannot access archive: No such file or directory
Errors were encountered while processing: /pathway2/firmware-realtek 
file://media/863B-A848 /firmware-realtek_0.36+wheezy.1_all.deb
I also tried right clicking on the package and install it that way. And got this:

Code:
GDbus.Error: org.gtk.GDBusUnamppedGError.Quark._pk_5ftransaction_5ferror.code4:SmiuateInstallFiles not supported by backend
What else should I try?
 
Old 01-22-2014, 10:21 PM   #7
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Pay more attention to the path you have in your console, it contains a space, this won't work.
 
Old 01-22-2014, 11:19 PM   #8
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
I think it's right now because I am not getting any errors.

Code:
Unpacking replacement firmware-realtek...
Setting up firware-realtek (0.36+wheezy.1)...
update-initramfs:deferring 
update (triggers activated)
Processing triggers for initramfs-tools...
update-initramfs: Generating /boot/initrd.img-3.2.0-4-amd64
Restart now right?
 
Old 01-23-2014, 12:00 AM   #9
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Yes, it worked, after a restart (or just try to load the kernel module for that card) it should work.
 
Old 01-23-2014, 12:20 AM   #10
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by TobiSGD View Post
Yes, it worked, after a restart (or just try to load the kernel module for that card) it should work.
Great! I saw my network and Ice Weasel is working!
 
Old 01-23-2014, 12:25 AM   #11
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Thank you all very much!

Now I'm off to AMD for the driver for my Radeon Graphics card.
 
Old 01-23-2014, 12:26 AM   #12
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by Ztcoracat View Post
Thank you all very much!

Now I'm off to AMD for the driver for my Radeon Graphics card.
I strongly recommend to use the driver from the repositories instead, unless you have such a new video card (R9 series) that they need the driver from the website.
 
Old 01-23-2014, 11:06 AM   #13
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
No this isn't an R series.

Code:
XFX Radeon 7750 2 GB Ghost
I'll look this evening: Thanks!
 
Old 01-23-2014, 05:23 PM   #14
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled
Hi

I use non-free Nvidia installed thru this script

http://smxi.org/site/about.htm#sgfxi

it has limited support for ATI as per that link,
you may wish to peruse the links (enclosed within above link) as well

I might mention that next time I write
/pathway2/ ...I should explain this is a generic formula
and not something that you copy and paste as per post 4
----grins like a sheep

good luck
 
Old 01-23-2014, 07:44 PM   #15
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by aus9 View Post
Hi

I use non-free Nvidia installed thru this script

http://smxi.org/site/about.htm#sgfxi

it has limited support for ATI as per that link,
you may wish to peruse the links (enclosed within above link) as well

I might mention that next time I write
/pathway2/ ...I should explain this is a generic formula
and not something that you copy and paste as per post 4
----grins like a sheep

good luck
Very good information at that link!
Thank You-
 
  


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
Debian missing firmware and it's solutions tousif Debian 0 12-06-2013 12:44 PM
Fresh install of Debian 6.0.7 missing NIC firmware, having trouble adding from usb thebergmaster Linux - Newbie 5 04-15-2013 03:58 PM
New install 11.04- Wireless Firmware missing Rocinante2112 Ubuntu 4 02-19-2012 02:48 PM
[SOLVED] Install from Slack CD #1: Missing Firmware HaroldWho Slackware - Installation 6 08-23-2011 02:50 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

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