[Bug 1004239] Re: lirc installation error in Ubuntu 12.04

2012-06-25 Thread ianc
Interesting: it wasn't working for me.

The link will need to be kernel-specific of course.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1004239

Title:
  lirc installation error in Ubuntu 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lirc/+bug/1004239/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1004239] Re: lirc installation error in Ubuntu 12.04

2012-06-25 Thread ianc
Mythbuntu 12.04 64-bit, fresh install updated to 3.2.0-25 kernel . I
don't have:

/lib/modules/3.2.0-25-generic/kernel/drivers/staging/lirc

but I do have:

/lib/modules/3.2.0-25-generic/kernel/drivers/staging/media/lirc

So workaround is to:

sudo ln -s
/lib/modules/3.2.0-25-generic/kernel/drivers/staging/media/lirc
/lib/modules/3.2.0-25-generic/kernel/drivers/staging/lirc

Now works OK

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1004239

Title:
  lirc installation error in Ubuntu 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lirc/+bug/1004239/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 305321] Re: cyberlink Remote isn't available as an option

2010-03-29 Thread ianc
There is a simpler solution (no compilation required...) described here:

http://ubuntuforums.org/showthread.php?t=1214795

-- 
cyberlink Remote isn't available as an option
https://bugs.launchpad.net/bugs/305321
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 178442] Re: Pulseaudio fails to initialize ICE1712 chipsets

2010-03-06 Thread ianc
I can confirm that #52/53 fixes analog playback/record & also S/PDIF
playback: I can't confirm S/PDIF record because I've never put much
effort into trying to get it going...

-- 
Pulseaudio fails to initialize ICE1712 chipsets
https://bugs.launchpad.net/bugs/178442
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 178442] Re: Pulseaudio fails to initialize ICE1712 chipsets

2010-03-06 Thread ianc
I agree with both the immediately previous comments: whilst I don't use
JACK etc. I'd suggest that the risk to other apps from the adoption of
the solution from #30 has to be greater than the pure Pulseaudio
workaround (#52/53 or whatever you want to call it).

For me that fix has been completely stable for several months & it seems
a relatively clean way to plaster over an issue that has been a
festering sore since Hardy, at least pending a real fix upstream.

-- 
Pulseaudio fails to initialize ICE1712 chipsets
https://bugs.launchpad.net/bugs/178442
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 470776] Re: retry remote devices when parent is ready after SIGUSR1

2010-01-08 Thread ianc
Well, I'm a home user, I'm affected - and the issue is a right PITA...

Karmic's inability to mount NFS drives at boot is a major regression.

So if the mechanism for solving the problem is an SRU then I vote for
that solution too please.

-- 
retry remote devices when parent is ready after SIGUSR1
https://bugs.launchpad.net/bugs/470776
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 178442] Re: Pulseaudio fails to initialize ICE1712 chipsets

2009-11-29 Thread ianc
If outputs 1 & 2 are OK then probably all you need to do is modify the
"via-ice1712.conf" (or whatever you called it) file. Take a look at the
Pulseaudio bug linked-to in #35 - there are files attached there for a
multi-output card that you should be able to modify to get yourself up
and going.

-- 
Pulseaudio fails to initialize ICE1712 chipsets
https://bugs.launchpad.net/bugs/178442
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 178442] Re: Pulseaudio fails to initialize ICE1712 chipsets

2009-11-25 Thread ianc
Franky - even if it's the same chipset the parameters you need may not be the 
same as in #84. Take a look at the output of "lspci -nnv" - you should be able 
to confirm that the card does use an ICE1712 chipset and also confirm the 
parameters. You need to know:
vendor
device
subsystem_vendor
subsystem_device

Substitute the values for your card into the line in #84 and see if that
helps.

-- 
Pulseaudio fails to initialize ICE1712 chipsets
https://bugs.launchpad.net/bugs/178442
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 178442] Re: Pulseaudio fails to initialize ICE1712 chipsets

2009-11-08 Thread ianc
OK - for /lib/udev/rules.d/90-pulseaudio.rules you could try:

SUBSYSTEMS=="pci", ATTRS{vendor}=="0x1412", ATTRS{device}=="0x1712",
ATTRS{subsystem_vendor}=="0x153b", ATTRS{subsystem_device}=="0x1138",
ENV{PULSE_PROFILE_SET}="via-ice1712.conf"

Depending on what you've called the file in /usr/share/pulseaudio/alsa-
mixer/profile-sets you may need to amend the profile set name.

...if that doesn't work I'm stumped though.

-- 
Pulseaudio fails to initialize ICE1712 chipsets
https://bugs.launchpad.net/bugs/178442
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 178442] Re: Pulseaudio fails to initialize ICE1712 chipsets

2009-11-08 Thread ianc
What does lspci -nnv tell you about the card?

-- 
Pulseaudio fails to initialize ICE1712 chipsets
https://bugs.launchpad.net/bugs/178442
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 178442] Re: Pulseaudio fails to initialize ICE1712 chipsets

2009-11-07 Thread ianc
DMX6Fire - subsystem device id could be 0x1138?

(from http://envy24.svobodno.com/)

-- 
Pulseaudio fails to initialize ICE1712 chipsets
https://bugs.launchpad.net/bugs/178442
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 178442] Re: Pulseaudio fails to initialize ICE1712 chipsets

2009-10-30 Thread ianc
Ah - so much for google this time! My card's a M2496 so I couldn't check
directly.

Thanks for the /etc/udev/rules.d tip - the file does get overwritten
when it's in the the other folder.

-- 
Pulseaudio fails to initialize ICE1712 chipsets
https://bugs.launchpad.net/bugs/178442
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 178442] Re: Pulseaudio fails to initialize ICE1712 chipsets

2009-10-30 Thread ianc
er - and when that doesn't work (as it probably won't) you could try:

SUBSYSTEMS=="pci", ATTRS{vendor}=="0x1412", ATTRS{device}=="0x1712",
ATTRS{subsystem_vendor}=="0x1412", ATTRS{subsystem_device}=="0xd630",
ENV{PULSE_PROFILE_SET}="via-ice1712.conf"

The trick is to correctly identify the parameters to match your specific
card.

-- 
Pulseaudio fails to initialize ICE1712 chipsets
https://bugs.launchpad.net/bugs/178442
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 178442] Re: Pulseaudio fails to initialize ICE1712 chipsets

2009-10-30 Thread ianc
Paulo - in /lib/udev/rules.d/90-pulseaudio.rules try:

SUBSYSTEMS=="pci", ATTRS{vendor}=="0x1412", ATTRS{device}=="0xd633",
ENV{PULSE_PROFILE_SET}="via-ice1712.conf"

rather than the string above.

-- 
Pulseaudio fails to initialize ICE1712 chipsets
https://bugs.launchpad.net/bugs/178442
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 178442] Re: Pulseaudio fails to initialize ICE1712 chipsets

2009-09-22 Thread ianc
Florian - the (partial) solution from #35 is still working for me - with
the restriction that Pulseaudio updates usually overwrite
/lib/udev/rules.d/90-pulseaudio.rules with a plain vanilla version so
that I have to re-edit it to get things going again.

In general (looking at the Pulseaudio bug) there seem to be two problems with 
the solution that are preventing it being merged into PA:
- digital input needs to be sorted out (probably a mapping issue that just 
needs someone to take the time to test properly)
- the unused channels appear in the channel maps ("Output Devices" tab in PAVC) 
which is untidy and potentially confusing. This needs ALSA to be fixed 
apparently

-- 
Pulseaudio fails to initialize ICE1712 chipsets
https://bugs.launchpad.net/bugs/178442
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 178442] Re: Pulseaudio fails to initialize ICE1712 chipsets

2009-08-30 Thread ianc
David - take a look at the Pulseaudio ticket (#35 above) - it has the
udev policy info.

-- 
Pulseaudio fails to initialize ICE1712 chipsets
https://bugs.launchpad.net/bugs/178442
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 178442] Re: Pulseaudio fails to initialize ICE1712 chipsets

2009-08-30 Thread ianc
David - take a look at the Pulseaudio ticket (#35 above) - it has the
udev policy info.

-- 
Pulseaudio fails to initialize ICE1712 chipsets
https://bugs.launchpad.net/bugs/178442
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 178442] Re: Pulseaudio fails to initialize Audiophile 2496

2009-08-18 Thread ianc
I've been following this from upstream:

http://www.pulseaudio.org/ticket/624

Profile configuration isn't yet perfect, but for me it's a major step
forward in terms of mapping (I don't have the problem with glitch-free).

** Bug watch added: PulseAudio sound server #624
   http://pulseaudio.org/ticket/624

-- 
Pulseaudio fails to initialize Audiophile 2496
https://bugs.launchpad.net/bugs/178442
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 94226] Re: scanner doesn't work with ubuntu 7.04

2007-06-22 Thread ianc
I have the same problem (Perfection 2580).

The kernel bug referenced above is marked as resolved - if this is the
cause of the problem will the fix make it into Feisty soon?

Thanks

Ian

-- 
scanner doesn't work with ubuntu 7.04
https://bugs.launchpad.net/bugs/94226
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 118725] Re: Unable to adjust sound levels when recording in feisty

2007-06-14 Thread ianc
I have a similar setup and the same problem (the attached file contains
responses to commands per Bananabob's list).

** Attachment added: "typescript"
   http://launchpadlibrarian.net/8081130/typescript

-- 
Unable to adjust sound levels when recording in feisty
https://bugs.launchpad.net/bugs/118725
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 51991] Re: Xorg process freezes, uses 100% of CPU. Can be killed by remote terminal.

2006-07-10 Thread IanC
I have a Dell Inspriron 4100:
- PIII Mobile CPU 1.2GHz
- 640 MB RAM
- 30GB HDD
- ATI Mobility Radeon graphics card

The main difference is that my laptop hard locks i.e. I am unable to use
the keyboard or the mouse. Ctrl-Alt-Bksp does not work, the only thing I
can do reliably is is switch off the machine. Since I don't have a
second machine, I am unable to test whether or not I can log in
remotely.

This has happened most often while running Firefox, but has occurred
with other apps as well.

-- 
Xorg process freezes, uses 100% of CPU. Can be killed by remote terminal.
https://launchpad.net/bugs/51991

--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 51991] Re: Xorg process freezes, uses 100% of CPU. Can be killed by remote terminal.

2006-07-10 Thread IanC
I have a Dell Inspriron 4100:
- PIII Mobile CPU 1.2GHz
- 640 MB RAM
- 30GB HDD
- ATI Mobility Radeon graphics card

The main difference is that my laptop hard locks i.e. I am unable to use
the keyboard or the mouse. Ctrl-Alt-Bksp does not work, the only thing I
can do reliably is is switch off the machine. Since I don't have a
second machine, I am unable to test whether or not I can log in
remotely.

This has happened most often while running Firefox, but has occurred
with other apps as well.

-- 
Xorg process freezes, uses 100% of CPU. Can be killed by remote terminal.
https://launchpad.net/bugs/51991

--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs