This is a fantastic script - and the fact that the configuration now shows up in /etc/sysconfig in YaST is great! - but it's probably worth mentioning that you need to know the name of your sound-card.
I'd spent ages leaving the script alone with
RTIRQ_NAME_LIST="rtc0 snd usb i8042"
But of course if I do cat /proc/interrupts, snd is not listed at all. My sound-card is called "Intel 82801CA-ICH3", so I needed to enter
This is a fantastic script - and the fact that the configuration now shows up in /etc/sysconfig in YaST is great! - but it's probably worth mentioning that you need to know the name of your sound-card.
I'd spent ages leaving the script alone with
RTIRQ_NAME_LIST="rtc0 snd usb i8042"
But of course if I do cat /proc/interrupts, snd is not listed at all. My sound-card is called "Intel 82801CA-ICH3", so I needed to enter
RTIRQ_NAME_LIST="rtc0 Intel usb i8042"
To set the IRQ appropriately.
Many thanks for all the work you do!