[arch-general] Moving qgis from [community] into the AUR.

2011-07-21 Thread Thomas Dziedzic
QWT was bumped to 6.0 and qgis is currently incompatible with the new version. In order to update qwt, we will have to drop qgis into the aur. I have looked into patching qgis to be compatible with qwt 6. I managed to get an initial patch accepted, but there is a lot more work to be done, on code

Re: [arch-general] usb webcam no audio

2011-07-21 Thread C Anthony Risinger
On Thu, Jul 21, 2011 at 10:57 PM, Matthew Monaco wrote: > I haven't been able to get audio on my webcam for a while. My initial guess > is that it has to do with all of the udev changes. > > I'm using gnome w/ pulseaudio. The audio properties show the device on the > input tab, but it doesn't dete

Re: [arch-general] usb webcam no audio

2011-07-21 Thread jesse jaara
Try amixer it alsamixer to see if it is muted

[arch-general] usb webcam no audio

2011-07-21 Thread Matthew Monaco
I haven't been able to get audio on my webcam for a while. My initial guess is that it has to do with all of the udev changes. I'm using gnome w/ pulseaudio. The audio properties show the device on the input tab, but it doesn't detect any activity. everything.log: Jul 21 23:54:08 newguy kerne

Re: [arch-general] PKGBUILD.proto improvements

2011-07-21 Thread Rogutės Sparnuotos
C Anthony Risinger (2011-07-21 16:42): > ... the motivation of this message is to encourage adding some > routines to the makepkg library, similar to msg/msg2/warning/etc, to > handle development checkouts. basically i see people using _gitroot > and _gitname for different stuff ... namely _gitnam

[arch-general] PKGBUILD.proto improvements

2011-07-21 Thread C Anthony Risinger
i wanted to share a couple of loose thoughts on the standard practices for PKGBUILDs ... specifically development ones ... with an immediate focus on git ones (for this instance, but applies to any) awhile back i tried to make a super cheap way of doing git checkouts for builds: https://bbs.archl

Re: [arch-general] makepkg and its dependencies, how to create a good build chroot?

2011-07-21 Thread Magnus Therning
On Thu, Jul 21, 2011 at 10:10:40PM +0200, Lukas Fleischer wrote: > On Thu, Jul 21, 2011 at 09:59:16PM +0200, Magnus Therning wrote: [...] >> 1. Why does `pacman` (the package) not depend on `findutils` and >>`gzip`, when `makepkg` clearly needs both those packages to >>function properly? >

Re: [arch-general] makepkg and its dependencies, how to create a good build chroot?

2011-07-21 Thread Lukas Fleischer
On Thu, Jul 21, 2011 at 09:59:16PM +0200, Magnus Therning wrote: > For a while now I've been using some scripts to handle the details for > creating build chroots, updating them, and triggering builds in them. > It's all part of my work with building Haskell packages for Arch. > > To create a chro

[arch-general] makepkg and its dependencies, how to create a good build chroot?

2011-07-21 Thread Magnus Therning
For a while now I've been using some scripts to handle the details for creating build chroots, updating them, and triggering builds in them. It's all part of my work with building Haskell packages for Arch. To create a chroot I used this line: mkarchroot -f -C ${pacman_conf} \ -M /usr

Re: [arch-general] Panic - no sound devices after upgrade

2011-07-21 Thread Fons Adriaensen
On Thu, Jul 21, 2011 at 07:25:56PM +0200, Tom Gundersen wrote: > Fons (or anyone else who could reproduce the problem), > > If you want to try out Adrian's patch, I uploaded a kernel with the > patch applied here: > . Wo

Re: [arch-general] Panic - no sound devices after upgrade

2011-07-21 Thread Tom Gundersen
On Thu, Jul 21, 2011 at 4:01 PM, Adrian Knoth wrote: > On 07/21/11 15:00, Tom Gundersen wrote: > > Hi! > >>> * The driver for my card (RME HDSP MADI, snd_hdpsm) is loaded. > [   48.057757] HDSPM: unknown firmware revision cc > >> firmware revision is 0xCC, which is not recognised. If your

Re: [arch-general] Panic - no sound devices after upgrade

2011-07-21 Thread Fons Adriaensen
On Thu, Jul 21, 2011 at 03:00:32PM +0200, Tom Gundersen wrote: > Adrian, Takashi: I added you to cc, as you last touched this code, > sorry if I should have cc'ed someone else. It appears that the HDSPM > module does not recognise cards with firmware revision 0xCC: > > On Thu, Jul 21, 2011 at 1:23

Re: [arch-general] Panic - no sound devices after upgrade

2011-07-21 Thread Tom Gundersen
Adrian, Takashi: I added you to cc, as you last touched this code, sorry if I should have cc'ed someone else. It appears that the HDSPM module does not recognise cards with firmware revision 0xCC: On Thu, Jul 21, 2011 at 1:23 PM, Fons Adriaensen wrote: > * The driver for my card (RME HDSP MAD

Re: [arch-general] Panic - no sound devices after upgrade

2011-07-21 Thread Fons Adriaensen
On Thu, Jul 21, 2011 at 02:00:22PM +0200, Tom Gundersen wrote: > On Thu, Jul 21, 2011 at 1:26 PM, Kacper Żuk wrote: > > 2011/7/21 Fons Adriaensen : > >> * but there is no ALSA sequencer device (/dev/snd/seq). > > > > I think that for sequencer you need to: > > modprobe snd-seq > > This should not

Re: [arch-general] Panic - no sound devices after upgrade

2011-07-21 Thread Tom Gundersen
On Thu, Jul 21, 2011 at 1:26 PM, Kacper Żuk wrote: > 2011/7/21 Fons Adriaensen : >> * but there is no ALSA sequencer device (/dev/snd/seq). > > I think that for sequencer you need to: > modprobe snd-seq This should not be necessary. There was a bug to do with this, but with the newest udev (from

Re: [arch-general] Panic - no sound devices after upgrade

2011-07-21 Thread Kacper Żuk
2011/7/21 Fons Adriaensen : > * but there is no ALSA sequencer device (/dev/snd/seq). I think that for sequencer you need to: modprobe snd-seq -- Kacper Zuk

Re: [arch-general] Panic - no sound devices after upgrade

2011-07-21 Thread Fons Adriaensen
On Thu, Jul 21, 2011 at 12:21:23PM +0200, Tom Gundersen wrote: > > [   48.057757] HDSPM: unknown firmware revision cc > > > > Clearly the firmware revision hasn't changed... So either it is > > not read correctly, or the driver has changed. > > Where do you get your firmware from? Is it in the ke

Re: [arch-general] Panic - no sound devices after upgrade

2011-07-21 Thread Tom Gundersen
On Thu, Jul 21, 2011 at 12:09 PM, Fons Adriaensen wrote: > On Wed, Jul 20, 2011 at 06:50:32PM +0200, Tom Gundersen wrote: > >> "modprobe -rv snd_hdpsm && modprobe -v snd_hdpsm", and then post the >> output to the console and any dmesg output (and verify that your >> devices are not in /dev/snd)? >

Re: [arch-general] Panic - no sound devices after upgrade

2011-07-21 Thread Fons Adriaensen
On Wed, Jul 20, 2011 at 06:50:32PM +0200, Tom Gundersen wrote: > "modprobe -rv snd_hdpsm && modprobe -v snd_hdpsm", and then post the > output to the console and any dmesg output (and verify that your > devices are not in /dev/snd)? This becomes interesting: [root@c252 fons]# modprobe -rv snd_h

Re: [arch-general] Panic - no sound devices after upgrade

2011-07-21 Thread Fons Adriaensen
On Thu, Jul 21, 2011 at 03:52:04PM +0800, Ray Rashif wrote: > On 21 July 2011 15:19, Fons Adriaensen wrote: > > I'm not at the studio ATM so I can't try, but what about > > the sysvinit package ? It provides /sbin/init, and it was > > not in your list of 'usual suspects'. > > The last time that w

Re: [arch-general] Panic - no sound devices after upgrade

2011-07-21 Thread Ray Rashif
On 21 July 2011 15:19, Fons Adriaensen wrote: > I'm not at the studio ATM so I can't try, but what about > the sysvinit package ? It provides /sbin/init, and it was > not in your list of 'usual suspects'. The last time that was updated was in Oct 2010 [1]. > to find out why after reverting kerne

Re: [arch-general] Panic - no sound devices after upgrade

2011-07-21 Thread Fons Adriaensen
On Thu, Jul 21, 2011 at 12:50:20AM +0800, Ray Rashif wrote: > On 21 July 2011 00:38, Fons Adriaensen wrote: > > *Two cards* going defective at the same time, and that time coincides > > with an upgrade ? That could only mean that the new system has destroyed > > them :-) > > Yes, but the obvious