Re: Weird Problem
Mark Sansome <[email protected]>
| Newsgroups | gmane.linux.drivers.at76c503a.user |
|---|---|
| Message-ID | <[email protected]> |
On Sat, 2004-08-14 at 22:57, Joerg Albert wrote: > Please use _backticks_ ` in this command (which let the bash substitute > the stdout of the command in that place), not normal ': Backticks! .... Doh!.... I knew that.... Sorry chaps. In my defence I must just say that I suffer from the - sadly all too common - affliction of being cerebrally challenged with a concomitant lack of cognitive storage and recall abilities. (More commonly known as being slack-jaw-stupid). I have tried the remedy of repeatedly banging my head against the monitor but unfortunately, according to my doctor, this is unlikely to help and may even make matters worse. It certainly didn't solve my Internet connectivity problem. It's just as well therefore that there are people on this list not suffering from this affliction because - with backticks in place - I was able to get an up to date version of the driver (and thanks too to Jörg for sending me the files) which does indeed solve my problem (the Internet connectivity one that is - sadly there is no cure for my stupidity problem). Incidentally - I have also booted into Windows and switched back into Linux (I did a cold restart as always however) and it worked just fine. Thanks to all. > > Could anyone send me a tarball with the relevant files in? > no problem, sent as personal mail. > Thanks again Jörg. > > >What's the output of "uname -a" for your kernel? > > > > [mark@localhost mark]$ uname -a > > Linux localhost.localdomain 2.6.7-1.494.2.2 #1 Tue Aug 3 09:39:58 EDT 2004 > > i686 i686 i386 GNU/Linux > > Sorry, wrong question from my side. What's the output of the following > command executed while the current working dir is the root dir of the > kernel source of 2.6.7-1.494.2.2: > > cat include/linux/version.h [root@localhost SOURCES]# cd /usr/src/linux-2.6.7* [root@localhost linux-2.6.7-1.494.2.2]# pwd /usr/src/linux-2.6.7-1.494.2.2 [root@localhost linux-2.6.7-1.494.2.2]# cat include/linux/version.h cat: include/linux/version.h: No such file or directory [root@localhost linux-2.6.7-1.494.2.2]# locate version.h | grep 2.6.7 /usr/src/linux-2.6.7-1.494.2.2/arch/i386/math-emu/version.h /usr/src/linux-2.6.7-1.494.2.2/drivers/net/sk98lin/h/skversion.h /usr/src/linux-2.6.7-1.494.2.2/drivers/scsi/qla2xxx/qla_version.h /usr/src/linux-2.6.7-1.494.2.2/fs/xfs/linux-2.6/xfs_version.h /usr/src/linux-2.6.7-1.494.2.2/include/linux/dvb/version.h /usr/src/linux-2.6.7-1.494.2.2/include/pcmcia/version.h /usr/src/linux-2.6.7-1.494.2.2/include/sound/version.h /lib/modules/2.6.7-1.494.2.2/build/include/linux/dvb/version.h /lib/modules/2.6.7-1.494.2.2/build/include/linux/version.h /lib/modules/2.6.7-1.494.2.2/build/include/pcmcia/version.h /lib/modules/2.6.7-1.494.2.2/build/include/sound/version.h [root@localhost linux-2.6.7-1.494.2.2]# Ummm - which one do you want? Thanks again.... Mark