bug reports add valuable soundcard /proc info

later we might want to add amixer output,
but that is very verbose so kept out for now.

fix changelog for removed atl1 drivers too.

svn path=/dists/trunk/linux-2.6/; revision=11427
This commit is contained in:
Maximilian Attems 2008-05-20 20:30:07 +00:00
parent 737b2b2774
commit 2aa6a9db2a
2 changed files with 12 additions and 1 deletions

2
debian/changelog vendored
View File

@ -19,7 +19,7 @@ linux-2.6 (2.6.26~rc3-1~experimental.1) UNRELEASED; urgency=low
* [amd64]: Enable SCSI_DPT_I2O as 64 bit now.
* Reenable USB_SERIAL_EDGEPORT, USB_SERIAL_EDGEPORT_TI. (closes: #480195)
* Enable TCP_MD5SIG for BGP sessions. (closes: #443742)
* Backport atl1 patches for PHY power save mode, suspend, resume and wol.
* Add recognised alsa cards to bug report.
[ Martin Michlmayr ]
* [arm/orion5x] Update the config to reflect upstream renaming this

View File

@ -0,0 +1,11 @@
add_sound() {
[ -f /proc/asound/cards ] && return
echo '** Sound cards:' >&3
cat /proc/asound/cards >&3
# amixer >&3
echo >&3
}
ask_sound() {
true
}