Re: Problem installing Potato on Inspiron8000
On Sun, Apr 15, 2001 at 03:48:04PM +0200 or thereabouts, Emilien Arino wrote: > Hello, > I tried to install Potato on my new laptop but I'm having troubles. > The system hangs during the first reboot (after the install of the > base system) just after this message: > "Starting the network SuperServer : inetd" (or something like that I > don 't remember exactly). when using potato install disks, putting pcmcia-cs on hold before the second part of the installation (i.e. the reboot) helps. > Could anyone help please? Should I try Woody? nope. it's related to the boot disks. greetings, uLI
Re: Problem installing Potato on Inspiron8000
hi emilien, you will have to recompile the pcmcia-modules because you recompiled your kernel. greetings, uLI On Tue, Apr 17, 2001 at 09:28:04AM +0200 or thereabouts, Emilien Arino wrote: > Hi, > > > Sorry, the precompiled kernel was made for my laptop which has the > > Actiontec combo card. You have to recompile your own kernel, based > > on the kernel config file that was enclosed to the tarball. Just > > disable the incorrect Ethernet driver and enable yours. > > Best use make-kpkg to build the kernel so that you will get a deb! > > > > I recompiled the kernel using your kernel config file (with the 3com > ethernet driver enabled and the etherpro disabled). > I recompiled it on another computer running Potato using the following > commands: > make-kpkg clean > su root > make-kpkg --revision=custom kernel_image > > Then I installed the new kernel ant the patched pcmcias debs (included in > Dell.tgz) but at reboot, I get tons of: > depmod : unresolved symbol in /lib/modules/2.4.3/pcmcia/3c574.o > ... > ... > (one for each module listed in /lib/modules/2.4.3/pcmcia) > > There are also a few > modprobe :modprobe : Can't locate module nls_ cp437.0 > ... > > But the ethernet card works. > > Is it because I didn't run : make modules ? Do I have to run : make modules > even if I use make-kpkg? > > Thanks, > Emilien Arino > > > > > Cheers, > > Guenter > > > > -- > > Linux: Who needs GATES in a world without fences? > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] >
Re: i8000 : Can't build pcmcia modules
hi, i think that there is a problem with the makefile. i got the same error message when i tried to compile my own pcmcia-modules: > I get this error: > > rm -f build build-modules > test -f man/pcmcia.5 -a -f debian/rules > umask 022; /usr/bin/make DEB_MOD=yes all > make[2]: Entering directory '/usr/src/modules/pcmcia-cs' > /bin/sh: -c: line 1: syntax error near unexpected token ';' > /bin/sh: -c line 1: 'if [ "" ]; then @set -e ; for d in ; do /usr/bin/make > -C $d ; done; fi' > make[2]: *** [all] Error 2 > make[2]: Leaving directory '/usr/src/modules/pcmcia-cs' > make[1]: *** [build-modules] Error 2 > make[1]: Leaving directory '/usr/src/modules/pcmcia-cs' > make: *** [binary-arch] Error 2 the solution for me was to fix the makefile. replace "@set" with "set". i also changed the variable DIRS: DIRS = clients wireless in line 13 now i could compile the modules and install them. greetings, uLI
Re: Inspiron 8000 & Progeny install woes
hi jim, is 3d-performance an issue for you? i've seen comparisons (done with the 1ghz inspiron 8000) between ati and nvidia. the nvidia card is significantly faster than the ati chip (+70% 3dmark 2000, up to +161% quake3, source: c't (german computer mag) 10/2001). greetings, uLI On Fri, May 18, 2001 at 09:15:15AM -0700 or thereabouts, Jim Richardson wrote: > On Wed, May 16, 2001 at 07:35:46PM +0200, Dr. Guenter Bechly wrote: > > On Wed, May 16, 2001 at 08:28:14AM -0700, [EMAIL PROTECTED] wrote: > > > Has anyone had any success installing Progeny on the Dell Inspiron 8000? > > > If > > > you have, how about a nice step-by-step guide to how you did it? > > > > Well, not Progeny but Sid is running like a breeze here on I8000 (even > > the internal MiniPCI Combo Card with Ethernet AND Winmodem works). > > > > Which video card would you recommend for this laptop? (I am about to buy > one) the GeForce or ATi? > > -- > Jim Richardson > Anarchist, pagan and proud of it > www.eskimo.com/~warlock > Linux, because life's too short for a buggy OS. > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] >
Re: PCMCIA configuration under 2.4.x
hi, maybe you could try the following: > the /etc/pcmcia/config.opt file: > > device "3c59x" > class "network" module "3c59x" > > card "3Com 3c575-TX Fast EtherLink XL" > manfid 0x0101, 0x5057 > bind "3c59x" > > module "3c59x" opts "debug=3 rx_copybreak=300" replace all 'module "3c59x"' with 'module "eth0"'. then add 'alias eth0 3c59x' to /etc/modules/aliases. that should pass the right name to your pcmcia setup scripts and still load the right modules into the kernel. i hope this helps, greetings, uLI
Re: debian-laptop web page?
hi, i think we should collect those tidbits of information on the installation and configuration of debian on laptops there. an example would be the comment on putting 'Load "xaa"' and 'Option "ExcludeCPUIntensiveSomethingFromAnywhere"' into XF86Config-4 in order to prevent X from crashing the OS that was recently posted to this list. Provide each piece of advice with a few keywords, stuff it into a database and make it searchable. that would really be useful. greetings, uLI On Sun, Jun 17, 2001 at 11:26:58PM +0200 or thereabouts, Josip Rodin wrote: > Hi, > > Could anyone explain to me why exactly does > http://www.debian.org/ports/laptops/ exist. > > It looks poor... we should either fix or ditch it. > > -- > Digital Electronic Being Intended for Assassination and Nullification > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] >
Re: Installing problems on a Inspiron 8000
On Tuesday 26 June 2001 00:47, Jörgen Andersson wrote: > Hi all, > > I've tried installing debian from a cd. After gone through the installing > process pc hangs when I reboot it. It says something like "Loading > superinternet : inetd" > > I'm kind of a newbie on this so I would be greatful for any help. > > regards > /Jörgen the problem is most likely pcmcia. its initialization probes a port that hangs the machine. i solved the issue by replacing include port 0x100-0x4ff, port 0x800-0x8ff, port 0xc00-0xcff with include port 0x100-0x4ff, port 0xc00-0xcff in /etc/pcmcia/config.opts and thereby effectively preventing port 0x800-0x8ff from being probed. i hope this helps. regards, uLI
XFree 4.1 on ATI rage128
hi, i recently upgraded my laptop running sid (dell inspiron 8000, ati mobility m4 rage128 32mb) to xfree 4.1. it boots fine, switches to x and works nicely under x. only when i switch back to the text-console, i get stripes on all ttys. these stripes are vertical and look like a character cell half white half black. switching back to x works fine. it is really only that the text-mode is unusable after having switched to x once. is anyone experiencing the same? are there any known cures? could it be due to some framebuffer issue? i did not configure any kind of frambuffer. i'd be grateful for every hint. regards, uLI
Re: 2.4.7 kernel problem
hi zoltan, it seems you compiled your ide-drivers as modules. the kernel cries for a module servicing block devices with major number 3. these are for the first mfm, rll and ide hard disk/cd-rom interface (from kernel_sources/Documentation/devices.txt). compile the ide-drivers into the kernel and you should be fine. happy hacking, uLI On Wed, Aug 08, 2001 at 05:57:05PM +0100 or thereabouts, Zoltan Nagy wrote: > Hi, > > I use the unstable distribution on a Dell Inspiron 4000 laptop. The recompiled > 2.4.7 kernel doesn't work. At the boot time it can't mount the root file > system and the booting process stops with the following message: > > request_module[block-major-3]: Root fs not mounted > VFS: Cannot open root device "hda6" or 03:06 > Plese append a correct "root=" boot option > Kernel panic: VFS: Unable to mount root fs on 03:06 > > My root device is the hda6. I can boot only with the precompiled kernel > packages > > the debian distribution and an old 2.4.5 kernel which was compiled few weeks > ago. > > Regards, > Zoltan > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] >
Re: Dell Inspiron 8000
you should not include port 0x800-0x8ff when scanning which system resources are available for PCMCIA devices. i. e. replace the line include port 0x100-0x4ff, port 0x800-0x8ff, port 0xc00-0xcff with include port 0x100-0x4ff, port 0xc00-0xcff and you should be fine. regards, uLI On Fri, Aug 17, 2001 at 09:50:50AM +0200 or thereabouts, Sebastien 'TiT0' Cazajous wrote: > > > > > Back when I had one of these a few months ago, the PCMCIA drivers > > that come with the standard potato install disks didn't work, so I > > couldn't do a net install. Instead I got a CD and installed the base > > system + compilers, then recompiled the kernel and the latest > > pcmcia-cs package and it worked fine after that. > > > > me > > I have done the same thing but when i upgrade to kernel 2.4.7, i try to > compile the pcmcia (card bus) support into the kernel ... and it fails > when i start the daemon the machine freeze. > > It was working right with 2.2.18pre1 kernel and pcmcia-cs as you say... > has someone encounter this trouble ? > > A+ > tito > > -- > + \\\// --[Sebastien 'Tito' Cazajous -> [EMAIL PROTECTED] > | (0 -) [http://tito.eikonex.org]| > +-oOO--(_)--OOo -> Use Debian GNU/LinuX <- ---+ > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] >
Re: what module is that?
hi michael, it is the real time clock module that drives /dev/rtc. more info can be found in the kernel configuration help text or in /kernelsource/Documentation/rtc.txt. regards, uLI On Sun, Sep 02, 2001 at 03:26:36PM +0200 or thereabouts, Michael Hothorn wrote: > > Hi, > > During boot-time, this message appears. > > Setting the System Clock using the Hardware Clock as reference... > modprobe: modprobe: Can't locate module char-major-10-135 > System Clock set. Local time: Sun Sep 2 17:30:25 CEST 2001 > > any idea? > bye > michael > > >Linux is user friendly, it's just a bit picky about it's friends > >Michael Hothorn, Administrator >Institut für Klinische Radiologie >Klinikum Mannheim gGmbH, Universität Heidelberg >Tel: 0049(0)621 383 2276 >http://www.ma.uni-heidelberg.de/inst/ikr > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] >
Re: Problem installing Potato on Inspiron8000
On Sun, Apr 15, 2001 at 03:48:04PM +0200 or thereabouts, Emilien Arino wrote: > Hello, > I tried to install Potato on my new laptop but I'm having troubles. > The system hangs during the first reboot (after the install of the > base system) just after this message: > "Starting the network SuperServer : inetd" (or something like that I > don 't remember exactly). when using potato install disks, putting pcmcia-cs on hold before the second part of the installation (i.e. the reboot) helps. > Could anyone help please? Should I try Woody? nope. it's related to the boot disks. greetings, uLI -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Problem installing Potato on Inspiron8000
hi emilien, you will have to recompile the pcmcia-modules because you recompiled your kernel. greetings, uLI On Tue, Apr 17, 2001 at 09:28:04AM +0200 or thereabouts, Emilien Arino wrote: > Hi, > > > Sorry, the precompiled kernel was made for my laptop which has the > > Actiontec combo card. You have to recompile your own kernel, based > > on the kernel config file that was enclosed to the tarball. Just > > disable the incorrect Ethernet driver and enable yours. > > Best use make-kpkg to build the kernel so that you will get a deb! > > > > I recompiled the kernel using your kernel config file (with the 3com > ethernet driver enabled and the etherpro disabled). > I recompiled it on another computer running Potato using the following > commands: > make-kpkg clean > su root > make-kpkg --revision=custom kernel_image > > Then I installed the new kernel ant the patched pcmcias debs (included in > Dell.tgz) but at reboot, I get tons of: > depmod : unresolved symbol in /lib/modules/2.4.3/pcmcia/3c574.o > ... > ... > (one for each module listed in /lib/modules/2.4.3/pcmcia) > > There are also a few > modprobe :modprobe : Can't locate module nls_ cp437.0 > ... > > But the ethernet card works. > > Is it because I didn't run : make modules ? Do I have to run : make modules > even if I use make-kpkg? > > Thanks, > Emilien Arino > > > > > Cheers, > > Guenter > > > > -- > > Linux: Who needs GATES in a world without fences? > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: i8000 : Can't build pcmcia modules
hi, i think that there is a problem with the makefile. i got the same error message when i tried to compile my own pcmcia-modules: > I get this error: > > rm -f build build-modules > test -f man/pcmcia.5 -a -f debian/rules > umask 022; /usr/bin/make DEB_MOD=yes all > make[2]: Entering directory '/usr/src/modules/pcmcia-cs' > /bin/sh: -c: line 1: syntax error near unexpected token ';' > /bin/sh: -c line 1: 'if [ "" ]; then @set -e ; for d in ; do /usr/bin/make -C $d ; >done; fi' > make[2]: *** [all] Error 2 > make[2]: Leaving directory '/usr/src/modules/pcmcia-cs' > make[1]: *** [build-modules] Error 2 > make[1]: Leaving directory '/usr/src/modules/pcmcia-cs' > make: *** [binary-arch] Error 2 the solution for me was to fix the makefile. replace "@set" with "set". i also changed the variable DIRS: DIRS = clients wireless in line 13 now i could compile the modules and install them. greetings, uLI -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Inspiron 8000 & Progeny install woes
hi jim, is 3d-performance an issue for you? i've seen comparisons (done with the 1ghz inspiron 8000) between ati and nvidia. the nvidia card is significantly faster than the ati chip (+70% 3dmark 2000, up to +161% quake3, source: c't (german computer mag) 10/2001). greetings, uLI On Fri, May 18, 2001 at 09:15:15AM -0700 or thereabouts, Jim Richardson wrote: > On Wed, May 16, 2001 at 07:35:46PM +0200, Dr. Guenter Bechly wrote: > > On Wed, May 16, 2001 at 08:28:14AM -0700, [EMAIL PROTECTED] wrote: > > > Has anyone had any success installing Progeny on the Dell Inspiron 8000? If > > > you have, how about a nice step-by-step guide to how you did it? > > > > Well, not Progeny but Sid is running like a breeze here on I8000 (even > > the internal MiniPCI Combo Card with Ethernet AND Winmodem works). > > > > Which video card would you recommend for this laptop? (I am about to buy > one) the GeForce or ATi? > > -- > Jim Richardson > Anarchist, pagan and proud of it > www.eskimo.com/~warlock > Linux, because life's too short for a buggy OS. > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: PCMCIA configuration under 2.4.x
hi, maybe you could try the following: > the /etc/pcmcia/config.opt file: > > device "3c59x" > class "network" module "3c59x" > > card "3Com 3c575-TX Fast EtherLink XL" > manfid 0x0101, 0x5057 > bind "3c59x" > > module "3c59x" opts "debug=3 rx_copybreak=300" replace all 'module "3c59x"' with 'module "eth0"'. then add 'alias eth0 3c59x' to /etc/modules/aliases. that should pass the right name to your pcmcia setup scripts and still load the right modules into the kernel. i hope this helps, greetings, uLI -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: debian-laptop web page?
hi, i think we should collect those tidbits of information on the installation and configuration of debian on laptops there. an example would be the comment on putting 'Load "xaa"' and 'Option "ExcludeCPUIntensiveSomethingFromAnywhere"' into XF86Config-4 in order to prevent X from crashing the OS that was recently posted to this list. Provide each piece of advice with a few keywords, stuff it into a database and make it searchable. that would really be useful. greetings, uLI On Sun, Jun 17, 2001 at 11:26:58PM +0200 or thereabouts, Josip Rodin wrote: > Hi, > > Could anyone explain to me why exactly does > http://www.debian.org/ports/laptops/ exist. > > It looks poor... we should either fix or ditch it. > > -- > Digital Electronic Being Intended for Assassination and Nullification > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Installing problems on a Inspiron 8000
On Tuesday 26 June 2001 00:47, Jörgen Andersson wrote: > Hi all, > > I've tried installing debian from a cd. After gone through the installing > process pc hangs when I reboot it. It says something like "Loading > superinternet : inetd" > > I'm kind of a newbie on this so I would be greatful for any help. > > regards > /Jörgen the problem is most likely pcmcia. its initialization probes a port that hangs the machine. i solved the issue by replacing include port 0x100-0x4ff, port 0x800-0x8ff, port 0xc00-0xcff with include port 0x100-0x4ff, port 0xc00-0xcff in /etc/pcmcia/config.opts and thereby effectively preventing port 0x800-0x8ff from being probed. i hope this helps. regards, uLI -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
XFree 4.1 on ATI rage128
hi, i recently upgraded my laptop running sid (dell inspiron 8000, ati mobility m4 rage128 32mb) to xfree 4.1. it boots fine, switches to x and works nicely under x. only when i switch back to the text-console, i get stripes on all ttys. these stripes are vertical and look like a character cell half white half black. switching back to x works fine. it is really only that the text-mode is unusable after having switched to x once. is anyone experiencing the same? are there any known cures? could it be due to some framebuffer issue? i did not configure any kind of frambuffer. i'd be grateful for every hint. regards, uLI -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: 2.4.7 kernel problem
hi zoltan, it seems you compiled your ide-drivers as modules. the kernel cries for a module servicing block devices with major number 3. these are for the first mfm, rll and ide hard disk/cd-rom interface (from kernel_sources/Documentation/devices.txt). compile the ide-drivers into the kernel and you should be fine. happy hacking, uLI On Wed, Aug 08, 2001 at 05:57:05PM +0100 or thereabouts, Zoltan Nagy wrote: > Hi, > > I use the unstable distribution on a Dell Inspiron 4000 laptop. The recompiled > 2.4.7 kernel doesn't work. At the boot time it can't mount the root file > system and the booting process stops with the following message: > > request_module[block-major-3]: Root fs not mounted > VFS: Cannot open root device "hda6" or 03:06 > Plese append a correct "root=" boot option > Kernel panic: VFS: Unable to mount root fs on 03:06 > > My root device is the hda6. I can boot only with the precompiled kernel packages > > the debian distribution and an old 2.4.5 kernel which was compiled few weeks ago. > > Regards, > Zoltan > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Dell Inspiron 8000
you should not include port 0x800-0x8ff when scanning which system resources are available for PCMCIA devices. i. e. replace the line include port 0x100-0x4ff, port 0x800-0x8ff, port 0xc00-0xcff with include port 0x100-0x4ff, port 0xc00-0xcff and you should be fine. regards, uLI On Fri, Aug 17, 2001 at 09:50:50AM +0200 or thereabouts, Sebastien 'TiT0' Cazajous wrote: > > > > > Back when I had one of these a few months ago, the PCMCIA drivers > > that come with the standard potato install disks didn't work, so I > > couldn't do a net install. Instead I got a CD and installed the base > > system + compilers, then recompiled the kernel and the latest > > pcmcia-cs package and it worked fine after that. > > > > me > > I have done the same thing but when i upgrade to kernel 2.4.7, i try to > compile the pcmcia (card bus) support into the kernel ... and it fails > when i start the daemon the machine freeze. > > It was working right with 2.2.18pre1 kernel and pcmcia-cs as you say... > has someone encounter this trouble ? > > A+ > tito > > -- > + \\\// --[Sebastien 'Tito' Cazajous -> [EMAIL PROTECTED]]-+ > | (0 -) [http://tito.eikonex.org]| > +-oOO--(_)--OOo -> Use Debian GNU/LinuX <- ---+ > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: what module is that?
hi michael, it is the real time clock module that drives /dev/rtc. more info can be found in the kernel configuration help text or in /kernelsource/Documentation/rtc.txt. regards, uLI On Sun, Sep 02, 2001 at 03:26:36PM +0200 or thereabouts, Michael Hothorn wrote: > > Hi, > > During boot-time, this message appears. > > Setting the System Clock using the Hardware Clock as reference... > modprobe: modprobe: Can't locate module char-major-10-135 > System Clock set. Local time: Sun Sep 2 17:30:25 CEST 2001 > > any idea? > bye > michael > > >Linux is user friendly, it's just a bit picky about it's friends > >Michael Hothorn, Administrator >Institut für Klinische Radiologie >Klinikum Mannheim gGmbH, Universität Heidelberg >Tel: 0049(0)621 383 2276 >http://www.ma.uni-heidelberg.de/inst/ikr > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Sound if root only
On Fri, Nov 16, 2001 at 05:21:09PM -0500 or thereabouts, Daniel D Jones wrote: > Running woody on a Dell Inspiron 8100 with kernel 2.4.14. The system uses a > Maestro3 sound chip. Compiling kernel 2.4.14, the Maestro3 driver shows up > marked as experimental under xconfig but it is grayed out and non-selectable. > So far as I could tell, it isn't dependent upon another option. Under > menuconfig, the Maestro3 doesn't show up at all. I manually edited .config > and enabled the Maestro3 driver. The kernel compiled fine, and I have sound > under X if I'm logged in as root. If I log in under my normal user account, > I have no sound. My first thought is a permissions issue, but I'm not sure > which files might cause this. Thanks in advance for any thoughts or > suggestions. > the compile option for the maestro3 sound chip becomes selectable in xconfig when you enable experimental drivers at the beginning of the kernel setup. regards, uLI -- Free speech is the right to shout 'Theater!' in a crowded fire. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Xircom CardBus: silence the modem
hi On Thu, Dec 27, 2001 at 03:25:14AM +0100 or thereabouts, Jerome BENOIT wrote: > I have a very naive question: > How can we avoid the annoying connection noise > of our modem ? you can load the serial_cs module (from pcmcia-cs) with the option "do_sound=0" (from the man page, i haven't actually tried it out). regards, uLI -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: [FIXED] Re: installation procedure for pcmcia network install
hi, > [...] > exclude port 0x0800-0x08ff > > in /etc/pcmcia/config.opts fixed that problem, and i am online. this > is weird though. does anyone know why the latitude C800 has something > in this port range, which dell doesn't document, and which the > internet doesn't know about? excluding those ports is something i learned the hard way as well. it is also necessary to do so on the dell inspiron 8000 models. > or is this just another "feature" of dell to make linux hard? maybe. last time i checked, dells support web pages didn't work at all with mozilla. simply annoying. it's not that hard to create a standards compliant web page. oh well. regards, uLI -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: [FIXED] Re: installation procedure for pcmcia network install
On Fri, Jan 04, 2002 at 06:44:51PM +0100 or thereabouts, Goran Ristic wrote: > > > [...] > > > exclude port 0x0800-0x08ff > > > > > > in /etc/pcmcia/config.opts fixed that problem, and i am online. this > > > is weird though. does anyone know why the latitude C800 has something > > > in this port range, which dell doesn't document, and which the > > > internet doesn't know about? > > > > excluding those ports is something i learned the hard way as well. it > > is also necessary to do so on the dell inspiron 8000 models. > > It isn't necessary on my I8100. Everything worked fine from the > beginnig. - In fact, I do not know enough about the specific differences > between those two models. (Even Dell's support seems to be uninformed > about that -- at least here in Germany). i was talking about the 8000 series, not the 8100. on the 8000 series it is certainly necessary. i remember similar pcmcia questions asked on this list back when the 8000 series was new (those good old times...). regards, uLI -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Sound if root only
On Fri, Nov 16, 2001 at 05:21:09PM -0500 or thereabouts, Daniel D Jones wrote: > Running woody on a Dell Inspiron 8100 with kernel 2.4.14. The system uses a > Maestro3 sound chip. Compiling kernel 2.4.14, the Maestro3 driver shows up > marked as experimental under xconfig but it is grayed out and non-selectable. > So far as I could tell, it isn't dependent upon another option. Under > menuconfig, the Maestro3 doesn't show up at all. I manually edited .config > and enabled the Maestro3 driver. The kernel compiled fine, and I have sound > under X if I'm logged in as root. If I log in under my normal user account, > I have no sound. My first thought is a permissions issue, but I'm not sure > which files might cause this. Thanks in advance for any thoughts or > suggestions. > the compile option for the maestro3 sound chip becomes selectable in xconfig when you enable experimental drivers at the beginning of the kernel setup. regards, uLI -- Free speech is the right to shout 'Theater!' in a crowded fire.
Re: Xircom CardBus: silence the modem
hi On Thu, Dec 27, 2001 at 03:25:14AM +0100 or thereabouts, Jerome BENOIT wrote: > I have a very naive question: > How can we avoid the annoying connection noise > of our modem ? you can load the serial_cs module (from pcmcia-cs) with the option "do_sound=0" (from the man page, i haven't actually tried it out). regards, uLI
Re: [FIXED] Re: installation procedure for pcmcia network install
hi, > [...] > exclude port 0x0800-0x08ff > > in /etc/pcmcia/config.opts fixed that problem, and i am online. this > is weird though. does anyone know why the latitude C800 has something > in this port range, which dell doesn't document, and which the > internet doesn't know about? excluding those ports is something i learned the hard way as well. it is also necessary to do so on the dell inspiron 8000 models. > or is this just another "feature" of dell to make linux hard? maybe. last time i checked, dells support web pages didn't work at all with mozilla. simply annoying. it's not that hard to create a standards compliant web page. oh well. regards, uLI
Re: [FIXED] Re: installation procedure for pcmcia network install
On Fri, Jan 04, 2002 at 06:44:51PM +0100 or thereabouts, Goran Ristic wrote: > > > [...] > > > exclude port 0x0800-0x08ff > > > > > > in /etc/pcmcia/config.opts fixed that problem, and i am online. this > > > is weird though. does anyone know why the latitude C800 has something > > > in this port range, which dell doesn't document, and which the > > > internet doesn't know about? > > > > excluding those ports is something i learned the hard way as well. it > > is also necessary to do so on the dell inspiron 8000 models. > > It isn't necessary on my I8100. Everything worked fine from the > beginnig. - In fact, I do not know enough about the specific differences > between those two models. (Even Dell's support seems to be uninformed > about that -- at least here in Germany). i was talking about the 8000 series, not the 8100. on the 8000 series it is certainly necessary. i remember similar pcmcia questions asked on this list back when the 8000 series was new (those good old times...). regards, uLI