no sound with kernel 2.4.2
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
Re: no sound with kernel 2.4.2
Matthew Bryant Baxa wrote: > On Thu, Mar 15, 2001 at 07:16:09PM +0100, Philipp Bliedung wrote: > > > 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 > I used to have this problem until I finally remembered that as a user I didnt have permission to use the mixer device. Try adding yourself to the audio group. I'm already a member of the audio group ! Otherwise I wouldn't be able to play music using the 2.2.17 kernel. Even root gets an error trying to run gom.
sound on a Tecra 8000
Hi, has anybody got the sound working on a Toshiba Tecra 8000 using the 2.4.2 kernel? I'm trying for more than a week to get it to work. The same configuration I used with the 2.2.17 kernel isn't working anymore. This sound card can emulate a Sound Blaster Pro, and by loading these modules I can listen to CD's but that's it. Using the OPL3-SA2 modules (like before) doesn't get me anywhere. TIA, Philipp
(solved :)Re: sound on a Tecra 8000
Mark Janssen wrote: > On Mon, Apr 09, 2001 at 10:26:15AM -0500, Joanne Hunter wrote: > > once upon a Sun, 8 Apr 2001 17:04:55 +0200 dreary, while I emailed weak > > and weary, quoth Mark Janssen <[EMAIL PROTECTED]>: > > > > > On Sun, Apr 08, 2001 at 11:23:21AM +0200, Philipp Bliedung wrote: > > > > Hi, > > > > > > > > has anybody got the sound working on a Toshiba Tecra 8000 using the > > > > 2.4.2 kernel? > > > > I ran into the same problem on a Toshiba Satellite 2545CDS. Searching > > through the Linux On Laptops pages got me here: > > > > http://home.intcom.de/czap/pages/linuxonlap.html > > Now I use this: > > insmod soundcore > > insmod sound > > insmod mpu401 > > insmod ad1848 io=0x530 irq=5 dma=1 dma2=0 > > insmod opl3 io=0x388 > > > > Basically, I didn't try to start the opl3sa2 module, and moved all its > > options except io to ad1848, changing "mss_io" to "io". > > I can verify that this works also on the tecra 8000, since I'm now > listening to my Mp3z again under 2.4.3 > > I've attached my /etc/modutils/aliases.sound file for those who want it... > > Thanks Joanne :) > > Mark Janssen Unix Consultant @ SyConOS IT > E-mail: [EMAIL PROTECTED]GnuPG Key Id: 357D2178 > http: markjanssen.homeip.net and markjanssen.[com|net|org|nl] > Fax/VoiceMail: +31 20 8757555 Finger for GPG and GeekCode > > > >aliases.soundName: aliases.sound > Type: Plain Text (text/plain) > >Part 1.2Type: application/pgp-signature Thank you s much :) It's working!! Thank's a lot again! Thank you Philipp
moving to a new laptop
Hi I'm going to move to a new laptop pretty soon. My question: Can I simply "move" all the software to the new one? (Well, except for the XConfig and other hardware stuff like sound, 3D, etc...) My biggest concern is that I have to install all the packages again that are on my laptop rigth now. What about programs that I compiled myself - do I have to compile them again? I have a lot of packages from woody and sid and I really don't feel like getting them again (I only have potato stuff on CD) - I really want to avoid that, especially because it took me a long time to configure everything. Thanks for you help! Philipp
Re: moving to a new laptop
Thanks to everyone who replied to my question!! I'll let you know when I run into some more problems :) Thanks, Philipp Andrew McMillan wrote: > > Philipp Bliedung wrote: > > > > Hi > > > > I'm going to move to a new laptop pretty soon. My question: > > Can I simply "move" all the software to the new one? (Well, except for > > the XConfig and other hardware stuff like sound, 3D, etc...) > > My biggest concern is that I have to install all the packages again that > > are on my laptop rigth now. What about programs that I compiled myself - > > do I have to compile them again? > > I have a lot of packages from woody and sid and I really don't feel like > > getting them again (I only have potato stuff on CD) - I really want to > > avoid that, especially because it took me a long time to configure > > everything. > > > > Thanks for you help! > > In the past I have found it easier to use dpkg --get-selections and dpkg > --set-selections after installing a base set of things on my new laptop. > > After that I copy personal stuff across and put it into the appropriate > locations. > I usually take the opportunity to try and reorganise things a bit more > sensibly than > last time too :-) > > Cheers, > Andrew. > -- > _ >Andrew McMillan, e-mail: [EMAIL PROTECTED] > Catalyst IT Ltd, PO Box 10-225, Level 22, 105 The Terrace, Wellington > Me: +64(27)246-7091, Fax:+64(4)499-5596, Office: +64(4)499-2267xtn709 > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
ATI Radeon and Inspiron 4100
Hi, I'm planning on getting a Dell Inspiron 4100 but I can't find any information whether the ATI Radeon Mobility (16Mb) card is supported under Linux. I'm using unstable. Can anybody tell me whether it is supported or where I could find things like that. (All I could find were things about ATI Rage Mobility and Linux) Thanks a lot, Philipp
no sound with kernel 2.4.2
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]
Re: no sound with kernel 2.4.2
Matthew Bryant Baxa wrote: > On Thu, Mar 15, 2001 at 07:16:09PM +0100, Philipp Bliedung wrote: > > > 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 > I used to have this problem until I finally remembered that as a user I didnt have permission to use the mixer device. Try adding yourself to the audio group. I'm already a member of the audio group ! Otherwise I wouldn't be able to play music using the 2.2.17 kernel. Even root gets an error trying to run gom. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
sound on a Tecra 8000
Hi, has anybody got the sound working on a Toshiba Tecra 8000 using the 2.4.2 kernel? I'm trying for more than a week to get it to work. The same configuration I used with the 2.2.17 kernel isn't working anymore. This sound card can emulate a Sound Blaster Pro, and by loading these modules I can listen to CD's but that's it. Using the OPL3-SA2 modules (like before) doesn't get me anywhere. TIA, Philipp -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
(solved :)Re: sound on a Tecra 8000
Mark Janssen wrote: > On Mon, Apr 09, 2001 at 10:26:15AM -0500, Joanne Hunter wrote: > > once upon a Sun, 8 Apr 2001 17:04:55 +0200 dreary, while I emailed weak > > and weary, quoth Mark Janssen <[EMAIL PROTECTED]>: > > > > > On Sun, Apr 08, 2001 at 11:23:21AM +0200, Philipp Bliedung wrote: > > > > Hi, > > > > > > > > has anybody got the sound working on a Toshiba Tecra 8000 using the > > > > 2.4.2 kernel? > > > > I ran into the same problem on a Toshiba Satellite 2545CDS. Searching > > through the Linux On Laptops pages got me here: > > > > http://home.intcom.de/czap/pages/linuxonlap.html > > Now I use this: > > insmod soundcore > > insmod sound > > insmod mpu401 > > insmod ad1848 io=0x530 irq=5 dma=1 dma2=0 > > insmod opl3 io=0x388 > > > > Basically, I didn't try to start the opl3sa2 module, and moved all its > > options except io to ad1848, changing "mss_io" to "io". > > I can verify that this works also on the tecra 8000, since I'm now > listening to my Mp3z again under 2.4.3 > > I've attached my /etc/modutils/aliases.sound file for those who want it... > > Thanks Joanne :) > > Mark Janssen Unix Consultant @ SyConOS IT > E-mail: [EMAIL PROTECTED]GnuPG Key Id: 357D2178 > http: markjanssen.homeip.net and markjanssen.[com|net|org|nl] > Fax/VoiceMail: +31 20 8757555 Finger for GPG and GeekCode > > > >aliases.soundName: aliases.sound > Type: Plain Text (text/plain) > >Part 1.2Type: application/pgp-signature Thank you s much :) It's working!! Thank's a lot again! Thank you Philipp -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
moving to a new laptop
Hi I'm going to move to a new laptop pretty soon. My question: Can I simply "move" all the software to the new one? (Well, except for the XConfig and other hardware stuff like sound, 3D, etc...) My biggest concern is that I have to install all the packages again that are on my laptop rigth now. What about programs that I compiled myself - do I have to compile them again? I have a lot of packages from woody and sid and I really don't feel like getting them again (I only have potato stuff on CD) - I really want to avoid that, especially because it took me a long time to configure everything. Thanks for you help! Philipp -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: moving to a new laptop
Thanks to everyone who replied to my question!! I'll let you know when I run into some more problems :) Thanks, Philipp Andrew McMillan wrote: > > Philipp Bliedung wrote: > > > > Hi > > > > I'm going to move to a new laptop pretty soon. My question: > > Can I simply "move" all the software to the new one? (Well, except for > > the XConfig and other hardware stuff like sound, 3D, etc...) > > My biggest concern is that I have to install all the packages again that > > are on my laptop rigth now. What about programs that I compiled myself - > > do I have to compile them again? > > I have a lot of packages from woody and sid and I really don't feel like > > getting them again (I only have potato stuff on CD) - I really want to > > avoid that, especially because it took me a long time to configure > > everything. > > > > Thanks for you help! > > In the past I have found it easier to use dpkg --get-selections and dpkg > --set-selections after installing a base set of things on my new laptop. > > After that I copy personal stuff across and put it into the appropriate locations. > I usually take the opportunity to try and reorganise things a bit more sensibly than > last time too :-) > > Cheers, > Andrew. > -- > _ >Andrew McMillan, e-mail: [EMAIL PROTECTED] > Catalyst IT Ltd, PO Box 10-225, Level 22, 105 The Terrace, Wellington > Me: +64(27)246-7091, Fax:+64(4)499-5596, Office: +64(4)499-2267xtn709 > > -- > 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]
ATI Radeon and Inspiron 4100
Hi, I'm planning on getting a Dell Inspiron 4100 but I can't find any information whether the ATI Radeon Mobility (16Mb) card is supported under Linux. I'm using unstable. Can anybody tell me whether it is supported or where I could find things like that. (All I could find were things about ATI Rage Mobility and Linux) Thanks a lot, Philipp -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
hardware acceleration for GeForce2Go -- GL_EXT_bgra not supported
Hi, How can I activate hardware acceleration for my GeForce2Go Grafikkarte -- Dell Inspiron 8100 ?? When I try to start Americas Army (www.americasarmy.com) i get this error message: ~/programs/armyops$ ./armyops GL_EXT_bgra not supported - bailing out. History: Exiting due to error I am running Debian woody with backports for Gnome 2.4 and KDE 3.1 ... (NVidia driver: 1.0-4363) How can I activate GL_EXT_bgra support ?? glxinfo gives me this: [...] name of display: :0.0 display: :0 screen: 0 direct rendering: No server glx vendor string: NVIDIA Corporation server glx version string: 1.3 server glx extensions: GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer [...] xdpyinfo: [...] XFree86 version: 4.2.1.1 [...] dimensions:1600x1200 pixels (406x305 millimeters) resolution:100x100 dots per inch depths (7):24, 1, 4, 8, 15, 16, 32 root window id:0x8a depth of root window:24 planes Thanks a lot in advance !! Philipp -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: hardware acceleration for GeForce2Go -- GL_EXT_bgra not supported
Jason Kraftcheck wrote: Philipp Bliedung wrote: Hi, How can I activate hardware acceleration for my GeForce2Go Grafikkarte -- Dell Inspiron 8100 ?? When I try to start Americas Army (www.americasarmy.com) i get this error message: ~/programs/armyops$ ./armyops GL_EXT_bgra not supported - bailing out. History: Exiting due to error I am running Debian woody with backports for Gnome 2.4 and KDE 3.1 ... (NVidia driver: 1.0-4363) How can I activate GL_EXT_bgra support ?? glxinfo gives me this: [...] name of display: :0.0 display: :0 screen: 0 direct rendering: No server glx vendor string: NVIDIA Corporation server glx version string: 1.3 server glx extensions: GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer [...] I see GL_EXT_bgra listed further down in the glxinfo output (in the "OpenGL extensions" section): OpenGL vendor string: NVIDIA Corporation OpenGL renderer string: Quadro4 700 XGL/AGP/SSE2 OpenGL version string: 1.4.0 NVIDIA 44.96 OpenGL extensions: GL_ARB_depth_texture, GL_ARB_imaging, GL_ARB_multisample, GL_ARB_multitexture, GL_ARB_point_parameters, GL_ARB_shadow, GL_ARB_texture_border_clamp, GL_ARB_texture_compression, GL_ARB_texture_cube_map, GL_ARB_texture_env_add, GL_ARB_texture_env_combine, GL_ARB_texture_env_dot3, GL_ARB_texture_mirrored_repeat, GL_ARB_transpose_matrix, GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_ARB_window_pos, GL_S3_s3tc, GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color, ... Upgrading to the newest driver did the trick. I thought that wouldn't do anything, since i had a fairly recent driver but with driver 1.4.0 NVIDIA 44.96 it is working Thanks, Philipp -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
hardware acceleration for GeForce2Go -- GL_EXT_bgra not supported
Hi, How can I activate hardware acceleration for my GeForce2Go Grafikkarte -- Dell Inspiron 8100 ?? When I try to start Americas Army (www.americasarmy.com) i get this error message: ~/programs/armyops$ ./armyops GL_EXT_bgra not supported - bailing out. History: Exiting due to error I am running Debian woody with backports for Gnome 2.4 and KDE 3.1 ... (NVidia driver: 1.0-4363) How can I activate GL_EXT_bgra support ?? glxinfo gives me this: [...] name of display: :0.0 display: :0 screen: 0 direct rendering: No server glx vendor string: NVIDIA Corporation server glx version string: 1.3 server glx extensions: GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer [...] xdpyinfo: [...] XFree86 version: 4.2.1.1 [...] dimensions:1600x1200 pixels (406x305 millimeters) resolution:100x100 dots per inch depths (7):24, 1, 4, 8, 15, 16, 32 root window id:0x8a depth of root window:24 planes Thanks a lot in advance !! Philipp
Re: hardware acceleration for GeForce2Go -- GL_EXT_bgra not supported
Jason Kraftcheck wrote: Philipp Bliedung wrote: Hi, How can I activate hardware acceleration for my GeForce2Go Grafikkarte -- Dell Inspiron 8100 ?? When I try to start Americas Army (www.americasarmy.com) i get this error message: ~/programs/armyops$ ./armyops GL_EXT_bgra not supported - bailing out. History: Exiting due to error I am running Debian woody with backports for Gnome 2.4 and KDE 3.1 ... (NVidia driver: 1.0-4363) How can I activate GL_EXT_bgra support ?? glxinfo gives me this: [...] name of display: :0.0 display: :0 screen: 0 direct rendering: No server glx vendor string: NVIDIA Corporation server glx version string: 1.3 server glx extensions: GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer [...] I see GL_EXT_bgra listed further down in the glxinfo output (in the "OpenGL extensions" section): OpenGL vendor string: NVIDIA Corporation OpenGL renderer string: Quadro4 700 XGL/AGP/SSE2 OpenGL version string: 1.4.0 NVIDIA 44.96 OpenGL extensions: GL_ARB_depth_texture, GL_ARB_imaging, GL_ARB_multisample, GL_ARB_multitexture, GL_ARB_point_parameters, GL_ARB_shadow, GL_ARB_texture_border_clamp, GL_ARB_texture_compression, GL_ARB_texture_cube_map, GL_ARB_texture_env_add, GL_ARB_texture_env_combine, GL_ARB_texture_env_dot3, GL_ARB_texture_mirrored_repeat, GL_ARB_transpose_matrix, GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_ARB_window_pos, GL_S3_s3tc, GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color, ... Upgrading to the newest driver did the trick. I thought that wouldn't do anything, since i had a fairly recent driver but with driver 1.4.0 NVIDIA 44.96 it is working Thanks, Philipp