|
Bugzilla – Full Text Bug Listing |
| Summary: | Sound blaster audigy 2 ZS Notebook CardBus sound card freeze kernel | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Michael Pujos <pujos.michael> |
| Component: | Hotplug | Assignee: | Takashi Iwai <tiwai> |
| Status: | VERIFIED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | tiwai |
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | i686 | ||
| OS: | SuSE Linux 10.0 | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Michael Pujos
2005-10-18 12:35:40 UTC
The device is known to be buggy. Christian, any workaround to disable the device? It's not possible to blacklist on the driver side because it freezes immediately. We can
- disable a device id in two ways:
+ Add an alias similar to this in /lib/modules/.../modules.alias to
modprobe.conf, add a nonexistent module name to it and blacklist this
module name
+ Add a hwcfg-vpid-* that matches the device with STARTMODE=off
- disble a device location on a machine
+ Add hwcfg-bus-* with STARTMODE=off
I will read http://bugzilla.kernel.org/show_bug.cgi?id=5057 tomorrow.
The problem is that both working and non-working boards have the same PCI ID. So, we can't add it blindly. Do they have also the same revision? If we cannot differ working from non working devices, all we could do is to work with a special script hooked in hwup. This script could check if the system crashed and avoid further loading of that module. Is it worth the effort? We can also write SDB articles for such kind of problems. Note that http://bugzilla.kernel.org/show_bug.cgi?id=5057 contains a driver fix now (at least the machine does not hang). The crash is at least fixed in the latest kernel. Closed. |