Re: hibernate and swap partition size (newbie question)

2008-02-26 Thread William Dutton
what about vista ntfs partitions if someone is duel booting? On Wed, Feb 27, 2008 at 1:48 PM, Rich Healey <[EMAIL PROTECTED]> wrote: > > > On Wed, Feb 27, 2008 at 1:18 PM, Kamaraju S Kusumanchi < > [EMAIL PROTECTED]> wrote: > > > Tyler Smith wrote: > > > > > On 2008-02-22, Kamaraju S Kusumanchi <

Re: hibernate and swap partition size (newbie question)

2008-02-26 Thread Rich Healey
On Wed, Feb 27, 2008 at 1:18 PM, Kamaraju S Kusumanchi < [EMAIL PROTECTED]> wrote: > Tyler Smith wrote: > > > On 2008-02-22, Kamaraju S Kusumanchi <[EMAIL PROTECTED]> wrote: > >> > >> Are you aware that you can resize your partitions non destructively > using > >> something like qtparted? First ba

Re: hibernate and swap partition size (newbie question)

2008-02-26 Thread Kamaraju S Kusumanchi
Jimmy Wu wrote: > I always thought resizing or doing any partition editing carried some > risk of losing data (ie no guarantees), but perhaps ext3 is different. > The "no guarantees" disclaimer goes with pretty much all of the GPL software. The users always have to make backups. No software is 1

Re: hibernate and swap partition size (newbie question)

2008-02-26 Thread Jimmy Wu
On Fri, Feb 22, 2008 at 12:15 PM, Jimmy Wu <[EMAIL PROTECTED]> wrote: > Just as an experiment, I did a sudo hibernate -v3 > hibernate.out, and > it says that it was unable to unload nvidia and aborts hibernation > (see attached file). So I guess pm-hibernate kind of went ahead and > shut down

Re: hibernate and swap partition size (newbie question)

2008-02-26 Thread Kamaraju S Kusumanchi
Jimmy Wu wrote: >>From what I've read online, I get the general idea that in order to be > able to hibernate/suspend to disk properly, the swap partition has to > be big enough to hold all of the RAM inside it, right? > > Is it possible to hibernate if my swap partition is smaller than my > RAM?

Re: hibernate and swap partition size (newbie question)

2008-02-22 Thread Jimmy Wu
On Fri, Feb 22, 2008 at 7:52 AM, Kamaraju S Kusumanchi <[EMAIL PROTECTED]> wrote: > Jimmy Wu wrote: > > >>From what I've read online, I get the general idea that in order to be > > able to hibernate/suspend to disk properly, the swap partition has to > > be big enough to hold all of the RAM insi

Re: hibernate and swap partition size (newbie question)

2008-02-22 Thread Jimmy Wu
On Fri, Feb 22, 2008 at 1:07 AM, Chris Riley <[EMAIL PROTECTED]> wrote: > Is High memory support turned on in the kernel? This could explain why > hibernation is working whilst you have 2gig's in the system. > > Processor type and features > -> High Memory Support > I remember seeing suc

Re: hibernate and swap partition size (newbie question)

2008-02-22 Thread Sudev Barar
On 22/02/2008, Bob Proulx <[EMAIL PROTECTED]> wrote: > Jimmy Wu wrote: > > From what I've read online, I get the general idea that in order to be > > able to hibernate/suspend to disk properly, the swap partition has to > > be big enough to hold all of the RAM inside it, right? > > > > Is it p

Re: hibernate and swap partition size (newbie question)

2008-02-21 Thread Selim T. Erdogan
On Fri, Feb 22, 2008 at 12:11:54AM -0500, Jimmy Wu wrote: > > Not really what you were saying, but I suppose it might work. But > first I have to figure out if it really is inadequate swap that's > giving me grief. I would assume that upon doing a fresh boot-up you would be using much less memo

Re: hibernate and swap partition size (newbie question)

2008-02-21 Thread Bob Proulx
Jimmy Wu wrote: > From what I've read online, I get the general idea that in order to be > able to hibernate/suspend to disk properly, the swap partition has to > be big enough to hold all of the RAM inside it, right? > > Is it possible to hibernate if my swap partition is smaller than my > RAM? I

Re: hibernate and swap partition size (newbie question)

2008-02-21 Thread Chris Riley
Is High memory support turned on in the kernel? This could explain why hibernation is working whilst you have 2gig's in the system. Processor type and features -> High Memory Support On Thu, Feb 21, 2008 at 9:11 PM, Jimmy Wu <[EMAIL PROTECTED]> wrote: > On Fri, Feb 22, 2008 at 12:07

Re: hibernate and swap partition size (newbie question)

2008-02-21 Thread Jimmy Wu
On Fri, Feb 22, 2008 at 12:07 AM, Jimmy Wu <[EMAIL PROTECTED]> wrote: > On Thu, Feb 21, 2008 at 11:47 PM, Rich Healey <[EMAIL PROTECTED]> wrote: > [...] > > > Jimmy Wu wrote: > > >>From what I've read online, I get the general idea that in order to be > > > able to hibernate/suspend to disk p

Re: hibernate and swap partition size (newbie question)

2008-02-21 Thread Jimmy Wu
On Thu, Feb 21, 2008 at 11:47 PM, Rich Healey <[EMAIL PROTECTED]> wrote: [...] > Jimmy Wu wrote: > >>From what I've read online, I get the general idea that in order to be > > able to hibernate/suspend to disk properly, the swap partition has to > > be big enough to hold all of the RAM inside i

hibernate and swap partition size (newbie question)

2008-02-21 Thread Jimmy Wu
>From what I've read online, I get the general idea that in order to be able to hibernate/suspend to disk properly, the swap partition has to be big enough to hold all of the RAM inside it, right? Is it possible to hibernate if my swap partition is smaller than my RAM? I have 2 GB of RAM, and whe

Re: Quick Newbie Question: Archictecture Type for Centrino?

2005-09-26 Thread Arjen Verweij
There's quite a bit of libc packages. One of them is libc6-i686 which is an optimized version. It is suited for your cpu. Regards, Arjen [EMAIL PROTECTED]:~$ apt-cache search libc6 altgcc - Alternate gcc package for the libc5 environment. apt - Advanced front-end for dpkg apt-utils - APT utility

Re: Quick Newbie Question: Archictecture Type for Centrino?

2005-09-25 Thread James Brown
Dave Patterson wrote: * Arjen Verweij <[EMAIL PROTECTED]> [2005-09-24 08:09:06 +0200]: And use libc6-i686 on machines that support it. Thanks, missed that one... I'm not entirely sure what you mean by this. Here's what I have at the moment: # apt-show-versions | grep libc6 libc6-dev/

Re: Quick Newbie Question: Archictecture Type for Centrino?

2005-09-25 Thread James Brown
Dave Patterson wrote: You won't do damage to the machine by running the stock kernel, but it's kind of like running on a slow track with Talledega-style restrictor plates in the manifold - you won't see the best performance for the environment. LOL! I appreciate the advice. I'm just compilin

Re: Quick Newbie Question: Archictecture Type for Centrino?

2005-09-24 Thread Dave Patterson
* Arjen Verweij <[EMAIL PROTECTED]> [2005-09-24 08:09:06 +0200]: > And use libc6-i686 on machines that support it. > Thanks, missed that one... -- Regards, Dave -- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Quick Newbie Question: Archictecture Type for Centrino?

2005-09-23 Thread Arjen Verweij
And use libc6-i686 on machines that support it. Dave Patterson wrote: >* Alan Ianson <[EMAIL PROTECTED]> [2005-09-23 18:59:30 -0700]: > > > > >>probably kernel-image-2.6.8-i686 (likely will be installed by >>default). >> >> > >Nope. 2.6.8-i386 installs by default. Better performance can

Re: Quick Newbie Question: Archictecture Type for Centrino?

2005-09-23 Thread Dave Patterson
* Alan Ianson <[EMAIL PROTECTED]> [2005-09-23 18:59:30 -0700]: > probably kernel-image-2.6.8-i686 (likely will be installed by > default). Nope. 2.6.8-i386 installs by default. Better performance can be gained by later installing a stock kernel-image-2.6.8-i686, but that still misses the bisc

Re: Quick Newbie Question: Archictecture Type for Centrino?

2005-09-23 Thread Alan Ianson
On Fri September 23 2005 06:44 pm, James Brown wrote: > My exact processor type is "Intel Pentium M Processor (Banias & Dothan)" > on a Samsung M40. I'm guessing either i386 or i686, but am unsure of > which are supported and the advantages of each. The i386 name is kind of misleading, it is more

Quick Newbie Question: Archictecture Type for Centrino?

2005-09-23 Thread James Brown
Folks, I have a very simple newbie question, which I couldn't seem to find an answer to after googling. Which architecture type should one choose for installing a 2.6.x kernel with a Centrino laptop? My exact processor type is "Intel Pentium M Processor (Banias & Dothan)"

RE: (newbie question)funny little boxes on my screen-Toshiba 2210

2004-09-13 Thread Alastair Rosie
G'day all, I'm running Kernel version 2.4.26 plus Gentoo patches Debian Testing (Sarge) on a Toshiba 2210 laptop. I bought this laptop in Oz before I moved to Scotland and have since moved from XP to Linux. I had Mandrake running fine (screen wise) but now I've moved to Debian I have these weird lo

RE: (newbie question)funny little boxes on my screen-Toshiba 2210

2004-09-13 Thread Alastair Rosie
G'day all, I'm running Kernel version 2.4.26 plus Gentoo patches Debian Testing (Sarge) on a Toshiba 2210 laptop. I bought this laptop in Oz before I moved to Scotland and have since moved from XP to Linux. I had Mandrake running fine (screen wise) but now I've moved to Debian I have these weird lo

Re: newbie question

2004-01-04 Thread outsider
Michelle Konzack wrote: Not right, because I have downloaded the Sun JRE and JSDK Version 1.4.4 and converted it with a smal Helper-deb to install it on WOODY. The version I have downloaded is compiled with gcc2.95 (There are two versions of the SUN-JAVA) outsider Greetings Michelle Of

Re: newbie question

2004-01-04 Thread outsider
Michelle Konzack wrote: Not right, because I have downloaded the Sun JRE and JSDK Version 1.4.4 and converted it with a smal Helper-deb to install it on WOODY. The version I have downloaded is compiled with gcc2.95 (There are two versions of the SUN-JAVA) outsider Greetings Michelle Of cours

Re: newbie question

2004-01-04 Thread Thorsten Haude
Moin, * Nano Nano <[EMAIL PROTECTED]> [2004-01-04 01:37]: >GTK apps apparently have an additional copy/paste mechanism besides the >standard X one: I can highly text in gnome-terminal and hit Ctrl+Shift+C >and it copies it. You can also do the X style thing. > >Sometimes the two buffers can be

Re: newbie question

2004-01-04 Thread Thorsten Haude
Moin, * Nano Nano <[EMAIL PROTECTED]> [2004-01-04 01:37]: >GTK apps apparently have an additional copy/paste mechanism besides the >standard X one: I can highly text in gnome-terminal and hit Ctrl+Shift+C >and it copies it. You can also do the X style thing. > >Sometimes the two buffers can be

Re: newbie question

2004-01-03 Thread Nano Nano
On Sun, Jan 04, 2004 at 01:23:24AM +0100, Thorsten Haude wrote: > Hi, > > * Michelle Konzack <[EMAIL PROTECTED]> [2004-01-03 23:57]: > >Am 2004-01-03 15:14:42, schrieb Tendril: > >>Finally (for now) is there a reason why I can't copy/paste between > >>applications? (ie. between advanced editor and

Re: newbie question

2004-01-03 Thread Thorsten Haude
Hi, * Michelle Konzack <[EMAIL PROTECTED]> [2004-01-03 23:57]: >Am 2004-01-03 15:14:42, schrieb Tendril: >>Finally (for now) is there a reason why I can't copy/paste between >>applications? (ie. between advanced editor and mozilla news composer?) > >You can copy under X while go to the copy mark,

Re: newbie question

2004-01-03 Thread Nano Nano
On Sun, Jan 04, 2004 at 01:23:24AM +0100, Thorsten Haude wrote: > Hi, > > * Michelle Konzack <[EMAIL PROTECTED]> [2004-01-03 23:57]: > >Am 2004-01-03 15:14:42, schrieb Tendril: > >>Finally (for now) is there a reason why I can't copy/paste between > >>applications? (ie. between advanced editor and

Re: newbie question

2004-01-03 Thread donnie
I have this in my /etc/apt/sources.list file. # unofficial java packages deb http://jopa.studentenweb.org/debian ./ Just use "apt-get update" then "apt-get install" whichever java files you need. An "apt-cache search java" should bring up a bunch of stuff. Hope that helps. -Donnie http://www.d

Re: newbie question

2004-01-03 Thread Thorsten Haude
Hi, * Michelle Konzack <[EMAIL PROTECTED]> [2004-01-03 23:57]: >Am 2004-01-03 15:14:42, schrieb Tendril: >>Finally (for now) is there a reason why I can't copy/paste between >>applications? (ie. between advanced editor and mozilla news composer?) > >You can copy under X while go to the copy mark,

Re: newbie question

2004-01-03 Thread Michelle Konzack
Am 2004-01-03 17:31:26, schrieb outsider: >>Could someone point me to some easy to understand docs about the file >>system, maybe with a graphical representation, as it seems so different >>to billyware. I am trying to find java so I can get my browsers to run >>applets (I use mozilla and konq). >

Re: newbie question

2004-01-03 Thread Michelle Konzack
Am 2004-01-03 15:14:42, schrieb Tendril: >Hi, I am a complete noob at linux and need some assistance. Welcome to Linuxcountry... >error while initialising sound driver: >device /dev/dsp can't be opened (permission denied) >the sound server will continue, using the null output lines > >How do I co

Re: newbie question

2004-01-03 Thread donnie
I have this in my /etc/apt/sources.list file. # unofficial java packages deb http://jopa.studentenweb.org/debian ./ Just use "apt-get update" then "apt-get install" whichever java files you need. An "apt-cache search java" should bring up a bunch of stuff. Hope that helps. -Donnie http://www.d

Re: newbie question

2004-01-03 Thread Michelle Konzack
Am 2004-01-03 17:31:26, schrieb outsider: >>Could someone point me to some easy to understand docs about the file >>system, maybe with a graphical representation, as it seems so different >>to billyware. I am trying to find java so I can get my browsers to run >>applets (I use mozilla and konq). >

Re: newbie question

2004-01-03 Thread Michelle Konzack
Am 2004-01-03 15:14:42, schrieb Tendril: >Hi, I am a complete noob at linux and need some assistance. Welcome to Linuxcountry... >error while initialising sound driver: >device /dev/dsp can't be opened (permission denied) >the sound server will continue, using the null output lines > >How do I co

Re: newbie question

2004-01-03 Thread Thorsten Haude
Hi, Please don't quote the whole mail if you only refer to a small part. * Jerome BENOIT <[EMAIL PROTECTED]> [2004-01-03 17:34]: >>You should use what is called the Primary Selection instead. It take >>some time getting used to, but is much faster after that: >>- Select the thing you want to tran

Re: newbie question

2004-01-03 Thread Klaus Imgrund
> > what do mean by middle-click ? > I am confussed because my laptop has only two click button: > left and right. > Normally it should emulate a third button if you hit the right and left at the same time. Can be setup in the xfree config file if not functional. Klaus

Re: newbie question

2004-01-03 Thread Daniel Gollub
On Sat, 03 Jan 2004 18:34:11 +0200 Jerome BENOIT <[EMAIL PROTECTED]> wrote: > > > Thorsten Haude wrote: > > Hi, > > > > Welcome to the world of Linux! > > > > * Tendril <[EMAIL PROTECTED]> [2004-01-03 16:14]: > > > >>I was given a thinkpad with debian woody installed (no billyware). It > >>bo

Re: newbie question

2004-01-03 Thread Jerome BENOIT
Thorsten Haude wrote: Hi, Welcome to the world of Linux! * Tendril <[EMAIL PROTECTED]> [2004-01-03 16:14]: I was given a thinkpad with debian woody installed (no billyware). It boots lovely except for the audio. I get this message at logon: error while initialising sound driver: device /de

Re: newbie question

2004-01-03 Thread outsider
Tendril wrote: Hi, I am a complete noob at linux and need some assistance. I was given a thinkpad with debian woody installed (no billyware). It boots lovely except for the audio. I get this message at logon: error while initialising sound driver: device /dev/dsp can't be opened (permission den

Re: newbie question

2004-01-03 Thread Thorsten Haude
Hi, Welcome to the world of Linux! * Tendril <[EMAIL PROTECTED]> [2004-01-03 16:14]: >I was given a thinkpad with debian woody installed (no billyware). It >boots lovely except for the audio. I get this message at logon: > >error while initialising sound driver: >device /dev/dsp can't be opened (

Re: newbie question

2004-01-03 Thread Stephen Ryan
On Sat, 2004-01-03 at 10:57, Jerome BENOIT wrote: > Tendril wrote: > > Finally (for now) is there a reason why I can't copy/paste between > > applications? (ie. between advanced editor and mozilla news composer?) > > > I am a newbie for that too :-) > > Please note that your question are not lapto

Re: newbie question

2004-01-03 Thread Thorsten Haude
Hi, Please don't quote the whole mail if you only refer to a small part. * Jerome BENOIT <[EMAIL PROTECTED]> [2004-01-03 17:34]: >>You should use what is called the Primary Selection instead. It take >>some time getting used to, but is much faster after that: >>- Select the thing you want to tran

Re: newbie question

2004-01-03 Thread Jerome BENOIT
Tendril wrote: Hi, I am a complete noob at linux and need some assistance. You are welcome I was given a thinkpad with debian woody installed (no billyware). It boots lovely except for the audio. I get this message at logon: error while initialising sound driver: device /dev/dsp can't be

Re: newbie question

2004-01-03 Thread Klaus Imgrund
> > what do mean by middle-click ? > I am confussed because my laptop has only two click button: > left and right. > Normally it should emulate a third button if you hit the right and left at the same time. Can be setup in the xfree config file if not functional. Klaus -- To UNSUBSCRIBE, emai

Re: newbie question

2004-01-03 Thread Daniel Gollub
On Sat, 03 Jan 2004 18:34:11 +0200 Jerome BENOIT <[EMAIL PROTECTED]> wrote: > > > Thorsten Haude wrote: > > Hi, > > > > Welcome to the world of Linux! > > > > * Tendril <[EMAIL PROTECTED]> [2004-01-03 16:14]: > > > >>I was given a thinkpad with debian woody installed (no billyware). It > >>bo

Re: newbie question

2004-01-03 Thread Jerome BENOIT
Thorsten Haude wrote: Hi, Welcome to the world of Linux! * Tendril <[EMAIL PROTECTED]> [2004-01-03 16:14]: I was given a thinkpad with debian woody installed (no billyware). It boots lovely except for the audio. I get this message at logon: error while initialising sound driver: device /dev/ds

Re: newbie question

2004-01-03 Thread outsider
Tendril wrote: Hi, I am a complete noob at linux and need some assistance. I was given a thinkpad with debian woody installed (no billyware). It boots lovely except for the audio. I get this message at logon: error while initialising sound driver: device /dev/dsp can't be opened (permission denied

newbie question

2004-01-03 Thread Tendril
Hi, I am a complete noob at linux and need some assistance. I was given a thinkpad with debian woody installed (no billyware). It boots lovely except for the audio. I get this message at logon: error while initialising sound driver: device /dev/dsp can't be opened (permission denied) the sound s

Re: newbie question

2004-01-03 Thread Thorsten Haude
Hi, Welcome to the world of Linux! * Tendril <[EMAIL PROTECTED]> [2004-01-03 16:14]: >I was given a thinkpad with debian woody installed (no billyware). It >boots lovely except for the audio. I get this message at logon: > >error while initialising sound driver: >device /dev/dsp can't be opened (

Re: newbie question

2004-01-03 Thread Stephen Ryan
On Sat, 2004-01-03 at 10:57, Jerome BENOIT wrote: > Tendril wrote: > > Finally (for now) is there a reason why I can't copy/paste between > > applications? (ie. between advanced editor and mozilla news composer?) > > > I am a newbie for that too :-) > > Please note that your question are not lapto

Re: newbie question

2004-01-03 Thread Jerome BENOIT
Tendril wrote: Hi, I am a complete noob at linux and need some assistance. You are welcome I was given a thinkpad with debian woody installed (no billyware). It boots lovely except for the audio. I get this message at logon: error while initialising sound driver: device /dev/dsp can't be opened

newbie question

2004-01-03 Thread Tendril
Hi, I am a complete noob at linux and need some assistance. I was given a thinkpad with debian woody installed (no billyware). It boots lovely except for the audio. I get this message at logon: error while initialising sound driver: device /dev/dsp can't be opened (permission denied) the sound ser

Re: Stupid newbie question solved, plus more stupid newbie tricks !

2002-01-28 Thread Brian Bilbrey
On Mon, Jan 28, 2002 at 07:57:54PM -0500, Owens, Christopher wrote: > Hallelujah! > > Well, there's good news and a funny/sad story. Now I understand why friends > of mine said I probably knew enough about Linux to be dangerous. > > I am sending it all back to the list so the info will be search

Re: Stupid newbie question solved, plus more stupid newbie tricks !

2002-01-28 Thread Glen Mehn
if ever! > > Thanks again to those who helped! And if anyone needs to get potato running > on an old AST laptop, I know more than I used to about the process. > > Chris Owens > > -Original Message- > From: Owens, Christopher [mailto:[EMAIL PROTECTED] > Sent:

RE: Stupid newbie question solved, plus more stupid newbie tricks !

2002-01-28 Thread Owens, Christopher
Original Message- From: Owens, Christopher [mailto:[EMAIL PROTECTED] Sent: Monday, January 28, 2002 1:38 PM To: debian-laptop@lists.debian.org Subject: Stupid newbie question: eraserhead-style mouse Kind people, This is my first question to the list, and it is the first time I have tried to i

Re: Stupid newbie question solved, plus more stupid newbie tricks !

2002-01-28 Thread Brian Bilbrey
On Mon, Jan 28, 2002 at 07:57:54PM -0500, Owens, Christopher wrote: > Hallelujah! > > Well, there's good news and a funny/sad story. Now I understand why friends > of mine said I probably knew enough about Linux to be dangerous. > > I am sending it all back to the list so the info will be searc

Re: Stupid newbie question solved, plus more stupid newbie tricks !

2002-01-28 Thread Glen Mehn
if ever! > > Thanks again to those who helped! And if anyone needs to get potato running > on an old AST laptop, I know more than I used to about the process. > > Chris Owens > > -Original Message- > From: Owens, Christopher [mailto:[EMAIL PROTECTED]] > Sent:

RE: Stupid newbie question solved, plus more stupid newbie tricks!

2002-01-28 Thread Owens, Christopher
-Original Message- From: Owens, Christopher [mailto:[EMAIL PROTECTED]] Sent: Monday, January 28, 2002 1:38 PM To: [EMAIL PROTECTED] Subject: Stupid newbie question: eraserhead-style mouse Kind people, This is my first question to the list, and it is the first time I have tried to install lin

Re: Stupid newbie question: eraserhead-style mouse

2002-01-28 Thread Stephen Ryan
On Mon, 2002-01-28 at 16:37, Owens, Christopher wrote: > Kind people, > > This is my first question to the list, and it is the first time I have tried > to install linux since the kernel was version 1.2. > > I have installed potato on an old laptop using http. The laptop is an AST > Ascentia 950

Stupid newbie question: eraserhead-style mouse

2002-01-28 Thread Owens, Christopher
Kind people, This is my first question to the list, and it is the first time I have tried to install linux since the kernel was version 1.2. I have installed potato on an old laptop using http. The laptop is an AST Ascentia 950n, and claims to have a P120, 16MB of RAM, and I have upgraded the ha

Re: Stupid newbie question: eraserhead-style mouse

2002-01-28 Thread Stephen Ryan
On Mon, 2002-01-28 at 16:37, Owens, Christopher wrote: > Kind people, > > This is my first question to the list, and it is the first time I have tried > to install linux since the kernel was version 1.2. > > I have installed potato on an old laptop using http. The laptop is an AST > Ascentia 95

Stupid newbie question: eraserhead-style mouse

2002-01-28 Thread Owens, Christopher
Kind people, This is my first question to the list, and it is the first time I have tried to install linux since the kernel was version 1.2. I have installed potato on an old laptop using http. The laptop is an AST Ascentia 950n, and claims to have a P120, 16MB of RAM, and I have upgraded the h

Re: Solved (was: Re: Newbie Question (again (: ))

2001-11-21 Thread cyrille martin
Le Mercredi 21 Novembre 2001 14:44, Derek Broughton a écrit : > On November 21, 2001 04:40 am, Ines Rieger wrote: > > Hi *, > > > > > I have a GR150K which also have a SoundMAX (according to > > > windows). > > > > > > I've tried alsa and OSS with recent 2.4 ac kernels. The > > > ac87/i810 modules

Re: Solved (was: Re: Newbie Question (again (: ))

2001-11-21 Thread Derek Broughton
On November 21, 2001 04:40 am, Ines Rieger wrote: > Hi *, > > > I have a GR150K which also have a SoundMAX (according to > > windows). > > > > I've tried alsa and OSS with recent 2.4 ac kernels. The > > ac87/i810 modules will load and report the presence of the card > > but /dev/mixer and /dev/dsp

Re: Solved (was: Re: Newbie Question (again (: ))

2001-11-21 Thread cyrille martin
Le Mercredi 21 Novembre 2001 14:44, Derek Broughton a écrit : > On November 21, 2001 04:40 am, Ines Rieger wrote: > > Hi *, > > > > > I have a GR150K which also have a SoundMAX (according to > > > windows). > > > > > > I've tried alsa and OSS with recent 2.4 ac kernels. The > > > ac87/i810 module

Re: Solved (was: Re: Newbie Question (again (: ))

2001-11-21 Thread Derek Broughton
On November 21, 2001 04:40 am, Ines Rieger wrote: > Hi *, > > > I have a GR150K which also have a SoundMAX (according to > > windows). > > > > I've tried alsa and OSS with recent 2.4 ac kernels. The > > ac87/i810 modules will load and report the presence of the card > > but /dev/mixer and /dev/ds

Solved (was: Re: Newbie Question (again (: ))

2001-11-21 Thread Ines Rieger
Hi *, > I have a GR150K which also have a SoundMAX (according to windows). > > I've tried alsa and OSS with recent 2.4 ac kernels. The ac87/i810 > modules will load and report the presence of the card but /dev/mixer > and /dev/dsp don't seem to work correctly. > If you cat a bunch of bytes into /

Solved (was: Re: Newbie Question (again (: ))

2001-11-21 Thread Ines Rieger
Hi *, > I have a GR150K which also have a SoundMAX (according to windows). > > I've tried alsa and OSS with recent 2.4 ac kernels. The ac87/i810 > modules will load and report the presence of the card but /dev/mixer > and /dev/dsp don't seem to work correctly. > If you cat a bunch of bytes into

Re: Newbie Question (again (: )

2001-11-19 Thread Sam Clegg
I have a GR150K which also have a SoundMAX (according to windows). I've tried alsa and OSS with recent 2.4 ac kernels. The ac87/i810 modules will load and report the presence of the card but /dev/mixer and /dev/dsp don't seem to work correctly. If you cat a bunch of bytes into /dev/dsp it will ma

Re: Newbie Question (again (: )

2001-11-19 Thread Sam Clegg
I have a GR150K which also have a SoundMAX (according to windows). I've tried alsa and OSS with recent 2.4 ac kernels. The ac87/i810 modules will load and report the presence of the card but /dev/mixer and /dev/dsp don't seem to work correctly. If you cat a bunch of bytes into /dev/dsp it will m

Re: Newbie Question (again (: )

2001-11-19 Thread Sean 'Shaleh' Perry
On 19-Nov-2001 Ines Rieger wrote: > Hi, > I own a Sony Vaio FX203K with a SoundMAX Integrated Digital Audio Card > from Analog Devices. > Question: How can I persuede this card to run with Kernel 2.4.9 on Sid? I > have tried www.linux-laptop.net already but I haven't found anything > useful. > Y

Re: Newbie Question (again (: )

2001-11-19 Thread Michael Thaler
On Mon, Nov 19, 2001 at 12:37:00PM +0100, Ines Rieger wrote: > Hi, > I own a Sony Vaio FX203K with a SoundMAX Integrated Digital Audio Card > from Analog Devices. > Question: How can I persuede this card to run with Kernel 2.4.9 on Sid? I > have tried www.linux-laptop.net already but I haven't foun

Re: Newbie Question (again (: )

2001-11-19 Thread Sean 'Shaleh' Perry
On 19-Nov-2001 Ines Rieger wrote: > Hi, > I own a Sony Vaio FX203K with a SoundMAX Integrated Digital Audio Card > from Analog Devices. > Question: How can I persuede this card to run with Kernel 2.4.9 on Sid? I > have tried www.linux-laptop.net already but I haven't found anything > useful. >

Re: Newbie Question (again (: )

2001-11-19 Thread Michael Thaler
On Mon, Nov 19, 2001 at 12:37:00PM +0100, Ines Rieger wrote: > Hi, > I own a Sony Vaio FX203K with a SoundMAX Integrated Digital Audio Card > from Analog Devices. > Question: How can I persuede this card to run with Kernel 2.4.9 on Sid? I > have tried www.linux-laptop.net already but I haven't fou

Newbie Question (again (: )

2001-11-19 Thread Ines Rieger
Hi, I own a Sony Vaio FX203K with a SoundMAX Integrated Digital Audio Card from Analog Devices. Question: How can I persuede this card to run with Kernel 2.4.9 on Sid? I have tried www.linux-laptop.net already but I haven't found anything useful. TiA Rotschopf -- Es ist nichts sicher, ausser das

Newbie Question (again (: )

2001-11-19 Thread Ines Rieger
Hi, I own a Sony Vaio FX203K with a SoundMAX Integrated Digital Audio Card from Analog Devices. Question: How can I persuede this card to run with Kernel 2.4.9 on Sid? I have tried www.linux-laptop.net already but I haven't found anything useful. TiA Rotschopf -- Es ist nichts sicher, ausser da

Re: Newbie Question

2001-11-15 Thread dude
go to linux-laptop.net and see if your laptop is listed On Thu, 15 Nov 2001, Adam Seymour wrote: >Date: Thu, 15 Nov 2001 10:03:00 -0800 >From: Adam Seymour <[EMAIL PROTECTED]> >To: debian-laptop@lists.debian.org >Subject: Newbie Question >Resent-From: debian-laptop@lists

Newbie Question

2001-11-15 Thread Adam Seymour
I have an HP Omnibook xke2 - how difficult would it be to install the latest stable version of debian on it? Is there a website with docs on this subject? -adam

Re: Newbie Question

2001-11-15 Thread dude
go to linux-laptop.net and see if your laptop is listed On Thu, 15 Nov 2001, Adam Seymour wrote: >Date: Thu, 15 Nov 2001 10:03:00 -0800 >From: Adam Seymour <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Newbie Question >Resent-From: [EMAIL PROTECTED] > >

Newbie Question

2001-11-15 Thread Adam Seymour
I have an HP Omnibook xke2 - how difficult would it be to install the latest stable version of debian on it? Is there a website with docs on this subject? -adam -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]