live install error
#1
This command worked,


Code:
root@xbmc:~# sudo apt-get install wget
Reading package lists... Done
Building dependency tree
Reading state information... Done
wget is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.



this command did not
Code:
root@xbmc:~# wget http://xbmc.org/wp-content/uploads/alsaup.sh
--2009-10-26 22:25:54--  http://xbmc.org/wp-content/uploads/alsaup.sh
Resolving xbmc.org... 74.200.73.166
Connecting to xbmc.org|74.200.73.166|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2009-10-26 22:25:54 ERROR 404: Not Found.

root@xbmc:~#

it looks like the info in the file is wrong, or the page is down?

I just apt-get install alsa-utils and continued on
Reply
#2
I really need help with this.
Reply
#3
This was the error I got from running the script before... I found this
Quote:0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@xbmc:~# wget http://xbmc.org/wp-content/uploads/alsaup.sh
--2009-10-27 21:19:16-- http://xbmc.org/wp-content/uploads/alsaup.sh
Resolving xbmc.org... 74.200.73.166
Connecting to xbmc.org|74.200.73.166|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2009-10-27 21:19:16 ERROR 404: Not Found.


I used the following to get the alsa upgraded... there was an error with alsamixer

root@xbmc:/home/alsa/alsa-driver-1.0.21# alsamixer

alsamixer: function snd_ctl_open failed for default: No such device


Code:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install wget build-essential linux-headers-`uname -r`
wget ftp://ftp.alsa-project.org/pub/driver/alsa-driver-1.0.21.tar.bz2
tar -xf alsa-driver-1.0.21.tar.bz2
cd alsa-driver-1.0.21
./configure
make
sudo make install
sudo ./snddevices
sudo apt-get install alsa-utils
alsamixer
sudo alsactl store
Reply

Logout Mark Read Team Forum Stats Members Help
live install error0