Re: [Alsa-user] alsa-0.9.8 and buildin pnp: how to block an interrupt for pnp usage?

2004-02-19 Thread Jaroslav Kysela
On Thu, 19 Feb 2004, Stefan Ulrich Hegner wrote:

 Hi there,
 
 I plugged an old ISA es18xx Soundcard in one of my linux-boxes the other
 day, using alsa-0.9.8 and the buildin pnp capability.
 
 Now I got the problem, that on bootup alsa claims IRQ 5 which is needed
 for my faxmodem. - However the latter is initialized later than alsa.
 
 If I unload and restart alsasound later manually, it picks a
 non-conflickting IRQ.
 
 Having spent quite some time browsing through all the manual stuff, I
 have not found any options that refer to the functionality of the
 buildin pnp-support.
 
 The only hint I got is options isapnp isapnp_reserve_irq but I'm not
 sure whether this is for buildint or isapnptools pnp support.
 
 Anyway, I'd be quite grateful for a hint how to tell alsa *NOT* to use
 IRQ 5 ...

modprobe snd-es18xx irq=10

Change irq according your wanted setup. Also there is mpu_irq - see the 
documentation for modules.

If it does not work - you've probably hit a bug in the pnp layer. Upgrade 
to 2.6.3 then.

Jaroslav

-
Jaroslav Kysela [EMAIL PROTECTED]
Linux Kernel Sound Maintainer
ALSA Project, SuSE Labs


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] alsa-0.9.8 and buildin pnp: how to block an interrupt for pnp usage?

2004-02-19 Thread Stefan Ulrich Hegner
Hi Jaroslav,

Am Do, den 19.02.2004 schrieb Jaroslav Kysela um 13:03:
 On Thu, 19 Feb 2004, Stefan Ulrich Hegner wrote:
  Anyway, I'd be quite grateful for a hint how to tell alsa *NOT* to use
  IRQ 5 ...
 
 modprobe snd-es18xx irq=10

Hm. But this is not really the way for automating startup. What if I
put the following in my /etc/modules.conf:

alias snd-card-0 snd-es18xx
options snd-es18xx irq=10

Will this assign IRQ 10 while at the same time maintaining the internal
pnp functionality and pnp setup?

Thanks

Stefan.


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] alsa-0.9.8 and buildin pnp: how to block an interrupt for pnp usage?

2004-02-19 Thread Jaroslav Kysela
On Thu, 19 Feb 2004, Stefan Ulrich Hegner wrote:

 Hi Jaroslav,
 
 Am Do, den 19.02.2004 schrieb Jaroslav Kysela um 13:03:
  On Thu, 19 Feb 2004, Stefan Ulrich Hegner wrote:
   Anyway, I'd be quite grateful for a hint how to tell alsa *NOT* to use
   IRQ 5 ...
  
  modprobe snd-es18xx irq=10
 
 Hm. But this is not really the way for automating startup. What if I
 put the following in my /etc/modules.conf:

It was only example to tell you that you can use module options to 
override the auto settings.

 alias snd-card-0 snd-es18xx
 options snd-es18xx irq=10
 
 Will this assign IRQ 10 while at the same time maintaining the internal
 pnp functionality and pnp setup?

Yes, it should.

Jaroslav

-
Jaroslav Kysela [EMAIL PROTECTED]


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user