Your message dated Sat, 07 May 2011 22:17:45 +0000
with message-id <[email protected]>
and subject line Bug#620510: fixed in alsa-tools 1.0.23-5
has caused the Debian Bug report #620510,
regarding alsa-firmware-loaders: The file tascam_fw does not work due to wrong 
parameters
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
620510: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=620510
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: alsa-firmware-loaders
Version: 1.0.23-3+b1
Severity: important


The file /lib/udev/tascam_fw tries to load the first-stage firmware for the
soundcard but it does not work. The syslog reports something like this
"load usx2yloader/us122fw.ihx for 1604/8006/100 to /proc/bus/usb/004/005"
but the path /proc/bus/usb is empty.

If the source file usx2yloader/tascam_fw.in is edited substituting $DEVNAME
to $DEVICE and adding the parameter "-D $DEVNAME" at the end of line 58, the
first-stage firmware is correcly loaded into the soundcard and the log reports
/dev/bus/usb instead of /proc/bus/usb.

Attached to this bug report my patch for the source file.



-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (900, 'testing'), (12, 'unstable'), (12, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages alsa-firmware-loaders depends on:
ii  fxload                    0.0.20081013-1 Firmware download to EZ-USB device
ii  libasound2                1.0.23-2.1     shared library for ALSA applicatio
ii  libc6                     2.11.2-11      Embedded GNU C Library: Shared lib
ii  udev                      166-1          /dev/ and hotplug management daemo

alsa-firmware-loaders recommends no packages.

alsa-firmware-loaders suggests no packages.

-- no debconf information
Susbtituted $DEVICE with $DEVNAME in order to make this file
works with newer kernel.
--- a/usx2yloader/tascam_fpga.in
+++ b/usx2yloader/tascam_fpga.in
@@ -10,12 +10,12 @@
 
 if [ -x $LOADER ]; then
        if [ -x /usr/bin/logger ]; then
-               /usr/bin/logger -t $0 "calling $LOADER for $DEVICE"
+               /usr/bin/logger -t $0 "calling $LOADER for $DEVNAME"
        fi
        $LOADER
 else
        if [ -x /usr/bin/logger ]; then
-               /usr/bin/logger -t $0 "missing $LOADER for $DEVICE"
+               /usr/bin/logger -t $0 "missing $LOADER for $DEVNAME"
        fi
 fi
 
@@ -33,12 +33,12 @@
 if [ $CONTROLLER != NOTUSED ]; then
        if [ -x $CONTROLLER ]; then
                if [ -x /usr/bin/logger ]; then
-                       /usr/bin/logger -t $0 "starting $CONTROLLER for $DEVICE"
+                       /usr/bin/logger -t $0 "starting $CONTROLLER for 
$DEVNAME"
                fi
                $CONTROLLER &
        else
                if [ -x /usr/bin/logger ]; then
-                       /usr/bin/logger -t $0 "missing $CONTROLLER for $DEVICE"
+                       /usr/bin/logger -t $0 "missing $CONTROLLER for $DEVNAME"
                fi
        fi
 fi
--- a/usx2yloader/tascam_fw.in
+++ b/usx2yloader/tascam_fw.in
@@ -53,8 +53,8 @@
 fi
 
 if [ -x /usr/bin/logger ]; then
-       /usr/bin/logger -t $0 "load $FIRMWARE for $PRODUCT to $DEVICE"
+       /usr/bin/logger -t $0 "load $FIRMWARE for $PRODUCT to $DEVNAME"
 fi
-$LOADER $FLAGS -s $LOADERFIRMWARE -I $FIRMWARE
+$LOADER $FLAGS -s $LOADERFIRMWARE -I $FIRMWARE -D $DEVNAME
 
 exit 0

--- End Message ---
--- Begin Message ---
Source: alsa-tools
Source-Version: 1.0.23-5

We believe that the bug you reported is fixed in the latest version of
alsa-tools, which is due to be installed in the Debian FTP archive:

alsa-firmware-loaders_1.0.23-5_amd64.deb
  to contrib/a/alsa-tools/alsa-firmware-loaders_1.0.23-5_amd64.deb
alsa-tools-gui_1.0.23-5_amd64.deb
  to main/a/alsa-tools/alsa-tools-gui_1.0.23-5_amd64.deb
alsa-tools_1.0.23-5.debian.tar.bz2
  to main/a/alsa-tools/alsa-tools_1.0.23-5.debian.tar.bz2
alsa-tools_1.0.23-5.dsc
  to main/a/alsa-tools/alsa-tools_1.0.23-5.dsc
alsa-tools_1.0.23-5_amd64.deb
  to main/a/alsa-tools/alsa-tools_1.0.23-5_amd64.deb
ld10k1_1.0.23-5_amd64.deb
  to main/a/alsa-tools/ld10k1_1.0.23-5_amd64.deb
liblo10k1-0_1.0.23-5_amd64.deb
  to main/a/alsa-tools/liblo10k1-0_1.0.23-5_amd64.deb
liblo10k1-dev_1.0.23-5_amd64.deb
  to main/a/alsa-tools/liblo10k1-dev_1.0.23-5_amd64.deb
qlo10k1_1.0.23-5_amd64.deb
  to main/a/alsa-tools/qlo10k1_1.0.23-5_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jordi Mallach <[email protected]> (supplier of updated alsa-tools package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sat, 07 May 2011 17:44:20 +0200
Source: alsa-tools
Binary: alsa-tools alsa-tools-gui alsa-firmware-loaders ld10k1 liblo10k1-0 
liblo10k1-dev qlo10k1
Architecture: source amd64
Version: 1.0.23-5
Distribution: unstable
Urgency: low
Maintainer: Debian ALSA Maintainers <[email protected]>
Changed-By: Jordi Mallach <[email protected]>
Description: 
 alsa-firmware-loaders - ALSA software loaders for specific hardware
 alsa-tools - Console based ALSA utilities for specific hardware
 alsa-tools-gui - GUI based ALSA utilities for specific hardware
 ld10k1     - ALSA emu10k1/2 patch loader
 liblo10k1-0 - ALSA emu10k1/2 patch-loader library
 liblo10k1-dev - ALSA emu10k1/2 patch-loader library development files
 qlo10k1    - ALSA ld10k1 utility
Closes: 620510 621151
Changes: 
 alsa-tools (1.0.23-5) unstable; urgency=low
 .
   * Switch to architecture wildcard 'linux-any'.
   * Remove unneeded .la file from liblo10k1-dev (closes: #621151).
   * Add patch from Simone Rosetto to fix loading of usx2yloader tascam
     firmware (closes: #620510).
Checksums-Sha1: 
 73fb2b8d645dffbc5d1ca0b7e4214f25da3dcb0c 1530 alsa-tools_1.0.23-5.dsc
 c43bba6028a91c4b8b6cb983aacb8402a51c83fb 28973 
alsa-tools_1.0.23-5.debian.tar.bz2
 335b9b1ba5db9bc9bc5a9903704919d484e3f642 89522 alsa-tools_1.0.23-5_amd64.deb
 40801d4b2fdeea95164333611338515d6756370c 275350 
alsa-tools-gui_1.0.23-5_amd64.deb
 153071186a4250c7d1f2394f637e2a6fce4503c0 35486 
alsa-firmware-loaders_1.0.23-5_amd64.deb
 29a898e0392f0fa583df1cd0e50a6745e9b061f8 113408 ld10k1_1.0.23-5_amd64.deb
 d7df35b950c74234badcd8ff30f6a72514b48ba4 35082 liblo10k1-0_1.0.23-5_amd64.deb
 ded4e2dce3413a04d7a665954166ef0383799306 41920 liblo10k1-dev_1.0.23-5_amd64.deb
 cb8a8bbea3a62bb749322488cb0b2949882f3f57 144062 qlo10k1_1.0.23-5_amd64.deb
Checksums-Sha256: 
 09796e0cdc94251c7bf2d081c2d8001c1621ca52054bf4a81ccc225be35c3752 1530 
alsa-tools_1.0.23-5.dsc
 bf07881d866e3647cc1fbcb75a861dad30daa8a1849aadfef56ac37c1630e82f 28973 
alsa-tools_1.0.23-5.debian.tar.bz2
 fcd1b3c6f14d303b6147dad07396a9220a2b52c63da432bcae119e158632a8e4 89522 
alsa-tools_1.0.23-5_amd64.deb
 74cb21ae196b50a359bca499fc9a691987832a33eac0bd36c941b19050f33ab8 275350 
alsa-tools-gui_1.0.23-5_amd64.deb
 096c61b879cdc3a45e1cb51fbba9bde490973a0bab0530f2f3ee6397973a8451 35486 
alsa-firmware-loaders_1.0.23-5_amd64.deb
 8ab16cea1732ef7ef7078a348521a35c24e4ad27ca5daf6aa2ce1e4b60536f4f 113408 
ld10k1_1.0.23-5_amd64.deb
 37c904d7cdfe49fb0531af61e8b7547177c0bef294ef2aae16eb93d27e79baf9 35082 
liblo10k1-0_1.0.23-5_amd64.deb
 36ab843e5875db41588769825808e122eabf107974f18ac91b06237947ffc531 41920 
liblo10k1-dev_1.0.23-5_amd64.deb
 ff5eaff314988d6a53b4a8458955d643a3f5a61632c6b32e05294d0e529f882d 144062 
qlo10k1_1.0.23-5_amd64.deb
Files: 
 b704738db8f8c347a85f274987972097 1530 sound extra alsa-tools_1.0.23-5.dsc
 51344d3c393146f8ed8b2a9da20a4b8f 28973 sound extra 
alsa-tools_1.0.23-5.debian.tar.bz2
 91f0a500f2f4ce65992a709c0bc2cc0b 89522 sound extra 
alsa-tools_1.0.23-5_amd64.deb
 207fdb32031c6acf9e73f0a4d245b372 275350 sound extra 
alsa-tools-gui_1.0.23-5_amd64.deb
 0f835ba5ccca4d2b76194d6862774605 35486 contrib/sound extra 
alsa-firmware-loaders_1.0.23-5_amd64.deb
 15ce54eb6c407ae8f757e04da2abad04 113408 sound extra ld10k1_1.0.23-5_amd64.deb
 d68e8bdfad7f73bc1fd9764f145cec4e 35082 libs extra 
liblo10k1-0_1.0.23-5_amd64.deb
 61b16bcdcb14b7ab1b7e637b9424f230 41920 libdevel extra 
liblo10k1-dev_1.0.23-5_amd64.deb
 0b4300415f895ba2a34645bb17d1de55 144062 sound extra qlo10k1_1.0.23-5_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk3FanAACgkQJYSUupF6Il7iVgCg594+354ntPpiPdUMdcjpnwMf
wOYAnj+fexYF4kgq/g+y5XnGMb9mKxKQ
=29z3
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to