[09:09] Morning. [09:17] Morning JonathanD [09:17] Howdy rmg51 [09:18] hey [11:28] the precise upgrade locked me out of my system [11:28] sigh [11:30] it overwrote my sudoers and now i am up the creek [13:15] Morning [13:55] my professor looks like a cross between RMS and a mountain man [13:55] waltman: hey are you good at math? [15:14] ff/away [15:14] doh [15:20] hi peeps [15:29] * waltman gobbles in hopes of bringing back MutantTurkey [16:15] I have an astlinux system for my router. Its based on gentoo from 7 years ago. There is no emerge to install things with. I want to fix setting on eth2 to 100Mbps full-duplex, but google only turns up 2 tools: mii-tool and ethtool, neither installed on my machine. Now I found reference to changing /etc/modules.conf but I don't see a clue what to do in there, yet. [17:36] Doing a google on: modules.conf e1000 100Mbps full-duplex [17:36] turned up some useful references [17:38] I added the following stuff in [module] section before [global] -- alias eth1 e1000 options e1000 Speed=100 Duplex=2 [17:38] It appears to be working right at bootup, now. [17:39] Is there a way to query the eth2 / e1000 item to see what the speed & duplex really is at ? === pleia2_ is now known as pleia2 [18:32] Any comments anyone ? [18:48] lshw as root will show if it's available [18:48] lshw -C network is less noisey [19:07] * ChinnoDog sits quietly noming big bag of M&Ms [20:16] I tried the lshw and got this error: -sh: lshw: command not found [20:17] uname -a =====> Linux pbx 2.6.16.12 #1 SMP PREEMPT Tue Aug 22 13:47:45 EDT 2006 i686 unknown [20:17] I'ts an old gentoo fixed to be very small. Fits in a 44M partition. [20:29] I met gary johnson today! [20:29] https://sphotos-a.xx.fbcdn.net/hphotos-snc7/290466_10151236283902813_887614096_o.jpg [20:30] Who is Gary Johnson and why should we be impressed? [20:31] two term governer of new mexico and is running for president, for the Libertarian party [20:31] He kinda looks like the Gary Johnson, presidential candidate, Is it him ? [20:32] Oh you answered already [20:32] Yes that's him [20:33] InHisName: mii-tool? [20:35] InHisName: or better yet, just write it the way you want it in modules.conf [21:36] mii-tool not installed. No installer. Disk nearly full. [21:38] I thought I had put it into modules.conf, but it still 'broke'. Seems to loose cnx tween 192.168.15.135 and 192.168.15.1 <-- the gateway and 4G modem. I'm guessing it is in auto mode and keeps jumping into 10Mbps & half-duplex. [21:41] I put this below into modules.conf -- but it still lost cnx [21:41] alias eth2 e1000 [21:41] options e1000 Speed=100 Duplex=2 [21:42] In [modules] section