atom feed45 messages in com.ubuntu.lists.ubuntu-ukRe: [ubuntu-uk] Non-default driver
FromSent OnAttachments
RowanFeb 22, 2009 2:48 am 
Christopher SwiftFeb 22, 2009 3:42 am 
Christopher SwiftFeb 22, 2009 3:43 am 
James ThomasFeb 22, 2009 3:44 am 
RowanFeb 22, 2009 4:01 am 
RowanFeb 24, 2009 12:47 am 
Thomas IbbotsonFeb 24, 2009 8:57 am 
Christopher SwiftFeb 24, 2009 8:58 am 
RowanFeb 24, 2009 9:14 am 
RowanFeb 24, 2009 11:53 am 
Matthew DaubneyFeb 24, 2009 12:56 pm 
RowanFeb 24, 2009 1:02 pm 
Jon ReynoldsFeb 25, 2009 7:19 am 
RowanFeb 25, 2009 7:39 am 
Rob BeardFeb 25, 2009 8:08 am 
Tony TravisFeb 25, 2009 9:21 am 
RowanFeb 25, 2009 9:40 am 
RowanMar 1, 2009 8:02 pm 
Sean MillerMar 1, 2009 11:44 pm 
RowanMar 1, 2009 11:58 pm 
Sean MillerMar 2, 2009 12:08 am 
RowanMar 2, 2009 12:18 am 
Alan PopeMar 2, 2009 12:37 am 
RowanMar 2, 2009 12:49 am 
Alan PopeMar 2, 2009 12:54 am 
RowanMar 2, 2009 12:58 am 
RowanMar 2, 2009 1:13 am 
Alan PopeMar 2, 2009 1:24 am 
RowanMar 2, 2009 1:39 am 
RowanMar 2, 2009 2:06 am 
RowanMar 2, 2009 5:59 am 
Alan PopeMar 2, 2009 6:39 am 
RowanMar 2, 2009 6:49 am 
RowanMar 2, 2009 6:53 am 
Alan PopeMar 2, 2009 7:07 am 
RowanMar 2, 2009 7:23 am 
Tony TravisMar 2, 2009 7:23 am 
RowanMar 2, 2009 7:30 am 
Tony TravisMar 2, 2009 7:31 am 
RowanMar 2, 2009 7:41 am 
Alan PopeMar 2, 2009 7:58 am 
RowanMar 2, 2009 8:35 am 
Tony TravisMar 2, 2009 8:47 am 
Alan PopeMar 2, 2009 8:55 am 
RowanMar 2, 2009 9:11 am 
Subject:Re: [ubuntu-uk] Non-default driver
From:Rowan (rowa@googlemail.com)
Date:Mar 1, 2009 11:58:34 pm
List:com.ubuntu.lists.ubuntu-uk

I don't understand instruction 2. Is it one long line? What is the > doing there, and is it single spaced in between the two long strings? Or did it creep in when the email was transmitted?

sed 's/blacklist r8169/#blacklist r8169/' /etc/modprobe.d/blacklist.bak > /etc/modprobe.d/blacklist

Sean Miller wrote:

Hi Rowan,

What is it you don't understand?

They appear to be giving you two options :-

a. revert to the default Ubuntu driver

1. mv /etc/modprobe.d/blacklist /etc/modprobe.d/blacklist.bak 2. sed 's/blacklist r8169/#blacklist r8169/' /etc/modprobe.d/blacklist.bak > /etc/modprobe.d/blacklist 3. reboot

So you go into shell and switch to root, which you can do by typing "sudo bash" and then entering your password. You then take what's written in 1 and 2 above and type them into the shell exactly as shown. After that you shutdown and restart the computer, either by using "shutdown -rf" from the shell or from the desktop.

b. update their driver

1. cd /root/lc2000/r8168-8.008.00 2. make clean modules 3. depmod -a 4. reboot"

Same principle as above... type exactly what's written in 1-3 and then restart.

Best,