Re: ntp(date) and laptop during suspend

2000-08-14 Thread Heather
> Hey, > Ben Sunshine-Hill found the problem. My hardware clock was simply > off by 5 hours. I should be 5 hours behind GMT, but my hardware clock was > reporting itself to be 10 hours behind GMT. Not sure how that happened > ("date" was reporting the correct timezone --CDT). I reset the

Re: pcmcia ethernet configuration scripts

2000-08-14 Thread Daniel Pittman
On Mon, 14 Aug 2000, Cody Koeninger <[EMAIL PROTECTED]> wrote: [...] > the network starts correctly. However, this doesn't occur > automatically at boot time. I'm trying to find out what script is > supposed to call /etc/pcmcia/network at boot time . . . When the PCMCIA 'cardmgr' daemon starts

Re: pcmcia ethernet configuration scripts

2000-08-14 Thread Cody Koeninger
/etc/pcmcia/network.opts is configured correctly, and if i run /etc/pcmcia/network start eth0 the network starts correctly. However, this doesn't occur automatically at boot time. I'm trying to find out what script is supposed to call /etc/pcmcia/network at boot time . . . it can't happen i

Re: pcmcia ethernet configuration scripts

2000-08-14 Thread Daniel Pittman
On Mon, 14 Aug 2000, Cody Koeninger <[EMAIL PROTECTED]> wrote: [...] > the network starts correctly. However, this doesn't occur > automatically at boot time. I'm trying to find out what script is > supposed to call /etc/pcmcia/network at boot time . . . When the PCMCIA 'cardmgr' daemon starts

Re: pcmcia ethernet configuration scripts

2000-08-14 Thread Cody Koeninger
/etc/pcmcia/network.opts is configured correctly, and if i run /etc/pcmcia/network start eth0 the network starts correctly. However, this doesn't occur automatically at boot time. I'm trying to find out what script is supposed to call /etc/pcmcia/network at boot time . . . it can't happen

Re: ntp(date) and laptop during suspend

2000-08-14 Thread Ben Sunshine-Hill
--- "Bryan K. Walton" <[EMAIL PROTECTED]> wrote: > Hi Ben, > I implemented this, thanks for the details. I > assume this is > reversed, and that suspend.d/time.sh should really > read > /usr/sbin/hwclock --systohc --utc > and that resume.d/time.sh should really read > /usr/sbin/hwclock --h

Unidentified subject!

2000-08-14 Thread Carlos Emir Mantovani Macedo
unsubscribe

Re: ntp(date) and laptop during suspend

2000-08-14 Thread Ben Sunshine-Hill
--- "Bryan K. Walton" <[EMAIL PROTECTED]> wrote: > Hi Ben, > I implemented this, thanks for the details. I > assume this is > reversed, and that suspend.d/time.sh should really > read > /usr/sbin/hwclock --systohc --utc > and that resume.d/time.sh should really read > /usr/sbin/hwclock --

Re: ntp(date) and laptop during suspend

2000-08-14 Thread Ben Sunshine-Hill
> As for APM suspend and > resume, Ben says I need a script in /etc/apm/ that > runs "hwclock --systohc > --utc" in a script in suspend.d/, and "hwclock > --hctosys --utc" in > resume.d/. Don't know how to compose such a script > though. Any advice? > Here's my thingy. ---/etc/apm/suspend.d/

Re: pcmcia ethernet configuration scripts

2000-08-14 Thread Drew Parsons
On Mon, Aug 14, 2000 at 12:15:57PM -0500, Cody Koeninger wrote: > > Where, in terms of which bootup script, are ifconfig & route statements > for pcmcia ethernet cards supposed to live? > You shouldn't need to use ifconfig and route explicitly. Rather, assign the pertinant variables in /etc/pc

Unidentified subject!

2000-08-14 Thread Carlos Emir Mantovani Macedo
unsubscribe -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: ntp(date) and laptop during suspend

2000-08-14 Thread A. Demarteau \(linux rules!\)
if it only has to run those commands just make to files: one called hwsync-susp and the other hwsync-resume put the line #!/bin/sh at the top and the hwclock line below it in the file were you want it respectively then a chmod +x Now I take it there are two directories, one for suspend-scripts and

Re: ntp(date) and laptop during suspend

2000-08-14 Thread Ben Sunshine-Hill
> As for APM suspend and > resume, Ben says I need a script in /etc/apm/ that > runs "hwclock --systohc > --utc" in a script in suspend.d/, and "hwclock > --hctosys --utc" in > resume.d/. Don't know how to compose such a script > though. Any advice? > Here's my thingy. ---/etc/apm/suspend.d

Re: pcmcia ethernet configuration scripts

2000-08-14 Thread Drew Parsons
On Mon, Aug 14, 2000 at 12:15:57PM -0500, Cody Koeninger wrote: > > Where, in terms of which bootup script, are ifconfig & route statements > for pcmcia ethernet cards supposed to live? > You shouldn't need to use ifconfig and route explicitly. Rather, assign the pertinant variables in /etc/p

Re: acpid-071100 compiling error

2000-08-14 Thread Russell Coker
On Sat, 12 Aug 2000, Sébastien Kalt wrote: >Hi, > >I've installed kernel 2.4.0-test5 on my Thinkpad to have a look at the ACPI >features. > >But i'm havink problems compiling acpid-071100 : Last time I tried ACPI it didn't seem to have any functionality, last I heard this state hadn't changed. A

Re: ntp(date) and laptop during suspend

2000-08-14 Thread Bryan K. Walton
Hey, Ben Sunshine-Hill found the problem. My hardware clock was simply off by 5 hours. I should be 5 hours behind GMT, but my hardware clock was reporting itself to be 10 hours behind GMT. Not sure how that happened ("date" was reporting the correct timezone --CDT). I reset the hardware

pcmcia ethernet configuration scripts

2000-08-14 Thread Cody Koeninger
Aplogies in advance for the basic nature of this question . . . Where, in terms of which bootup script, are ifconfig & route statements for pcmcia ethernet cards supposed to live? my last upgrade apparently overwrote a configuration script, since my ethernet card is now not configured correctly

Re: ntp(date) and laptop during suspend

2000-08-14 Thread A. Demarteau (linux rules!)
if it only has to run those commands just make to files: one called hwsync-susp and the other hwsync-resume put the line #!/bin/sh at the top and the hwclock line below it in the file were you want it respectively then a chmod +x Now I take it there are two directories, one for suspend-scripts an

Re: ntp(date) and laptop during suspend

2000-08-14 Thread Heather
> Greetings! > I think I have finally managed to get Debian working correctly > with APM (suspend/resume features) on my IBM Thinkpad. On boot up, my > laptop sets the time from a NTP server on the Internet using > ntpdate. However, after coming out of suspend mode, the time is always >

Re: NeoMagic 128 ZV support on Thinkpad 380D

2000-08-14 Thread Michael Hall
Thanks for the tip. Evidently I'm being betrayed by the chips themselves: I can't convince the xserver to believe the panel can go any higher than 800x600, and my XF86Config makes no mention of an LCD panel anywhere. I can only assume the driver is clever enough to ask the chip what it's connect

Re: acpid-071100 compiling error

2000-08-14 Thread Russell Coker
On Sat, 12 Aug 2000, Sébastien Kalt wrote: >Hi, > >I've installed kernel 2.4.0-test5 on my Thinkpad to have a look at the ACPI features. > >But i'm havink problems compiling acpid-071100 : Last time I tried ACPI it didn't seem to have any functionality, last I heard this state hadn't changed. Al

Re: esssolo1 and midi

2000-08-14 Thread Hugo van der Merwe
> I am using the esssolo1 for my laptop's soundcard, but I cannot get > the midi working. I read the source code and it seems to me that > /dev/midi is supported. > > But playmidi keeps trying /dev/sequence. any ideas? I may be mistaken, but isn't /dev/sequence the built in sequen

Re: ntp(date) and laptop during suspend

2000-08-14 Thread Bryan K. Walton
Hey, Ben Sunshine-Hill found the problem. My hardware clock was simply off by 5 hours. I should be 5 hours behind GMT, but my hardware clock was reporting itself to be 10 hours behind GMT. Not sure how that happened ("date" was reporting the correct timezone --CDT). I reset the hardwar

pcmcia ethernet configuration scripts

2000-08-14 Thread Cody Koeninger
Aplogies in advance for the basic nature of this question . . . Where, in terms of which bootup script, are ifconfig & route statements for pcmcia ethernet cards supposed to live? my last upgrade apparently overwrote a configuration script, since my ethernet card is now not configured correctly

Re: NeoMagic 128 ZV support on Thinkpad 380D

2000-08-14 Thread Serge Rey
On Mon, Aug 14, 2000 at 09:29:26AM -0400, Michael Hall wrote: > I've read everything I can find on the subject, but I'm stuck at 800x600 > when I'm running X. I'd heard it might be possible to push this up to > 1024x768 (8 bit), but I've had no luck with that. Is there an alternate X > server I

Re: ntp(date) and laptop during suspend

2000-08-14 Thread Heather
> Greetings! > I think I have finally managed to get Debian working correctly > with APM (suspend/resume features) on my IBM Thinkpad. On boot up, my > laptop sets the time from a NTP server on the Internet using > ntpdate. However, after coming out of suspend mode, the time is always >

Re: NeoMagic 128 ZV support on Thinkpad 380D

2000-08-14 Thread Michael Hall
Thanks for the tip. Evidently I'm being betrayed by the chips themselves: I can't convince the xserver to believe the panel can go any higher than 800x600, and my XF86Config makes no mention of an LCD panel anywhere. I can only assume the driver is clever enough to ask the chip what it's connec

Re: esssolo1 and midi

2000-08-14 Thread Hugo van der Merwe
> I am using the esssolo1 for my laptop's soundcard, but I cannot get > the midi working. I read the source code and it seems to me that > /dev/midi is supported. > > But playmidi keeps trying /dev/sequence. any ideas? I may be mistaken, but isn't /dev/sequence the built in seque

NeoMagic 128 ZV support on Thinkpad 380D

2000-08-14 Thread Michael Hall
Hi, all, Has anyone got any information on support for the NeoMagic chipset (128ZV)? I've read everything I can find on the subject, but I'm stuck at 800x600 when I'm running X. I'd heard it might be possible to push this up to 1024x768 (8 bit), but I've had no luck with that. Is there an alter

ntp(date) and laptop during suspend

2000-08-14 Thread Bryan K. Walton
Greetings! I think I have finally managed to get Debian working correctly with APM (suspend/resume features) on my IBM Thinkpad. On boot up, my laptop sets the time from a NTP server on the Internet using ntpdate. However, after coming out of suspend mode, the time is always behind by

Re: esssolo1 and midi

2000-08-14 Thread jvicente
Where can I get the timidity package? Chanop Silpa-Anan <[EMAIL PROTECTED]> con fecha 13/08/2000 21:19:35 Destinatarios: debian-laptop@lists.debian.org CC:(cci: JUAN VICENTE/BANELCO/AR) Asunto: Re: esssolo1 and midi Once upon a time, I heard Shao Zhang say > Hi, > I am using

Re: NeoMagic 128 ZV support on Thinkpad 380D

2000-08-14 Thread Serge Rey
On Mon, Aug 14, 2000 at 09:29:26AM -0400, Michael Hall wrote: > I've read everything I can find on the subject, but I'm stuck at 800x600 > when I'm running X. I'd heard it might be possible to push this up to > 1024x768 (8 bit), but I've had no luck with that. Is there an alternate X > server

NeoMagic 128 ZV support on Thinkpad 380D

2000-08-14 Thread Michael Hall
Hi, all, Has anyone got any information on support for the NeoMagic chipset (128ZV)? I've read everything I can find on the subject, but I'm stuck at 800x600 when I'm running X. I'd heard it might be possible to push this up to 1024x768 (8 bit), but I've had no luck with that. Is there an alte

ntp(date) and laptop during suspend

2000-08-14 Thread Bryan K. Walton
Greetings! I think I have finally managed to get Debian working correctly with APM (suspend/resume features) on my IBM Thinkpad. On boot up, my laptop sets the time from a NTP server on the Internet using ntpdate. However, after coming out of suspend mode, the time is always behind by

Re: esssolo1 and midi

2000-08-14 Thread jvicente
Where can I get the timidity package? Chanop Silpa-Anan <[EMAIL PROTECTED]> con fecha 13/08/2000 21:19:35 Destinatarios: [EMAIL PROTECTED] CC:(cci: JUAN VICENTE/BANELCO/AR) Asunto: Re: esssolo1 and midi Once upon a time, I heard Shao Zhang say > Hi, > I am using the esssolo