Comment 2 for bug 443977

Revision history for this message
dasnbob (dasnshn42) wrote :

I followed these instructions under UbuntuStudio 9.10 Beta (Karmic) and recieved a no file or directory message when attempt the unpack and install stage. I have an Asus M4A78T-E mb, Phenom x3 720 cpu, and Sapphire ATI 4670 vid card
(2x2)4g RAM. Rebooting now to see if sound becomes operable.

copy of terminal log below

bobert@ubuntuRD:~$ cat /proc/asound/version
Advanced Linux Sound Architecture Driver Version 1.0.20.
bobert@ubuntuRD:~$ sudo /etc/init.d/alsa-utils stop
 * Shutting down ALSA... [ OK ]
bobert@ubuntuRD:~$ sudo apt-get -y install build-essential ncurses-dev gettext xmlto
Reading package lists... Done
Building dependency tree
Reading state information... Done
build-essential is already the newest version.
Note, selecting libncurses5-dev instead of ncurses-dev
libncurses5-dev is already the newest version.
gettext is already the newest version.
xmlto is already the newest version.
The following packages were automatically installed and are no longer required:
  libswfdec-0.8-0 libppl7 libppl-c2 libcloog-ppl0 libgmpxx4ldbl
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
bobert@ubuntuRD:~$ sudo apt-get -y install linux-headers-`uname -r`
Reading package lists... Done
Building dependency tree
Reading state information... Done
linux-headers-2.6.31-6-rt is already the newest version.
The following packages were automatically installed and are no longer required:
  libswfdec-0.8-0 libppl7 libppl-c2 libcloog-ppl0 libgmpxx4ldbl
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
bobert@ubuntuRD:~$ cd ~exitrm -rf ~/alsa*
bash: cd: ~exitrm: No such file or directory
bobert@ubuntuRD:~$ wget ftp://ftp.alsa-project.org/pub/driver/alsa-driver-1.0.21.tar.bz2
--2009-10-05 18:17:37-- ftp://ftp.alsa-project.org/pub/driver/alsa-driver-1.0.21.tar.bz2
           => `alsa-driver-1.0.21.tar.bz2.1'
Resolving ftp.alsa-project.org... 212.20.107.51
Connecting to ftp.alsa-project.org|212.20.107.51|:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done. ==> PWD ... done.
==> TYPE I ... done. ==> CWD /pub/driver ... done.
==> SIZE alsa-driver-1.0.21.tar.bz2 ... 3112563
==> PASV ... done. ==> RETR alsa-driver-1.0.21.tar.bz2 ... done.
Length: 3112563 (3.0M)

100%[======================================>] 3,112,563 141K/s in 22s

2009-10-05 18:18:02 (136 KB/s) - `alsa-driver-1.0.21.tar.bz2.1' saved [3112563]

bobert@ubuntuRD:~$ wget ftp://ftp.alsa-project.org/pub/lib/alsa-lib-1.0.21a.tar.bz2
--2009-10-05 18:18:14-- ftp://ftp.alsa-project.org/pub/lib/alsa-lib-1.0.21a.tar.bz2
           => `alsa-lib-1.0.21a.tar.bz2.1'
Resolving ftp.alsa-project.org... 212.20.107.51
Connecting to ftp.alsa-project.org|212.20.107.51|:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done. ==> PWD ... done.
==> TYPE I ... done. ==> CWD /pub/lib ... done.
==> SIZE alsa-lib-1.0.21a.tar.bz2 ... 808475
==> PASV ... done. ==> RETR alsa-lib-1.0.21a.tar.bz2 ... done.
Length: 808475 (790K)

100%[======================================>] 808,475 164K/s in 5.0s

2009-10-05 18:18:21 (156 KB/s) - `alsa-lib-1.0.21a.tar.bz2.1' saved [808475]

bobert@ubuntuRD:~$ wget ftp://ftp.alsa-project.org/pub/utils/alsa-utils-1.0.21.tar.bz2
--2009-10-05 18:18:34-- ftp://ftp.alsa-project.org/pub/utils/alsa-utils-1.0.21.tar.bz2
           => `alsa-utils-1.0.21.tar.bz2.1'
Resolving ftp.alsa-project.org... 212.20.107.51
Connecting to ftp.alsa-project.org|212.20.107.51|:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done. ==> PWD ... done.
==> TYPE I ... done. ==> CWD /pub/utils ... done.
==> SIZE alsa-utils-1.0.21.tar.bz2 ... 1074700
==> PASV ... done. ==> RETR alsa-utils-1.0.21.tar.bz2 ... done.
Length: 1074700 (1.0M)

100%[======================================>] 1,074,700 178K/s in 6.2s

2009-10-05 18:18:42 (170 KB/s) - `alsa-utils-1.0.21.tar.bz2.1' saved [1074700]

bobert@ubuntuRD:~$ sudo tar xjf alsa-lib*
tar: alsa-lib-1.0.21a.tar.bz2.1: Not found in archive
tar: Exiting with failure status due to previous errors
bobert@ubuntuRD:~$ sudo tar xjf alsa-utils*
tar: alsa-utils-1.0.21.tar.bz2.1: Not found in archive
tar: Exiting with failure status due to previous errors
bobert@ubuntuRD:~$