Re: no sound with kernel 2.4.2
Hi I've the same problem with Opl3sa2 and kernel 2.4.2. I have seen threads about that in the kernel mailing list. Currently I use alsa which works great and is certainly a good solution. IMHO the OSS ccode in the kernel are going to be replaced by alsa. Christophe On jeu, 15 mar 2001 19:16:09 Philipp Bliedung wrote: > Hi everybody, > > I just compiled the 2.4.2 kernel. Everything is working fine except for > > the sound. Under kernel 2.2.17 I had this is my /etc/modules: > sound > mpu401 > ad1848 > opl3sa2 > opl3 > options opl3sa2 dma=1 dma2=0 io=0x538 mpu_io=0x330 mss_io=0x530 irq=7 > options opl3 io=0x388 > > I used gom as the mixer. When I booted the 2.4.2 kernel (witeh the same > /etc/modules) and tried to play a song I got this: > "Cannot open audio device. Please make sure that the audio device is > properly configured." > > And when I try to use gom I get this: > > gom ERROR: Can't open mixer device special file "/dev/mixer": No such > gom: device. Error help: if loading a mixer special file leads to "No > such > gom: device", then you most likely do have the kernel sound driver > gom: not or incorrectly installed. "Permission denied" means you > gom: need permissions by the local admin in the first place. > gom: > gom: Current channel information > gom: --- > gom: > gom: No Name Rec Volumes Vol-0 Vol-1 Locked > gom: 0.vol-1 -1 -1 -1 1 > > But there is a file named /dev/mixer > > crw-rw1 root audio 14, 0 Jul 5 2000 mixer > crw-rw1 root audio 14, 16 Jul 5 2000 mixer1 > crw-rw1 root audio 14, 32 Jul 5 2000 mixer2 > crw-rw1 root audio 14, 48 Jul 5 2000 mixer3 > lrwxrwxrwx1 root root 10 Mar 15 18:51 modem -> > /dev/ttyS3 > lrwxrwxrwx1 root root5 Oct 28 23:51 mouse -> psaux > > When I compiled the kernel I selected everything that was under "sound" > to be compiled as a module. Also when I try to load these modules by > hand (insmod mpu401, etc...) it > doesn't give an error I have no clue why this doesn't work! When I > boot the 2.2.17 kernel > everything works just great. Here is what I get when I use gom under > 2.2.17: > > [EMAIL PROTECTED]:~ gom -t > gom: > gom: Current channel information > gom: --- > gom: > gom: No Name Rec Volumes Vol-0 Vol-1 Locked > gom: 0.vol-1 2 75 75 1 > [EMAIL PROTECTED]:~ > BTW I'm on a Toshiba Tecra 8000 Laptop. > > Help is very much appreciated! > TIA! > > Philipp > > > > > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > -- Christophe Barbé Software Engineer Lineo High Availability Group 42-46, rue Médéric 92110 Clichy - France phone (33).1.41.40.02.12 fax (33).1.41.40.02.01 www.lineo.com
Re: dhcp with pcmcia
On Fri, Mar 16, 2001 at 04:10:08PM -0500, Andrew D Dixon wrote: > Hi All, > I'm trying to configure my laptop to use dhcp and I'm running into some > trouble. > > Formerly it was using a static IP address so I went into /etc/pcmcia and > edited network.opts deleting all of the static stuff and I added: > > DHCP="y" > > P.S. I'm using pump right now If you're using pump, then I think you actually need to write PUMP="y" not DHCP. >and I'm going to try dhcpcd and dhcp-client. > I had trouble getting both of those to work. pump works just great for me. Drew -- PGP public key available at http://dparsons.webjump.com/drewskey.txt Fingerprint: A110 EAE1 D7D2 8076 5FE0 EC0A B6CE 7041 6412 4E4A
Re: first experiences and problems
On Sat, Mar 17, 2001 at 10:45:19PM -0500, xsdg wrote: > > > > my pcmcia ethernet card did not work at first because, for some reason the > > network is initialised prior to pcmcia support in my start-routine. so > > basically the script /etc/init.d/networking restart does the job (provided > > pcmcia support is installed of course). > This is depracated. Use /etc/network/interfaces instead (man interfaces) Better still, use /etc/pcmcia/networks.opts :) Drew
Re: no sound with kernel 2.4.2
On Mon, Mar 19, 2001 at 10:34:02AM +0100, christophe barbe wrote: > Hi I've the same problem with Opl3sa2 and kernel 2.4.2. > I have seen threads about that in the kernel mailing list. > Currently I use alsa which works great and is certainly a good solution. > IMHO the OSS ccode in the kernel are going to be replaced by alsa. > Sounds promising :) But if you have to stick with the OSS drivers, there was a thread on debian-laptop a couple of weeks ago, which described the options Opl3sa2 might need, along with a bug fix for the module in 2.4.2. > > > > gom ERROR: Can't open mixer device special file "/dev/mixer": No such > > gom: device. Error help: if loading a mixer special file leads to "No > > such > > gom: device", then you most likely do have the kernel sound driver > > gom: not or incorrectly installed. "Permission denied" means you > > gom: need permissions by the local admin in the first place. > > gom: > > > > But there is a file named /dev/mixer > > > > crw-rw1 root audio 14, 0 Jul 5 2000 mixer > > crw-rw1 root audio 14, 16 Jul 5 2000 mixer1 > > crw-rw1 root audio 14, 32 Jul 5 2000 mixer2 > > crw-rw1 root audio 14, 48 Jul 5 2000 mixer3 Note how this device is owned by group "audio". Are you a member of the audio group? Apart from that, and the discussions in the thread I mentioned above, I also had to add to /etc/modutils/sound (ie to /etc/modules.conf): alias char-major-14 opl3sa2 post-install opl3sa2 modprobe "-k" "opl3" alias sound-slot-0 opl3sa2 alias synth0 opl3 options opl3 io=0x388 options -k opl3sa2 isapnp=0 io=0x538 mss_io=0x530 mpu_io=0x330 irq=5 dma=1 \ dma2=0 ymode=2 loopback=0[this and the previous line is all one line] post-install opl3 /usr/bin/aumix -L I guess it might be the first of these lines that most concerns your problem. Drew -- PGP public key available at http://dparsons.webjump.com/drewskey.txt Fingerprint: A110 EAE1 D7D2 8076 5FE0 EC0A B6CE 7041 6412 4E4A
Re: 2.4/sid on toshiba satellite
On Sun, 11 Mar 2001, Drew Parsons wrote: > On Sat, Mar 10, 2001 at 09:43:30PM -0800, Jim Nutt wrote: > > > > > > Did it autodetect using pnp or will I have to set isapnp=0 ? > > > > It's not pnp. In fact, as far as I can tell, nothing on the 490 > > is. That should have been !isapnp by the way, not !isapno . > > > > Good, that means the kernel was telling the truth when it said it couldn't > find any pnp devices :) > > One last question, does your sound restart after a suspend-resume cycle? I > often found that sound would not be reset after resuming (though I tried to reset it using the /etc/apm facilities), and so I'd have to restart it by > hand. Not hard to do, just irritating. > Yes mine has since 2.4.0 but not with the 2.2.* series kernels, I just used to put up with it however I found after reloading the modules it worked again or using init sound restart, this would even work as a user without permissions, something woke the card up but I never looked into it. Regards, Peter Firmstone. > Drew > > -- > PGP public key available at http://dparsons.webjump.com/drewskey.txt > Fingerprint: A110 EAE1 D7D2 8076 5FE0 EC0A B6CE 7041 6412 4E4A > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > >
[Fwd: Sound problem with NEC Versa VXi]
Hi, I got a NEC Versa VXi 750. All are running fine under Debian (Testing) except sound The chipset sound is an Intel 82440MX. My kernel is a 2.4.2 and I use the Intel ICH driver. The sound driver works but the result is bad. It only supports stereo and 48000 Hz. When I listen mp3 files, all the files with a kbps < 128 are playing treeble When I play video, the sound is playing by fits and starts And sometimes, I receive "DMA overrun on send" Can I have a better result with other drivers like ALSA or OSS?? Thx in advance
Re: quality of postscript display
--- Steven K Thompson <[EMAIL PROTECTED]> wrote: > I have Debian 2.2r2 on a Vaio F340 laptop. When I view a > postscript file with gv, the type is broken and hard to > read on the display. This is true for example when I try > to view files in the Debian documentation that are provided > in postscript form, such as debian-guide, and is also true > when I have created the postscript file myself with dvips. > In contrast, the type is very clear > for example when viewing a latex dvi file with xdvi. > > Would my problem have to do with the fonts used in the > postscript file or something quite different? I believe that there is a parameter in gv that would help you (unfortunately I running WNT at the moment), try one of the menus for something like 'Media' and 'Display settings'. Try tweaking text/graphics alpha there... Regards, __ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/
Re: PCMCIA routing
* tom <[EMAIL PROTECTED]> [010319 12:55]: > Under normal conditions when you insert the pcmcia card into a box > that already has one present you get a routing table with two > entries for default network gateways. Something like this: > > DestinationGateway Genmask > 0.0.0.0192.168.0.1 255.255.255.0 <<--This is a Network > Card > 0.0.0.0192.168.1.1 255.255.255.0 <<--This is a PCMCIA > card Maybe I'm missing something, but these are default gateways. When you insert a pcmcia card with no default gateway, and for example "NETWORK=192.168.2.0", you get a network route like this (netstat -rn): Kernel IP routing table Destination Gateway Genmask Flags MSS Window irtt Iface 192.168.2.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 In this way, only the packets going to 192.168.2.0 net are routed to this interface. > At approximately line 125 there is: > test "$GATEWAY" && /sbin/route add default gw $GATEWAY metric 1 > I have modified that into two lines as follows: > > test "$GATEWAY" && test "$NETWORK" $$ /sbin/route add $NETWORK gw > $GATEWAY metric 2 > test "$GATEWAY" && test ! "$NETWORK" $$ /sbin/route add default gw > $GATEWAY metric 2 So this is your problem: you have defined a GATEWAY and a NETWORK; why, if you don't want a default gateway on this interface?. Cheers, -- David
Display errors on Sony Viao
Hi All, While trying to run the startx my system errors as follows: X: exec of /etc/X11/X failed xinit: Connection refused ( errno 111 ): unable to connect to X server xinit: No such process (errno 3): Server error Please help Regards, Jimmy _ Get your FREE download of MSN Explorer at http://explorer.msn.com
Re: Display errors on Sony Viao
On Mon, Mar 19, 2001 at 04:47:00PM -, jimmy sandhar wrote: > Hi All, > While trying to run the startx my system errors as follows: > X: exec of /etc/X11/X failed > xinit: Connection refused ( errno 111 ): unable to connect to X server > xinit: No such process (errno 3): Server error > Please help Install the appropriate X server package. If you're running potato, then install xserver-mach64, or whichever one is right for your video hardware. If you're running woody or sid, (and thus have XFree86 4.0), install xserver-xfree86. -- #define X(x,y) x##y Peter Cordes ; e-mail: X([EMAIL PROTECTED] , ns.ca) "The gods confound the man who first found out how to distinguish the hours! Confound him, too, who in this place set up a sundial, to cut and hack my day so wretchedly into small pieces!" -- Plautus, 200 BCE
Display errors on Sony Viao
Is there a file /etc/X11/X? Yes: Is it a symbolic link? No: Is it executable? Yes: You'll have to ask someone else what to do. No: Make it executable using chmod. Yes: Make sure the file it points to exists and is executable. No: Either change the first line of /etc/X11/Xserver to be the name of an existing executable xserver; or make /etc/X11/X be or point to one. (If someone else on this list contradicts what I just said, listen to them, not me. The above works for me, but may not be "Debian-pure".) Will jimmy sandhar writes: > Hi All, > While trying to run the startx my system errors as follows: > X: exec of /etc/X11/X failed > xinit: Connection refused ( errno 111 ): unable to connect to X server > xinit: No such process (errno 3): Server error > Please help > Regards, > Jimmy > _ > Get your FREE download of MSN Explorer at http://explorer.msn.com > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] -- William F. Dowling ISI/Thomson Scientific (www.isinet.com) 215-386-0100 x-1156
Xfree86 4.0.2 and external monitor
Hi! I have a Dell Inspiron 8000 running Debian potato. I installed 4.0.2 and have the LCD panel running X great, but I have an external monitor hooked up thru a docking station which doesn't work. I have plenty of video memory, but apparently the r128 driver I am using can't drive the external monitor. Is there anyone else in my situation that has already resolved this, or anyone with advice? Thanks! RWT Randy W. Tompot Senior Engineer ISL Suite 101 6370 Nancy Ridge Dr. (858) 535-9680 San Diego, CA 92121 FAX (858) 535-9848
Re: Xfree86 4.0.2 and external monitor
Yes, with 4.0.2 my Latitude doesn't work while docked either. I have a mach64 chip, not the r128, but same result. I solved my problem by using XFree 4.0.1. Aaron On Mon, 19 Mar 2001, Randy Tompot wrote: > Hi! > > I have a Dell Inspiron 8000 running Debian potato. I installed 4.0.2 and > have the LCD panel running X great, but I have an external monitor hooked up > thru a docking station which doesn't work. I have plenty of video memory, > but apparently the r128 driver I am using can't drive the external monitor. > Is there anyone else in my situation that has already resolved this, or > anyone with advice? > > Thanks! > RWT > > Randy W. Tompot > Senior Engineer > ISL Suite 101 > 6370 Nancy Ridge Dr. (858) 535-9680 > San Diego, CA 92121 FAX (858) 535-9848
Compaq Laptops and their Hard Drives
I have a Compaq Presario 1640 laptop that happily ran Linux in a dual-boot situation for the last year and a half. Recently the hard drive failed and, once it was replaced, I thought it would be a perfect opportunity to reclaim some disk space and reinstall only Linux. Unfortunately, Compaq does some wierd proprietary partitioning things to the hard drive and BIOS so that any installation of just Linux leaves me with a working copy that will give all sorts of write past sector and data corruption errors. Compaq is less than forthcoming about how to overcome this. So, has anyone had success installing Linux on a Compaq laptop? If so, how did you overcome the partition issue? Thanks, Roger Shaffer Jr. [EMAIL PROTECTED]
Re: Compaq Laptops and their Hard Drives
Roger, I have an Armada E500 PII 400, and I have just Debian on it. Although I am fighting the USB port under 2.4.2, I have no issues. I used to run RH7 on it, but have opted for a more stream lined release 2.2r7. I used both Disk Druid (no comments), and fdisk. Both seem to work flawlessly. I have also replaced the original drive, with a larger unit. This too worked out of the box. I would like to see some of the error msgs if you could post them. Are you getting any signal 7 errors or anything of the sort? John >From: Roger Shaffer <[EMAIL PROTECTED]> >To: debian-laptop@lists.debian.org >Subject: Compaq Laptops and their Hard Drives >Date: Mon, 19 Mar 2001 13:16:20 -0600 > >I have a Compaq Presario 1640 laptop that happily ran Linux in a >dual-boot situation for the last year and a half. Recently the hard >drive failed and, once it was replaced, I thought it would be a perfect >opportunity to reclaim some disk space and reinstall only Linux. >Unfortunately, Compaq does some wierd proprietary partitioning things to >the hard drive and BIOS so that any installation of just Linux leaves me >with a working copy that will give all sorts of write past sector and >data corruption errors. Compaq is less than forthcoming about how to >overcome this. > >So, has anyone had success installing Linux on a Compaq laptop? If so, >how did you overcome the partition issue? > >Thanks, >Roger Shaffer Jr. >[EMAIL PROTECTED] > > > >-- >To UNSUBSCRIBE, email to [EMAIL PROTECTED] >with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > Get your FREE download of MSN Explorer at http://explorer.msn.com
Re: Compaq Laptops and their Hard Drives
On 19 Mar 2001, Roger Shaffer wrote: > > So, has anyone had success installing Linux on a Compaq laptop? If so, > how did you overcome the partition issue? > have you been playing with that *evil* option LBA in the BIOS again? If so then nasty stuff starts to happen. Leave it either off or on, but then *never* change it again. Whilst you are in the BIOS turn off PNP OS. :) If you still run into problems type (as root) in a console (in the debian install screen press Ctrl-Alt-F2) fdisk /dev/hda then delete *everything*, return to the debian install menu (Ctrl-Alt-F1) and continue as normal. Hopefully that will work :) Alex
Re: Compaq Laptops and their Hard Drives
John, Thanks for the quick response. The most consistent errors show up when using apt-get or dselect. The important database files like /var/lib/dpkg/available and /var/cache/apt/available become corrupted with strange characters. In addition, I will also occasionally see the error "trying to write past last sector". I don't remember any numbers associated with the error messages, but I'll keep a closer eye on it. I did notice, while researching this, that circa 1640 laptops had a normal hda1 (sectors 3-whatever) partition where Windows lived and a hidden hda3 (sectors 1-2) partition where the system save is kept. I think it has something to do with this mysterious hda3. I'll run it some more and see if I can get some more specific errors. Thanks, Rog Alexander, I did play with the LBA option a long time ago, but it's been set on DOS for a while now. Since I rerestored Windows (ugh) to try to recreate the mysterious hda3. I'll try running the installation again, following the hints you gave. Thanks a lot I'll keep you posted. Thanks, Rog On 19 Mar 2001 21:18:49 +, John Trainer wrote: Roger, I have an Armada E500 PII 400, and I have just Debian on it. Although I am fighting the USB port under 2.4.2, I have no issues. I used to run RH7 on it, but have opted for a more stream lined release 2.2r7. I used both Disk Druid (no comments), and fdisk. Both seem to work flawlessly. I have also replaced the original drive, with a larger unit. This too worked out of the box. I would like to see some of the error msgs if you could post them. Are you getting any signal 7 errors or anything of the sort? John >From: Roger Shaffer >To: debian-laptop@lists.debian.org >Subject: Compaq Laptops and their Hard Drives >Date: Mon, 19 Mar 2001 13:16:20 -0600 > >I have a Compaq Presario 1640 laptop that happily ran Linux in a >dual-boot situation for the last year and a half. Recently the hard >drive failed and, once it was replaced, I thought it would be a perfect >opportunity to reclaim some disk space and reinstall only Linux. >Unfortunately, Compaq does some wierd proprietary partitioning things to >the hard drive and BIOS so that any installation of just Linux leaves me >with a working copy that will give all sorts of write past sector and >data corruption errors. Compaq is less than forthcoming about how to >overcome this. > >So, has anyone had success installing Linux on a Compaq laptop? If so, >how did you overcome the partition issue? > >Thanks, >Roger Shaffer Jr. >[EMAIL PROTECTED] > > > >-- >To UNSUBSCRIBE, email to [EMAIL PROTECTED] >with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > Get your FREE download of MSN Explorer at http://explorer.msn.com
toshiba satellite 100cs & suspend to disk?
Hi! I'd really like to enable suspend to disk function on my toshiba satellite 100CS portable, but I don't know if it is at all possible to do so on this specific laptop. Can someone enlighten me IF it is possible, and if it is, how to do it. THX in advance! Bostjan -- Boštjan Müller [NEONATUS], [EMAIL PROTECTED], http://neonatus.net/~neonatus For my PGP key finger: [EMAIL PROTECTED], RSA id: 0x90178DBD, ICQ #:7506644 Celular: +386(0)41243189, Powered by Debian GNU/LiNUX , Student of VFUL I believe the technical term is "Oops!"
Re: PCMCIA routing
David Reviejo wrote: > > * tom <[EMAIL PROTECTED]> [010319 12:55]: > > Under normal conditions when you insert the pcmcia card into a box > > that already has one present you get a routing table with two > > entries for default network gateways. Something like this: > > > > DestinationGateway Genmask > > 0.0.0.0192.168.0.1 255.255.255.0 <<--This is a Network > > Card > > 0.0.0.0192.168.1.1 255.255.255.0 <<--This is a PCMCIA > > card > > Maybe I'm missing something, but these are default gateways. When you > insert a pcmcia card with no default gateway, and for example > "NETWORK=192.168.2.0", you get a network route like this (netstat -rn): > > Kernel IP routing table > Destination Gateway Genmask Flags MSS Window irtt Iface > 192.168.2.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 > > In this way, only the packets going to 192.168.2.0 net are routed to > this interface. > > > At approximately line 125 there is: > > test "$GATEWAY" && /sbin/route add default gw $GATEWAY metric 1 > > I have modified that into two lines as follows: > > > > test "$GATEWAY" && test "$NETWORK" $$ /sbin/route add $NETWORK gw > > $GATEWAY metric 2 > > test "$GATEWAY" && test ! "$NETWORK" $$ /sbin/route add default gw > > $GATEWAY metric 2 > > So this is your problem: you have defined a GATEWAY and a NETWORK; why, > if you don't want a default gateway on this interface?. > I don't want a default gateway on this interface, but I need a gateway defined for the network 192.168.2.0/24. I'll go back and review it again. But when I had no GATEWAY defined and a NETWORK defined, I got the wrong routing table. Part of the problem is that I already have a default gateway defined on another interface on this machine. This particular box is not an end computer but a router box between four networks. One of them being a Wireless network - hence the pcmcia configuration.
Re: PCMCIA routing
* tom <[EMAIL PROTECTED]> [010320 02:20]: > I don't want a default gateway on this interface, but I need a > gateway defined for the network 192.168.2.0/24. I think you need a network route to 192.168.2.0, not a gateway (please, take a look at the Net-Howto, section 5.7 about Routing, to see the difference). > I'll go back and review it again. But when I had no GATEWAY > defined and a NETWORK defined, I got the wrong routing table. I don't see why. I wish to see the output of "netstat -rn" before and after the card insertion (and your /etc/pcmcia/network.opts). > Part of the problem is that I already have a default gateway > defined on another interface on this machine. > This particular box is not an end computer but a router box > between four networks. One of them being a Wireless network - > hence the pcmcia configuration. I don't see any problem with this (I need more information: interfaces, networks, default gateway, and how do you config this...). Cheers, -- David
/etc/network/options
Can someone give me a 10 second tour on this? I am not sure what the flag for ip_forwarding quite means. I know the concept and the echo "1" >/proc I don't remember quite where it echoes to, but that's Debians job, right? Does ip_forward=yes simply set this echo "1" >/proc... to be enabled? Any other options out there?
Re: no sound with kernel 2.4.2
Hi I've the same problem with Opl3sa2 and kernel 2.4.2. I have seen threads about that in the kernel mailing list. Currently I use alsa which works great and is certainly a good solution. IMHO the OSS ccode in the kernel are going to be replaced by alsa. Christophe On jeu, 15 mar 2001 19:16:09 Philipp Bliedung wrote: > Hi everybody, > > I just compiled the 2.4.2 kernel. Everything is working fine except for > > the sound. Under kernel 2.2.17 I had this is my /etc/modules: > sound > mpu401 > ad1848 > opl3sa2 > opl3 > options opl3sa2 dma=1 dma2=0 io=0x538 mpu_io=0x330 mss_io=0x530 irq=7 > options opl3 io=0x388 > > I used gom as the mixer. When I booted the 2.4.2 kernel (witeh the same > /etc/modules) and tried to play a song I got this: > "Cannot open audio device. Please make sure that the audio device is > properly configured." > > And when I try to use gom I get this: > > gom ERROR: Can't open mixer device special file "/dev/mixer": No such > gom: device. Error help: if loading a mixer special file leads to "No > such > gom: device", then you most likely do have the kernel sound driver > gom: not or incorrectly installed. "Permission denied" means you > gom: need permissions by the local admin in the first place. > gom: > gom: Current channel information > gom: --- > gom: > gom: No Name Rec Volumes Vol-0 Vol-1 Locked > gom: 0.vol-1 -1 -1 -1 1 > > But there is a file named /dev/mixer > > crw-rw1 root audio 14, 0 Jul 5 2000 mixer > crw-rw1 root audio 14, 16 Jul 5 2000 mixer1 > crw-rw1 root audio 14, 32 Jul 5 2000 mixer2 > crw-rw1 root audio 14, 48 Jul 5 2000 mixer3 > lrwxrwxrwx1 root root 10 Mar 15 18:51 modem -> > /dev/ttyS3 > lrwxrwxrwx1 root root5 Oct 28 23:51 mouse -> psaux > > When I compiled the kernel I selected everything that was under "sound" > to be compiled as a module. Also when I try to load these modules by > hand (insmod mpu401, etc...) it > doesn't give an error I have no clue why this doesn't work! When I > boot the 2.2.17 kernel > everything works just great. Here is what I get when I use gom under > 2.2.17: > > user1@laptop:~ gom -t > gom: > gom: Current channel information > gom: --- > gom: > gom: No Name Rec Volumes Vol-0 Vol-1 Locked > gom: 0.vol-1 2 75 75 1 > user1@laptop:~ > BTW I'm on a Toshiba Tecra 8000 Laptop. > > Help is very much appreciated! > TIA! > > Philipp > > > > > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > -- Christophe Barbé Software Engineer Lineo High Availability Group 42-46, rue Médéric 92110 Clichy - France phone (33).1.41.40.02.12 fax (33).1.41.40.02.01 www.lineo.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: dhcp with pcmcia
On Fri, Mar 16, 2001 at 04:10:08PM -0500, Andrew D Dixon wrote: > Hi All, > I'm trying to configure my laptop to use dhcp and I'm running into some > trouble. > > Formerly it was using a static IP address so I went into /etc/pcmcia and > edited network.opts deleting all of the static stuff and I added: > > DHCP="y" > > P.S. I'm using pump right now If you're using pump, then I think you actually need to write PUMP="y" not DHCP. >and I'm going to try dhcpcd and dhcp-client. > I had trouble getting both of those to work. pump works just great for me. Drew -- PGP public key available at http://dparsons.webjump.com/drewskey.txt Fingerprint: A110 EAE1 D7D2 8076 5FE0 EC0A B6CE 7041 6412 4E4A -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: first experiences and problems
On Sat, Mar 17, 2001 at 10:45:19PM -0500, xsdg wrote: > > > > my pcmcia ethernet card did not work at first because, for some reason the > > network is initialised prior to pcmcia support in my start-routine. so > > basically the script /etc/init.d/networking restart does the job (provided > > pcmcia support is installed of course). > This is depracated. Use /etc/network/interfaces instead (man interfaces) Better still, use /etc/pcmcia/networks.opts :) Drew -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: no sound with kernel 2.4.2
On Mon, Mar 19, 2001 at 10:34:02AM +0100, christophe barbe wrote: > Hi I've the same problem with Opl3sa2 and kernel 2.4.2. > I have seen threads about that in the kernel mailing list. > Currently I use alsa which works great and is certainly a good solution. > IMHO the OSS ccode in the kernel are going to be replaced by alsa. > Sounds promising :) But if you have to stick with the OSS drivers, there was a thread on debian-laptop a couple of weeks ago, which described the options Opl3sa2 might need, along with a bug fix for the module in 2.4.2. > > > > gom ERROR: Can't open mixer device special file "/dev/mixer": No such > > gom: device. Error help: if loading a mixer special file leads to "No > > such > > gom: device", then you most likely do have the kernel sound driver > > gom: not or incorrectly installed. "Permission denied" means you > > gom: need permissions by the local admin in the first place. > > gom: > > > > But there is a file named /dev/mixer > > > > crw-rw1 root audio 14, 0 Jul 5 2000 mixer > > crw-rw1 root audio 14, 16 Jul 5 2000 mixer1 > > crw-rw1 root audio 14, 32 Jul 5 2000 mixer2 > > crw-rw1 root audio 14, 48 Jul 5 2000 mixer3 Note how this device is owned by group "audio". Are you a member of the audio group? Apart from that, and the discussions in the thread I mentioned above, I also had to add to /etc/modutils/sound (ie to /etc/modules.conf): alias char-major-14 opl3sa2 post-install opl3sa2 modprobe "-k" "opl3" alias sound-slot-0 opl3sa2 alias synth0 opl3 options opl3 io=0x388 options -k opl3sa2 isapnp=0 io=0x538 mss_io=0x530 mpu_io=0x330 irq=5 dma=1 \ dma2=0 ymode=2 loopback=0[this and the previous line is all one line] post-install opl3 /usr/bin/aumix -L I guess it might be the first of these lines that most concerns your problem. Drew -- PGP public key available at http://dparsons.webjump.com/drewskey.txt Fingerprint: A110 EAE1 D7D2 8076 5FE0 EC0A B6CE 7041 6412 4E4A -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: 2.4/sid on toshiba satellite
On Sun, 11 Mar 2001, Drew Parsons wrote: > On Sat, Mar 10, 2001 at 09:43:30PM -0800, Jim Nutt wrote: > > > > > > Did it autodetect using pnp or will I have to set isapnp=0 ? > > > > It's not pnp. In fact, as far as I can tell, nothing on the 490 > > is. That should have been !isapnp by the way, not !isapno . > > > > Good, that means the kernel was telling the truth when it said it couldn't > find any pnp devices :) > > One last question, does your sound restart after a suspend-resume cycle? I > often found that sound would not be reset after resuming (though I tried to reset it using the /etc/apm facilities), and so I'd have to restart it by > hand. Not hard to do, just irritating. > Yes mine has since 2.4.0 but not with the 2.2.* series kernels, I just used to put up with it however I found after reloading the modules it worked again or using init sound restart, this would even work as a user without permissions, something woke the card up but I never looked into it. Regards, Peter Firmstone. > Drew > > -- > PGP public key available at http://dparsons.webjump.com/drewskey.txt > Fingerprint: A110 EAE1 D7D2 8076 5FE0 EC0A B6CE 7041 6412 4E4A > > > -- > 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]
[Fwd: Sound problem with NEC Versa VXi]
Hi, I got a NEC Versa VXi 750. All are running fine under Debian (Testing) except sound The chipset sound is an Intel 82440MX. My kernel is a 2.4.2 and I use the Intel ICH driver. The sound driver works but the result is bad. It only supports stereo and 48000 Hz. When I listen mp3 files, all the files with a kbps < 128 are playing treeble When I play video, the sound is playing by fits and starts And sometimes, I receive "DMA overrun on send" Can I have a better result with other drivers like ALSA or OSS?? Thx in advance -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: quality of postscript display
--- Steven K Thompson <[EMAIL PROTECTED]> wrote: > I have Debian 2.2r2 on a Vaio F340 laptop. When I view a > postscript file with gv, the type is broken and hard to > read on the display. This is true for example when I try > to view files in the Debian documentation that are provided > in postscript form, such as debian-guide, and is also true > when I have created the postscript file myself with dvips. > In contrast, the type is very clear > for example when viewing a latex dvi file with xdvi. > > Would my problem have to do with the fonts used in the > postscript file or something quite different? I believe that there is a parameter in gv that would help you (unfortunately I running WNT at the moment), try one of the menus for something like 'Media' and 'Display settings'. Try tweaking text/graphics alpha there... Regards, __ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: PCMCIA routing
* tom <[EMAIL PROTECTED]> [010319 12:55]: > Under normal conditions when you insert the pcmcia card into a box > that already has one present you get a routing table with two > entries for default network gateways. Something like this: > > DestinationGateway Genmask > 0.0.0.0192.168.0.1 255.255.255.0 <<--This is a Network > Card > 0.0.0.0192.168.1.1 255.255.255.0 <<--This is a PCMCIA > card Maybe I'm missing something, but these are default gateways. When you insert a pcmcia card with no default gateway, and for example "NETWORK=192.168.2.0", you get a network route like this (netstat -rn): Kernel IP routing table Destination Gateway Genmask Flags MSS Window irtt Iface 192.168.2.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 In this way, only the packets going to 192.168.2.0 net are routed to this interface. > At approximately line 125 there is: > test "$GATEWAY" && /sbin/route add default gw $GATEWAY metric 1 > I have modified that into two lines as follows: > > test "$GATEWAY" && test "$NETWORK" $$ /sbin/route add $NETWORK gw > $GATEWAY metric 2 > test "$GATEWAY" && test ! "$NETWORK" $$ /sbin/route add default gw > $GATEWAY metric 2 So this is your problem: you have defined a GATEWAY and a NETWORK; why, if you don't want a default gateway on this interface?. Cheers, -- David -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Display errors on Sony Viao
Hi All, While trying to run the startx my system errors as follows: X: exec of /etc/X11/X failed xinit: Connection refused ( errno 111 ): unable to connect to X server xinit: No such process (errno 3): Server error Please help Regards, Jimmy _ Get your FREE download of MSN Explorer at http://explorer.msn.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Display errors on Sony Viao
On Mon, Mar 19, 2001 at 04:47:00PM -, jimmy sandhar wrote: > Hi All, > While trying to run the startx my system errors as follows: > X: exec of /etc/X11/X failed > xinit: Connection refused ( errno 111 ): unable to connect to X server > xinit: No such process (errno 3): Server error > Please help Install the appropriate X server package. If you're running potato, then install xserver-mach64, or whichever one is right for your video hardware. If you're running woody or sid, (and thus have XFree86 4.0), install xserver-xfree86. -- #define X(x,y) x##y Peter Cordes ; e-mail: X([EMAIL PROTECTED] , ns.ca) "The gods confound the man who first found out how to distinguish the hours! Confound him, too, who in this place set up a sundial, to cut and hack my day so wretchedly into small pieces!" -- Plautus, 200 BCE -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Display errors on Sony Viao
Is there a file /etc/X11/X? Yes: Is it a symbolic link? No: Is it executable? Yes: You'll have to ask someone else what to do. No: Make it executable using chmod. Yes: Make sure the file it points to exists and is executable. No: Either change the first line of /etc/X11/Xserver to be the name of an existing executable xserver; or make /etc/X11/X be or point to one. (If someone else on this list contradicts what I just said, listen to them, not me. The above works for me, but may not be "Debian-pure".) Will jimmy sandhar writes: > Hi All, > While trying to run the startx my system errors as follows: > X: exec of /etc/X11/X failed > xinit: Connection refused ( errno 111 ): unable to connect to X server > xinit: No such process (errno 3): Server error > Please help > Regards, > Jimmy > _ > Get your FREE download of MSN Explorer at http://explorer.msn.com > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] -- William F. Dowling ISI/Thomson Scientific (www.isinet.com) 215-386-0100 x-1156 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Xfree86 4.0.2 and external monitor
Hi! I have a Dell Inspiron 8000 running Debian potato. I installed 4.0.2 and have the LCD panel running X great, but I have an external monitor hooked up thru a docking station which doesn't work. I have plenty of video memory, but apparently the r128 driver I am using can't drive the external monitor. Is there anyone else in my situation that has already resolved this, or anyone with advice? Thanks! RWT Randy W. Tompot Senior Engineer ISL Suite 101 6370 Nancy Ridge Dr. (858) 535-9680 San Diego, CA 92121 FAX (858) 535-9848 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Xfree86 4.0.2 and external monitor
Yes, with 4.0.2 my Latitude doesn't work while docked either. I have a mach64 chip, not the r128, but same result. I solved my problem by using XFree 4.0.1. Aaron On Mon, 19 Mar 2001, Randy Tompot wrote: > Hi! > > I have a Dell Inspiron 8000 running Debian potato. I installed 4.0.2 and > have the LCD panel running X great, but I have an external monitor hooked up > thru a docking station which doesn't work. I have plenty of video memory, > but apparently the r128 driver I am using can't drive the external monitor. > Is there anyone else in my situation that has already resolved this, or > anyone with advice? > > Thanks! > RWT > > Randy W. Tompot > Senior Engineer > ISL Suite 101 > 6370 Nancy Ridge Dr. (858) 535-9680 > San Diego, CA 92121 FAX (858) 535-9848 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Compaq Laptops and their Hard Drives
I have a Compaq Presario 1640 laptop that happily ran Linux in a dual-boot situation for the last year and a half. Recently the hard drive failed and, once it was replaced, I thought it would be a perfect opportunity to reclaim some disk space and reinstall only Linux. Unfortunately, Compaq does some wierd proprietary partitioning things to the hard drive and BIOS so that any installation of just Linux leaves me with a working copy that will give all sorts of write past sector and data corruption errors. Compaq is less than forthcoming about how to overcome this. So, has anyone had success installing Linux on a Compaq laptop? If so, how did you overcome the partition issue? Thanks, Roger Shaffer Jr. [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Compaq Laptops and their Hard Drives
Roger, I have an Armada E500 PII 400, and I have just Debian on it. Although I am fighting the USB port under 2.4.2, I have no issues. I used to run RH7 on it, but have opted for a more stream lined release 2.2r7. I used both Disk Druid (no comments), and fdisk. Both seem to work flawlessly. I have also replaced the original drive, with a larger unit. This too worked out of the box. I would like to see some of the error msgs if you could post them. Are you getting any signal 7 errors or anything of the sort? John >From: Roger Shaffer <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Compaq Laptops and their Hard Drives >Date: Mon, 19 Mar 2001 13:16:20 -0600 > >I have a Compaq Presario 1640 laptop that happily ran Linux in a >dual-boot situation for the last year and a half. Recently the hard >drive failed and, once it was replaced, I thought it would be a perfect >opportunity to reclaim some disk space and reinstall only Linux. >Unfortunately, Compaq does some wierd proprietary partitioning things to >the hard drive and BIOS so that any installation of just Linux leaves me >with a working copy that will give all sorts of write past sector and >data corruption errors. Compaq is less than forthcoming about how to >overcome this. > >So, has anyone had success installing Linux on a Compaq laptop? If so, >how did you overcome the partition issue? > >Thanks, >Roger Shaffer Jr. >[EMAIL PROTECTED] > > > >-- >To UNSUBSCRIBE, email to [EMAIL PROTECTED] >with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > Get your FREE download of MSN Explorer at http://explorer.msn.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Compaq Laptops and their Hard Drives
On 19 Mar 2001, Roger Shaffer wrote: > > So, has anyone had success installing Linux on a Compaq laptop? If so, > how did you overcome the partition issue? > have you been playing with that *evil* option LBA in the BIOS again? If so then nasty stuff starts to happen. Leave it either off or on, but then *never* change it again. Whilst you are in the BIOS turn off PNP OS. :) If you still run into problems type (as root) in a console (in the debian install screen press Ctrl-Alt-F2) fdisk /dev/hda then delete *everything*, return to the debian install menu (Ctrl-Alt-F1) and continue as normal. Hopefully that will work :) Alex -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Compaq Laptops and their Hard Drives
John, Thanks for the quick response. The most consistent errors show up when using apt-get or dselect. The important database files like /var/lib/dpkg/available and /var/cache/apt/available become corrupted with strange characters. In addition, I will also occasionally see the error "trying to write past last sector". I don't remember any numbers associated with the error messages, but I'll keep a closer eye on it. I did notice, while researching this, that circa 1640 laptops had a normal hda1 (sectors 3-whatever) partition where Windows lived and a hidden hda3 (sectors 1-2) partition where the system save is kept. I think it has something to do with this mysterious hda3. I'll run it some more and see if I can get some more specific errors. Thanks, Rog Alexander, I did play with the LBA option a long time ago, but it's been set on DOS for a while now. Since I rerestored Windows (ugh) to try to recreate the mysterious hda3. I'll try running the installation again, following the hints you gave. Thanks a lot I'll keep you posted. Thanks, Rog On 19 Mar 2001 21:18:49 +, John Trainer wrote: Roger, I have an Armada E500 PII 400, and I have just Debian on it. Although I am fighting the USB port under 2.4.2, I have no issues. I used to run RH7 on it, but have opted for a more stream lined release 2.2r7. I used both Disk Druid (no comments), and fdisk. Both seem to work flawlessly. I have also replaced the original drive, with a larger unit. This too worked out of the box. I would like to see some of the error msgs if you could post them. Are you getting any signal 7 errors or anything of the sort? John >From: Roger Shaffer >To: [EMAIL PROTECTED] >Subject: Compaq Laptops and their Hard Drives >Date: Mon, 19 Mar 2001 13:16:20 -0600 > >I have a Compaq Presario 1640 laptop that happily ran Linux in a >dual-boot situation for the last year and a half. Recently the hard >drive failed and, once it was replaced, I thought it would be a perfect >opportunity to reclaim some disk space and reinstall only Linux. >Unfortunately, Compaq does some wierd proprietary partitioning things to >the hard drive and BIOS so that any installation of just Linux leaves me >with a working copy that will give all sorts of write past sector and >data corruption errors. Compaq is less than forthcoming about how to >overcome this. > >So, has anyone had success installing Linux on a Compaq laptop? If so, >how did you overcome the partition issue? > >Thanks, >Roger Shaffer Jr. >[EMAIL PROTECTED] > > > >-- >To UNSUBSCRIBE, email to [EMAIL PROTECTED] >with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > Get your FREE download of MSN Explorer at http://explorer.msn.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
toshiba satellite 100cs & suspend to disk?
Hi! I'd really like to enable suspend to disk function on my toshiba satellite 100CS portable, but I don't know if it is at all possible to do so on this specific laptop. Can someone enlighten me IF it is possible, and if it is, how to do it. THX in advance! Bostjan -- Boštjan Müller [NEONATUS], [EMAIL PROTECTED], http://neonatus.net/~neonatus For my PGP key finger: [EMAIL PROTECTED], RSA id: 0x90178DBD, ICQ #:7506644 Celular: +386(0)41243189, Powered by Debian GNU/LiNUX , Student of VFUL I believe the technical term is "Oops!" -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: PCMCIA routing
David Reviejo wrote: > > * tom <[EMAIL PROTECTED]> [010319 12:55]: > > Under normal conditions when you insert the pcmcia card into a box > > that already has one present you get a routing table with two > > entries for default network gateways. Something like this: > > > > DestinationGateway Genmask > > 0.0.0.0192.168.0.1 255.255.255.0 <<--This is a Network > > Card > > 0.0.0.0192.168.1.1 255.255.255.0 <<--This is a PCMCIA > > card > > Maybe I'm missing something, but these are default gateways. When you > insert a pcmcia card with no default gateway, and for example > "NETWORK=192.168.2.0", you get a network route like this (netstat -rn): > > Kernel IP routing table > Destination Gateway Genmask Flags MSS Window irtt Iface > 192.168.2.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 > > In this way, only the packets going to 192.168.2.0 net are routed to > this interface. > > > At approximately line 125 there is: > > test "$GATEWAY" && /sbin/route add default gw $GATEWAY metric 1 > > I have modified that into two lines as follows: > > > > test "$GATEWAY" && test "$NETWORK" $$ /sbin/route add $NETWORK gw > > $GATEWAY metric 2 > > test "$GATEWAY" && test ! "$NETWORK" $$ /sbin/route add default gw > > $GATEWAY metric 2 > > So this is your problem: you have defined a GATEWAY and a NETWORK; why, > if you don't want a default gateway on this interface?. > I don't want a default gateway on this interface, but I need a gateway defined for the network 192.168.2.0/24. I'll go back and review it again. But when I had no GATEWAY defined and a NETWORK defined, I got the wrong routing table. Part of the problem is that I already have a default gateway defined on another interface on this machine. This particular box is not an end computer but a router box between four networks. One of them being a Wireless network - hence the pcmcia configuration. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: PCMCIA routing
* tom <[EMAIL PROTECTED]> [010320 02:20]: > I don't want a default gateway on this interface, but I need a > gateway defined for the network 192.168.2.0/24. I think you need a network route to 192.168.2.0, not a gateway (please, take a look at the Net-Howto, section 5.7 about Routing, to see the difference). > I'll go back and review it again. But when I had no GATEWAY > defined and a NETWORK defined, I got the wrong routing table. I don't see why. I wish to see the output of "netstat -rn" before and after the card insertion (and your /etc/pcmcia/network.opts). > Part of the problem is that I already have a default gateway > defined on another interface on this machine. > This particular box is not an end computer but a router box > between four networks. One of them being a Wireless network - > hence the pcmcia configuration. I don't see any problem with this (I need more information: interfaces, networks, default gateway, and how do you config this...). Cheers, -- David -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
/etc/network/options
Can someone give me a 10 second tour on this? I am not sure what the flag for ip_forwarding quite means. I know the concept and the echo "1" >/proc I don't remember quite where it echoes to, but that's Debians job, right? Does ip_forward=yes simply set this echo "1" >/proc... to be enabled? Any other options out there? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: toshiba satellite 100cs & suspend to disk?
I have a Satellite 2595cdt and suspend to disk worked for me, and it should work for all Toshiba laptops with the debian package toshutils. Just install it, and then run modconf to make sure the module toshiba is loaded, then run wmtuxtime. It opens a small window (or maybe docks into the panel if you run Windowmaker). At the bottom of the window there are 4 buttons. The second from the left causes suspend to disk. The other buttons didn't do anything when I tried them. I also didnt find the dialog where you're supposed to be able to set the apm settings. That module always set the sleep time for display and harddrive to 3 minutes and I suspect it set the CPU processing speed to low without telling me. So I uninstalled that package. But I'd like to use suspend to disk, so if anyone here can tell me how to make that package work the way I want it I'd be glad to reinstall it. Robert -- Sent through GMX FreeMail - http://www.gmx.net -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]