Skip to main content

Thread: Commands for Terminal and Install


i have driver in folder on ubuntu-gnome desktop unpacked. have driver in zip folder still packed. not able past first command.
manually attempting follow instructions driver because have not been able ubuntu: ultimate ed 2.7 online. windows xp online when nic isn't kicking me off internet.
should put folder somewhere else in ubuntu commands work in terminal?


result terminal mean?


cat@username:~$ sudo tar vjxf r8168-8.aaa.bb.tar.bz2
[sudo] password cat:
tar: r8168-8.aaa.bb.tar.bz2: cannot open: no such file or directory
tar: error not recoverable: exiting
tar: child returned status 2
tar: exiting failure status due previous errors


these instructions following , have 2.6.32 – 25 version of kernel


this linux device driver released realtek rtl8168b/8111b, rtl8168c/8111c, rtl8168cp/8111cp, rtl8168d/8111d, rtl8168dp/8111dp, , rtl8168e/8111e gigabit ethernet controllers pci-express interface.


<requirements>


- kernel source tree (supported linux kernel 2.6.x , 2.4.x)
- linux kernel 2.4.x, driver supports 2.4.20 , latter.
- compiler/binutils kernel compilation


<quick install proper kernel settings>
unpack tarball :
# tar vjxf r8168-8.aaa.bb.tar.bz2


change directory:
# cd r8168-8.aaa.bb


if running target kernel, should able :


# ./autorun.sh (as root or sudo)


you can check whether driver loaded using following commands.


# lsmod | grep r8168
# ifconfig -a


if there device name, ethx, shown on monitor, linux
driver loaded. then, can use following command activate
the ethx.


# ifconfig ethx up


,where x=0,1,2,...


appreciated head spinning , i've been trying hand @ long time now. in advance

quote posted ultimatecat view post
i have driver in folder on ubuntu-gnome desktop unpacked. have driver in zip folder still packed. not able past first command.


cat@username:~$ sudo tar vjxf r8168-8.aaa.bb.tar.bz2
[sudo] password cat:
tar: r8168-8.aaa.bb.tar.bz2: cannot open: no such file or directory
tar: error not recoverable: exiting
tar: child returned status 2
tar: exiting failure status due previous errors
it appears need
code:
cd /home/username/desktop/foldername
first. have not told terminal is.


Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Installation & Upgrades [SOLVED] Commands for Terminal and Install


Ubuntu

Comments