My research shows that the toshiba 6100 uses the e100.o driver, It
resides in /lib/modules/*/kernel/drivers/net/e100/e100.o (most net
drivers simply live in lib/modules/*/kernel/drivers/net )

My question for script gurus is: will this code fragment catch it?

[start]
for x in /lib/modules/*/kernel/drivers/net/*
                do
                        y=${x##*/}
                        y=${y%%.*}
                        echo -ne " ${GOOD}*${NORMAL} Scanning for ${y}..."
                        insmod -f ${x} > /dev/null 2>&1
                        backup
                done
[end]

the uncertainty in my mind being that the e100.o  driver is in a
subdirectory of /lib/modules/*/kernel/drivers/net/*


On Mon, 23 Jun 2003 16:26:07 +1200
"Fisher, Robert (FXNZ CHC)" <[EMAIL PROTECTED]> wrote:

> I hope this is not indicative, but I have just tried the cd in my work
> Toshiba 6100 laptop and a desktop Compaq machine and neither found the NIC.
> 
> I will try at home tonight.
> 
> Regards, Robert
> 
>  -----Original Message-----
> From:         Nick Rout [mailto:[EMAIL PROTECTED] 
> Sent: Monday, 23 June 2003 4:21 p.m.
> To:   [EMAIL PROTECTED]
> Subject:      Re: Now available:Gentoo installfest - can someone host a
> 50M iso?
> 
> probably because my dynamic ip address changed.
> 
> rout.dyndns.org should work.
> 
> the other one will change with the ip address.
> 
> Anyway I'd prefer if you try Chris H's server now please.
> 
> http://www.linuxnut.co.nz/dl
> 
> On Mon, 23 Jun 2003 13:53:15 +0200
> Conrad Wolf <[EMAIL PROTECTED]> wrote:
> 
> >   
> > Thanks for the info, but for some reason I can't connect to that URL.Any
> ideas why?
> > 
> > Cheers,
> > Conrad.
> > 
> > 
> > Christopher Sawtell wrote:
> >      On Mon, 23 Jun 2003 21:15, Conrad Wolf wrote: 
> >              Is this a NZ site and am I charged for NZ traffic only if I
> download itfrom within UC? 
> >               It's a machine here in Christchurch.if the UC need a .nz
> name you could use this instead, it's the same
> machine:http://203-96-145-203.adsl.paradise.net.nz/gentoolive/ 
> >      Cheers,Conrad.Nick Rout wrote: 
> >              The gentoo-distcc-clug iso is now available for testing.
> Please downloadit and try it.http://rout.dyndns.org/gentoolive/ (make sure
> you include the trailing/). There a 3 files, the iso, an md5sum and a
> README. The readme alsocomes up on the web page.Chris H said he will host
> the file too, so that may be an announcementlater today. If you have
> difficulties downloading it may be my jetstartconnection which periodically
> goes down.It would be cool to have some feedbackPlease report errors,
> successes etc to this list. If the traffic getstoo big I will start another
> list.NickOn Sun, 22 Jun 2003 21:03:46 +1200Nick Rout <[EMAIL PROTECTED]>
> wrote: 
> >                      Is there anyone out there who can host a small
> (50MB) .iso file I havedeveloped for the gentoo installfest? I want a few
> people to download,write and test it. Hopefully you won't get more than 5-10
> downloads, butif it needs fixing we might have to do it again! It would soon
> blow outmy 600 MB monthly limit on the work account, and the home account is
> atad slow/unreliable.For those interested, it is a customised gentoo live
> boot cd,incorporating gcc and distcc. It is designed like a regular
> gentoolivecd (or knoppix) to run without touching the hard drive or
> otherwisescrewing your computer. This means our server farm will all be
> runningthe same version of gcc, and it also means any machine can be put
> touse, even if it is normally a windows machine. It just needs a cdromdrive,
> a reasonable amount of RAM and a linux compatible network card(ie supported
> in the standard 2.4.20 kernel).Anyway, anyone out there with a decent
> connection and a bit of sparebandwidth let me know. I have just done a few
> tweaks and need to write aREADME. Then I'll be ready to upload it and make
> an announcement.Nick.PS ftp access would be good so I can upload - maybe a
> separate directorywith its own upload password? Demanding aren't I!-- 
> > 
> 
> -- 
> Nick Rout <[EMAIL PROTECTED]>
> 

--
Nick Rout
Barrister & Solicitor
Christchurch, NZ
Ph +64 3 3798966
Fax + 64 3 3798853
http://www.rout.co.nz
[EMAIL PROTECTED]

Reply via email to