View previous topic :: View next topic |
Author |
Message |
jeredox n00b
Joined: 22 Jul 2004 Posts: 60
|
Posted: Thu Sep 09, 2004 11:07 am Post subject: Eagle-usb-1.9.6 |
|
|
I would like to compile my eagle-usb-1.9.6 driver to install it.
I've just finally installed my gentoo (after several months problems).
When i launch compilation, i get this message error:
"your $PATH does not contain /usr/local/sbin. You won't be able to launch scripts. If you are using bash, you should update /root/.bashrc ".
I've tried to add $PATH =' /usr/local/sbin' in /root/.bashrc, but it causes shell problems, so it's not a good idea. But I've seen similar $PATH (not exactly /usr/local/sbin but /usr/sbin in /root/profile. Do i have to modify this key?
Or is it only dued to the eagle-usb driver which is not compatible with gentoo? 'Cause i used to use it on Mandrake and mepis.
How can i emerge eagle usb driver if i have no internet connexion (vicious cercles...? )
Can i find gentoo eagle-usb drivers not needing internet dial-up? |
|
Back to top |
|
|
fls Tux's lil' helper
Joined: 18 Apr 2003 Posts: 111 Location: Germany
|
Posted: Thu Sep 09, 2004 11:38 am Post subject: |
|
|
Add the following to your ~/.bashrc
Code: | export PATH="$PATH:/usr/local/sbin" |
This simply appends /usr/local/sbin to your current path, so you don´t mess up with your shell.
Quote: | Or is it only dued to the eagle-usb driver which is not compatible with gentoo? 'Cause i used to use it on Mandrake and mepis. |
There is no such thing as "not compatible with gentoo" because gentoo uses the same kernel and the same software as every other distribution does.
Quote: | How can i emerge eagle usb driver if i have no internet connexion (vicious cercles...? ) |
Sorry, I don´t know anything about the eagle usb driver, but why don´t you simply download it to your home directory and compile and install it manually, as long as there is no ebuild (and I haven´t found one in portage).
As for emerging without internet connection:
You can download the needed source code to your DISTDIR (defined in /etc/make.conf) either manually or by using
Code: | emerge -f <packages> |
and then later emerge it. Portage will see the file is there and you won´t need an internet connection.
As a sidenote: I searched for eagle on bugs.gentoo.org and found this. So it´s for sure possible to use this driver
HTH _________________ First they ignore you, then they laugh at you, then they fight you, then you win. Mahatma Ghandi |
|
Back to top |
|
|
jeredox n00b
Joined: 22 Jul 2004 Posts: 60
|
Posted: Thu Sep 09, 2004 1:07 pm Post subject: |
|
|
Thks for your quick response, i'll hope it'll work. |
|
Back to top |
|
|
Sleeper l33t
Joined: 12 Nov 2002 Posts: 667
|
Posted: Wed Sep 22, 2004 2:34 pm Post subject: Re: Eagle-usb-1.9.6 |
|
|
jeredox wrote: |
How can i emerge eagle usb driver if i have no internet connexion (vicious cercles...? )
Can i find gentoo eagle-usb drivers not needing internet dial-up? |
Just a little comment.. The eagle-usb driver (which I'm maintenor of) has an ebuild (which I'm the author of).
I wrote an "howto" but it was in French. If you need it I probably can translate it .. Just contact me
Usually to install it people get the ebuild and the driver from either a windows partition or another "already working" system, copy them where it needs to be, and install them.
An alternative way is to boot using for example the http://www.sysresccd.org/, which already includes a version of the driver and a script to automatize connection. From there you can then install the gentoo ... |
|
Back to top |
|
|
|