Author |
Message |
BakUp
|
|
Post subject: Firmware drivers non-free question [solved]
Posted: 24.09.2010, 14:37
|
|

Joined: 2010-09-19
Posts: 6
Location: Wisconson USA
Status: Offline
|
|
Per the aptosid manual, I have put my firmware drivers on a usb stick. The instructions below from the manual does not tell what directory to put them in. I am assuming the root directory unless you change the path in the terminal command, correct ? I have never done this before. Usually I hook up the computer at an ethernet connection but that is not possible this time.
non-free firmware debs on a stick
Quote:
Should you need to prefetch firmware .debs, to put on a usb-key to transfer the files to another computer, you can download them as either a zip or tar.gz file from http://cdimage.debian.org/cdimage/unoff ... d/current/ and extract it to a folder called firmware, you should see a number of .deb files. Next download firmware-linux-free*.deb and add it to all the other debs in the folder you extracted the non-free firmware to. Then transfer them with the stick to the computer that needs the non-free firmware and:
|
Last edited by BakUp on 25.09.2010, 09:57; edited 3 times in total
|
|
|
|
 |
oduffo
|
|
Post subject: RE: Firmware drivers non-free question
Posted: 24.09.2010, 14:44
|
|

Joined: 2010-09-11
Posts: 15
Location: Berlin
Status: Offline
|
|
|
|
 |
ikeinthai
|
|
Post subject: thanks for clarification.
Posted: 24.09.2010, 15:18
|
|

Joined: 2010-09-22
Posts: 119
Location: bigannastybkk
Status: Offline
|
|
this is also very useful for me.
thank you so much, ike |
_________________ aptosid: magic in action, the point of the spear. bleedin pearls before swine? lets hope not. freesoftware/freedomsoftware=a chance at freedom. participants, engage your vehicle. . . avatar by zenren
|
|
|
|
 |
BakUp
|
|
Post subject:
Posted: 24.09.2010, 16:36
|
|

Joined: 2010-09-19
Posts: 6
Location: Wisconson USA
Status: Offline
|
|
Thanks oduffo, maybe that could be added to the manual for users like me that are not so smart !!! |
|
|
|
|
 |
|
Post subject:
Posted: 24.09.2010, 23:26
|
|
Moderator

Joined: 2010-09-11
Posts: 469
|
|
aptosid manual
non-free firmware debs on a stick
http://manual.aptosid.com/en/hw-dev-hw- ... e-firmware
after "and:" follows the codebox
Code:
dpkg -i firmware-linux-nonfree*.deb
In this case, the location of .deb file is irrelevant.
Just current directory should be where .deb files are,
(or full path of files required).
Once packages are installed with dpkg -i command, the .deb files can be deleted.
So, no need to write the position of .deb files in the manual. |
|
|
|
|
 |
BakUp
|
|
Post subject:
Posted: 25.09.2010, 01:37
|
|

Joined: 2010-09-19
Posts: 6
Location: Wisconson USA
Status: Offline
|
|
muchan wrote:
after "and:" follows the codebox
not sure what this means ???
Quote:
Just current directory should be where .deb files are,
(or full path of files required)
this either ?
I removed the [solved] on this thread. I am more confused now than when I started. I think it is a interpretation or a language barrier thing. Please don't take it personally muchan. |
|
|
|
|
 |
|
Post subject:
Posted: 25.09.2010, 08:07
|
|
Moderator

Joined: 2010-09-11
Posts: 469
|
|
BakUp, please read again the Manual from the link above.
The paragraph you have mentioned ends with "and:"
and this pragraph is followed by a box with code to execute.
The box contains
Code:
dpkg -i firmware-linux-nonfree*.deb
That is, "and:" here means, "and (then execute following command):"
dpkg -i firmware-linux-nonfree*.deb
OK?
and the command "dpkg -i" is not sensitive about the location of the
file of package. So, where to copy the .deb file is not so important. |
|
|
|
|
 |
BakUp
|
|
Post subject:
Posted: 25.09.2010, 09:56
|
|

Joined: 2010-09-19
Posts: 6
Location: Wisconson USA
Status: Offline
|
|
|
|
 |
ikeinthai
|
|
Post subject: me too.
Posted: 27.09.2010, 09:02
|
|

Joined: 2010-09-22
Posts: 119
Location: bigannastybkk
Status: Offline
|
|
BakUp wrote:
gotch ya, thanks
+1. thanks for info,
ike. |
_________________ aptosid: magic in action, the point of the spear. bleedin pearls before swine? lets hope not. freesoftware/freedomsoftware=a chance at freedom. participants, engage your vehicle. . . avatar by zenren
|
|
|
|
 |
|