View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 8 posts ] 
Print view Previous topic   Next topic  
Author Message
Search for:
PostPosted: Wed Oct 03, 2007 11:23 am 
Offline
Joined: Wed Oct 18, 2006 9:58 am
Posts: 10
Location: Akron, Oh
Would someone point me in the right direction to upgrade alsa in R5E27. I have followed the wiki, but the driver remains at 1.0.13.

Brian


Top
 Profile  
 
 Post subject:
PostPosted: Wed Oct 03, 2007 2:02 pm 
Offline
Site Admin
Joined: Fri Sep 19, 2003 6:37 pm
Posts: 2659
Location: Whittier, Ca
Not being in front of a Linux box and working it out in my head...

Edit /etc/apt/sources.list
change stable to unstable
Code:
apt-get update
apt-get install alsa-source alsa-base alsa-oss
cd /usr/src
tar xjvf alsa.tar.bz2
cd linux
make-kpg modules_image
dpkg -i ../alsa*.deb
Enjoy...


Top
 Profile  
 
 Post subject: Thank you
PostPosted: Wed Oct 03, 2007 2:56 pm 
Offline
Joined: Wed Oct 18, 2006 9:58 am
Posts: 10
Location: Akron, Oh
That did it.

Brian


Top
 Profile  
 
 Post subject:
PostPosted: Tue Oct 16, 2007 12:50 am 
Offline
Joined: Mon Mar 13, 2006 2:28 am
Posts: 143
Location: Brisbane, Australia
Howdy,

I'm getting a make error after running make-kpkg modules_image from within the /usr/src/linux directory as root, so the .deb's never get created. Here's a snip where it's running into trouble.

Code:
...
make[1]: Entering directory `/usr/src/modules/alsa-driver'
/usr/bin/make -f debian/rules binary-modules
make[2]: Entering directory `/usr/src/modules/alsa-driver'
/usr/bin/make  compile
make[3]: Entering directory `/usr/src/modules/alsa-driver'
/usr/bin/make dep
make[4]: Entering directory `/usr/src/modules/alsa-driver'
make[5]: Entering directory `/usr/src/modules/alsa-driver/acore'
make[6]: Entering directory `/usr/src/modules/alsa-driver/acore/ioctl32'
....
....
make[5]: Leaving directory `/usr/src/modules/alsa-driver/pcmcia'
make[5]: Entering directory `/usr/src/modules/alsa-driver/misc'
make[5]: Leaving directory `/usr/src/modules/alsa-driver/misc'
make[4]: Leaving directory `/usr/src/modules/alsa-driver'
/usr/bin/make -C /usr/src/linux SUBDIRS=/usr/src/modules/alsa-driver O=/usr/src/linux CPP="gcc-4.1 -E" CC="gcc-4.1" modules
make[4]: Entering directory `/usr/src/linux-headers-2.6.18-chw-13'
  CC [M]  /usr/src/modules/alsa-driver/i2c/other/tea575x-tuner.o
In file included from /usr/src/modules/alsa-driver/i2c/other/tea575x-tuner.c:29:
/usr/src/modules/alsa-driver/include/sound/tea575x-tuner.h:25:28: error: linux/videodev.h: No such file or directory
In file included from /usr/src/modules/alsa-driver/i2c/other/tea575x-tuner.c:29:
/usr/src/modules/alsa-driver/include/sound/tea575x-tuner.h:37: error: field 'vd' has incomplete type
...
...
make[8]: *** [/usr/src/modules/alsa-driver/i2c/other/tea575x-tuner.o] Error 1
make[7]: *** [/usr/src/modules/alsa-driver/i2c/other] Error 2
make[6]: *** [/usr/src/modules/alsa-driver/i2c] Error 2
make[5]: *** [_module_/usr/src/modules/alsa-driver] Error 2
make[4]: *** [modules] Error 2
make[4]: Leaving directory `/usr/src/linux-headers-2.6.18-chw-13'
make[3]: *** [compile] Error 2
make[3]: Leaving directory `/usr/src/modules/alsa-driver'
make[2]: *** [build-stamp] Error 2
make[2]: Leaving directory `/usr/src/modules/alsa-driver'
make[1]: *** [kdist_image] Error 2
make[1]: Leaving directory `/usr/src/modules/alsa-driver'
Module /usr/src/modules/alsa-driver failed.
Hit return to Continue

Code:
# locate videodev.h
/usr/src/linux-headers-2.6.18-chw-13/include/linux/videodev.h


Any ideas on this one?

Regards,
Kirk.

_________________
MBE/FE ~ R5F27 ~ Asus A8N-VM-CSM ~ AMD64 3500+ ~ 1GB RAM ~ 1.5TB Storage ~ Nova-T-500 ~ SH-S183A DVDRW ~ LC20M Case ~ iMON-Pad Remote
FE ~ Diskless ~ Asus M2NPV-VM ~ AMD X2 BE-2350 (45w) ~ 1GB RAM ~ TT Lanbox Lite ~ iMON-Pad Remote


Top
 Profile  
 
 Post subject:
PostPosted: Tue Oct 16, 2007 3:55 pm 
Offline
Joined: Mon Mar 13, 2006 2:28 am
Posts: 143
Location: Brisbane, Australia
My problem was that I didn't have the DVB headers. As

Code:
videodev.h -> /root/v4l-dvb-1387dc197077/linux/include/linux/videodev.h

showed me, along with this thread on how to get them. Then follow the steps above.

_________________
MBE/FE ~ R5F27 ~ Asus A8N-VM-CSM ~ AMD64 3500+ ~ 1GB RAM ~ 1.5TB Storage ~ Nova-T-500 ~ SH-S183A DVDRW ~ LC20M Case ~ iMON-Pad Remote
FE ~ Diskless ~ Asus M2NPV-VM ~ AMD X2 BE-2350 (45w) ~ 1GB RAM ~ TT Lanbox Lite ~ iMON-Pad Remote


Top
 Profile  
 
 Post subject:
PostPosted: Sun Oct 21, 2007 8:02 pm 
Offline
Joined: Wed Oct 18, 2006 9:58 am
Posts: 10
Location: Akron, Oh
I am having a different problem after a rebuild.

Code:
root@mythtv:/usr/src# apt-get install alsa-source alsa-base alsa-oss
Reading package lists... Done
Building dependency tree... Done
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
  alsa-oss: Depends: libasound2 (> 1.0.14) but 1.0.13-2 is to be installed
  libc6-dev: Depends: libc6 (= 2.5-7) but 2.6.1-6 is to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).


Any help you can provide cecil?

Brian


Top
 Profile  
 
 Post subject:
PostPosted: Sun Oct 21, 2007 8:08 pm 
Offline
Joined: Wed Oct 18, 2006 9:58 am
Posts: 10
Location: Akron, Oh
Here is the output of apt-get -f install.

Code:
root@mythtv:/usr/src# apt-get -f install
Reading package lists... Done
Building dependency tree... Done
Correcting dependencies... Done
The following extra packages will be installed:
  binutils cpp-4.1 g++-4.1 gcc-4.1 gcc-4.1-base libc6-dev libstdc++6-4.1-dev
Suggested packages:
  binutils-doc gcc-4.1-locales g++-4.1-multilib gcc-4.1-doc gcc-4.1-multilib
  glibc-doc manpages-dev libstdc++6-4.1-doc
Recommended packages:
  libmudflap0-dev
The following packages will be REMOVED:
  libssp0
The following packages will be upgraded:
  binutils cpp-4.1 g++-4.1 gcc-4.1 gcc-4.1-base libc6-dev libstdc++6-4.1-dev
7 upgraded, 0 newly installed, 1 to remove and 727 not upgraded.
2 not fully installed or removed.
Need to get 12.7MB of archives.
After unpacking 2671kB disk space will be freed.
Do you want to continue [Y/n]? y
Get:1 http://ftp.debian.org unstable/main binutils 2.18-1 [2670kB]
Get:2 http://ftp.debian.org unstable/main libc6-dev 2.6.1-6 [3331kB]
Get:3 http://ftp.debian.org unstable/main libstdc++6-4.1-dev 4.1.2-17 [1124kB]
Get:4 http://ftp.debian.org unstable/main g++-4.1 4.1.2-17 [2598kB]
Get:5 http://ftp.debian.org unstable/main gcc-4.1 4.1.2-17 [416kB]
Get:6 http://ftp.debian.org unstable/main cpp-4.1 4.1.2-17 [2317kB]
Get:7 http://ftp.debian.org unstable/main gcc-4.1-base 4.1.2-17 [206kB]
Fetched 12.7MB in 16s (791kB/s)
(Reading database ... 90671 files and directories currently installed.)
Preparing to replace binutils 2.17-3 (using .../binutils_2.18-1_i386.deb) ...
Unpacking replacement binutils ...
dpkg: error processing /var/cache/apt/archives/binutils_2.18-1_i386.deb (--unpack):
 trying to overwrite `/usr/bin/nm', which is also in package libxine1
dpkg-deb: subprocess paste killed by signal (Broken pipe)
dpkg: regarding .../libc6-dev_2.6.1-6_i386.deb containing libc6-dev:
 libc6-dev conflicts with binutils (<< 2.17cvs20070426-1)
  binutils (version 2.17-3) is installed.
dpkg: error processing /var/cache/apt/archives/libc6-dev_2.6.1-6_i386.deb (--unpack):
 conflicting packages - not installing libc6-dev
Errors were encountered while processing:
 /var/cache/apt/archives/binutils_2.18-1_i386.deb
 /var/cache/apt/archives/libc6-dev_2.6.1-6_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)


Brian


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jun 19, 2009 10:10 pm 
Offline
Joined: Sun May 29, 2005 5:47 pm
Posts: 65
Anyone know how to build new alsa with ARCH Linux? I have been googling away, but just can't figure it out?


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 8 posts ] 


All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 17 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu