[Bug 580183] Re: asus eeepc 1001px in/out jack not functionnal and screen microphone

2010-07-04 Thread irwjager
** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

-- 
asus eeepc 1001px in/out jack not functionnal and screen microphone
https://bugs.launchpad.net/bugs/580183
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 580183] Re: asus eeepc 1001px in/out jack not functionnal and screen microphone

2010-07-04 Thread irwjager
Can confirm this on Ubuntu Netbook Edition
2.6.32-23-generic #37-Ubuntu SMP Fri Jun 11 07:54:58 UTC 2010 i686 GNU/Linux

-- 
asus eeepc 1001px in/out jack not functionnal and screen microphone
https://bugs.launchpad.net/bugs/580183
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 463940] Re: No fans, thermalzone on HP Envy 15 and HP DV6T Quad

2009-12-12 Thread irwjager
Hi Alex,

I remember getting 5 SSDTs aside from the DSDT. I think (think!) in one
of them the _PPC method was populated with values from somewhere in the
system memory. This code was repeated 8 times (for each virtual core).

The theory is that CPUT dies early on because it relies on _PPC being
defined, which it is not at that stage. Later, _PPC becomes
initialized/defined (at least that's what I seem to remember) and CPUT
gets parsed fine on subsequent calls.

As for F.04, I can confirm the fans were on, stuck on low, but weren't
throttling at all. When running with a fixed DSDT (so I could at least
get a critical shutdown temperature and thermal zone sensor) the machine
got so hot that the critical temperature was triggered and Ubuntu shut
down the system.

I'm sorry I can't help you anymore than this as I returned my Envy 15.

-- 
No fans, thermalzone on HP Envy 15 and HP DV6T Quad
https://bugs.launchpad.net/bugs/463940
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 463940] Re: No fans, thermalzone on HP Envy 15 and HP DV6T Quad

2009-11-05 Thread irwjager
It honestly seems like this BIOS was commissioned by a baboon. It
should've never passed QA like this. I'm taking my Envy back for a
refund. There is only so much time I can spend on debugging something
that should just work.

To recap our findings so far;

* Fans not working (at least on F.04).
* Thermal zone/sensors not working.
* ACPI parsing aborts in several places due to initialization bugs (Linux 
does work around this)
* CPU Powersaving (aka C-State switching) only works if you boot the 
machine without AC adapter attached.
* No critical shutdown temperature returned for anything else but Windows.

In short, this BIOS is a recipe for a cooked CPU: all cores are always
awake, all of the time (generating copious amounts of heat). Heat which
is insufficiently dissipated by the fans (they don't seem to throttle at
any temperature). The OS can't shut down the machine if it gets too hot
because it is kept in the dark about 1. the current temperature 2. what
temperature is considered critical.

Nice.

-- 
No fans, thermalzone on HP Envy 15 and HP DV6T Quad
https://bugs.launchpad.net/bugs/463940
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 463940] Re: No fans, thermalzone on HP Envy 15 and HP DV6T Quad

2009-11-05 Thread irwjager
Ignore that last post. What REALLY gave me a C-state was booting without
AC adapter (e.g. battery only)! Plugging in the adapter while the system
is on will retain the second C-state until you reboot. What the hell!?

-- 
No fans, thermalzone on HP Envy 15 and HP DV6T Quad
https://bugs.launchpad.net/bugs/463940
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 463940] Re: No fans, thermalzone on HP Envy 15 and HP DV6T Quad

2009-11-05 Thread irwjager
Installing the OmniBook module gave me an additional C-state (C3).

http://sourceforge.net/projects/omnibook/

-- 
No fans, thermalzone on HP Envy 15 and HP DV6T Quad
https://bugs.launchpad.net/bugs/463940
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 463940] Re: No fans, thermalzone on HP Envy 15 and HP DV6T Quad

2009-11-04 Thread irwjager
Abrahm, looking at your DSDT, firmware F.05 solves the thermal zone
problem for OS's other than Windows. It also adds a couple of new
devices but I'm not sure what they do.

Hearing that your fans are actually throttling on F.05 sounds really
encouraging. I got no such thing happening on F.04.

I strongly suspect the missing _PPC object is due to a timing issue. I
believe the SSDT, which loads the _PPC object into the namespace
definitions, is loaded way after the parser encounters a reference to
the _PPC object. It can't find it, because it doesn't know of it yet, so
it throws that namespace error and aborts. It's very sloppy coding.

One simple solution would be to put 'If CondRefOf (_PR.CPU0._PPC)' around the 
code in the DSDT that tries to access it.
It basically checks if _PR.CPU0._PPC exists yet. If not, it won't execute the 
code.

Ofcourse, this is only useful if the code is called again later, when
the _PPC object has been loaded, at which point it will succeed. I'm
thinking this is the case as the code seems to deal with P-States and
throttling. Even without a fix, the buggy code in the DSDT is probably
enough to make P-States work, as evidenced by Abrahm.

As for C-states, it wouldn't surprise me if they simply aren't defined
at all in this BIOS. I'll see if I can find a _CST object...

-- 
No fans, thermalzone on HP Envy 15 and HP DV6T Quad
https://bugs.launchpad.net/bugs/463940
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 463940] Re: No fans, thermalzone on HP Envy 15 and HP DV6T Quad

2009-11-03 Thread irwjager
Well, I got a working BIOS.

Not only do we have bugs in the DSDT, I also found one in the SSDT
causing formentioned namespace lookup failure (of which there are 5!).
The CPU table was missing a method. Bad...

I've attached a new DSDT source. It's a bit messy, but I'll clean it up
later.

You'll have to boot your kernel with an added parameter
'acpi_no_auto_ssdt' so it doesn't load the BIOS' old SSDT (they are now
part of the DSDT).

I'm a bit annoyed I have to do HP's/Insyde's work for them... :[


** Attachment added: "dsdtnew.dsl"
   http://launchpadlibrarian.net/35024864/dsdtnew.dsl

-- 
No fans, thermalzone on HP Envy 15 and HP DV6T Quad
https://bugs.launchpad.net/bugs/463940
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 463940] Re: No fans, thermalzone on HP Envy 15 and HP DV6T Quad

2009-11-02 Thread irwjager
Ok, instead of altering the DSDT, I modifed ec.c and thermal.c and built
a custom kernel.

I fixed the inappropriate MSI detection (by the way, this should be
fixed for all as of 2.6.32.rc3). I also forced the critical temperature
threshold to a fixed value (3702) which I gleaned from the DSDT, but
only if there is no valid value returned by the BIOS (on the Envy 15,
DV6T there isn't). Now the Thermal Zone init doesn't fail anymore.

Unfortunately, the MSI fix did nothing to get rid of the ACPI parse errors.
The critical temperature threshold fix brought the Thermal Zone on-line.

While looking at the DSDT some more, I noticed a flag called IOSS. I
strongly suspect this flag is set if the (Linux based) Instant-On OS is
booting. Indeed, looking at the ciritical temperature method, it returns
a value if this flag is set, not bothering with any other OS detection.

Method (_CRT, 0, Serialized)
{

If (LEqual (IOSS, One))
{
Return (0x0E76)
}

If (LLess (OSYS, 0x07D6))
{
If (LEqual (TJMX, 0x64))
{
If (LEqual (FSI1, One))
{
Return (0x0E30)
}
Else
{
Return (0x0E76)
}
}
}
}

Conclusion; HP/Insyde have made a special patch for the Linux-based IOS,
but any other Linux distro is screwed!

Does anyone have any ideas on what could be causing the
[\_PR_.CPU0._PPC] namespace lookup failure? What does it mean?

-- 
No fans, thermalzone on HP Envy 15 and HP DV6T Quad
https://bugs.launchpad.net/bugs/463940
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 463940] Re: No fans, thermalzone on HP Envy 15 and HP DV6T Quad

2009-11-02 Thread irwjager
I just noticed this too in dmesg;

ACPI: EC: Enabling special treatment for EC from MSI.

corresponding to this bug;
http://www.mail-archive.com/acpi-bugzi...@lists.sourceforge.net/msg26802.html

Obviously our HPs aren't MSIs...

Also, apologies for attaching the wrong DSDT. I think the one I attached
was the first version that actually compiled on iasl (had to do a lot of
cleaning up to get there).

-- 
No fans, thermalzone on HP Envy 15 and HP DV6T Quad
https://bugs.launchpad.net/bugs/463940
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 463940] Re: No fans, thermalzone on HP Envy 15 and HP DV6T Quad

2009-11-02 Thread irwjager
** Summary changed:

- No fans, thermalzone on HP Envy 15
+ No fans, thermalzone on HP Envy 15 and HP DV6T Quad

-- 
No fans, thermalzone on HP Envy 15 and HP DV6T Quad
https://bugs.launchpad.net/bugs/463940
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 463940] Re: No fans, thermalzone on HP Envy 15

2009-11-01 Thread irwjager
Related; same manufacturer (HP), same problem, different BIOS provider

https://bugs.launchpad.net/opensuse/+source/linux/+bug/412167

-- 
No fans, thermalzone on HP Envy 15
https://bugs.launchpad.net/bugs/463940
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 463940] Re: No fans, thermalzone on HP Envy 15

2009-11-01 Thread irwjager

** Attachment added: "disable_quirk_usb_early_handoff.patch"
   http://launchpadlibrarian.net/34926050/disable_quirk_usb_early_handoff.patch

-- 
No fans, thermalzone on HP Envy 15
https://bugs.launchpad.net/bugs/463940
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 463940] Re: No fans, thermalzone on HP Envy 15

2009-11-01 Thread irwjager

** Attachment added: "acpi_ec_hotkey.patch"
   http://launchpadlibrarian.net/34926010/acpi_ec_hotkey.patch

-- 
No fans, thermalzone on HP Envy 15
https://bugs.launchpad.net/bugs/463940
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


Re: [Bug 463940] Re: No fans, thermalzone on HP Envy 15

2009-11-01 Thread irwjager
Michael Bommarito wrote:
> I'll try patching and building the kernel on another machine with those
> lines, then transferring source to the machine via Windows 7.
>
> Could you attach the full diff from DeviceVM in case it helps?
>
> At that point, I can reboot to Linux and run make install && make
> modules_install, edit grub, and reboot without frying the machine...
>
>   
I got some bad news on that; I just compared the two files and so much 
has changed since 2.6.20.11 that there's no way you can do a diff on 
that. It all comes down to inserting the four lines below in 
acpi_ec_gpe_query;

+   if (ACPI_SUCCESS(acpi_get_handle(ec->handle, object_name, &h_dummy)))
+   acpi_evaluate_object(ec->handle, object_name, NULL, NULL);
+   else
+   acpi_bus_generate_event(first_ec, value, 0);

instead of

- acpi_evaluate_object(ec->handle, object_name, NULL, NULL);

However, this function has changed quite a bit. Including parameters
it's passing (it no longer passes object_name it seems).

I'll upload the patch anyway. Good luck & keep us posted! :)

-- 
No fans, thermalzone on HP Envy 15
https://bugs.launchpad.net/bugs/463940
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 463940] Re: No fans, thermalzone on HP Envy 15

2009-11-01 Thread irwjager
Ok, I downloaded HPIOS00_1.0.0.6 from the DeviceVM website. Apparently
it's based on 2.6.20.11. There's a few patches there that may influence
things, but I'm too inexperienced to tell whether they would make a
difference. There may also be something in the kernel configuration
file. The following 2 patches seem to be the most promising?

diff -Naurp linux-2.6.20.11/drivers/acpi/ec.c 
linux-2.6.20.11-mod/drivers/acpi/ec.c
--- linux-2.6.20.11/drivers/acpi/ec.c   2007-05-02 08:34:12.0 +0800
+++ linux-2.6.20.11-mod/drivers/acpi/ec.c   2008-06-18 11:13:41.0 
+0800
@@ -418,6 +418,7 @@ static void acpi_ec_gpe_query(void *ec_c
struct acpi_ec *ec = (struct acpi_ec *)ec_cxt;
u8 value = 0;
char object_name[8];
+   acpi_handle h_dummy;
 
if (!ec || acpi_ec_query(ec, &value))
return;
@@ -426,7 +427,10 @@ static void acpi_ec_gpe_query(void *ec_c
 
ACPI_DEBUG_PRINT((ACPI_DB_INFO, "Evaluating %s", object_name));
 
-   acpi_evaluate_object(ec->handle, object_name, NULL, NULL);
+   if (ACPI_SUCCESS(acpi_get_handle(ec->handle, object_name, &h_dummy)))
+   acpi_evaluate_object(ec->handle, object_name, NULL, NULL);
+   else
+   acpi_bus_generate_event(first_ec, value, 0);
 }
 
 static u32 acpi_ec_gpe_handler(void *data)


diff -Narup linux-2.6.20.11/drivers/usb/host/pci-quirks.c 
linux-2.6.20.11-mod/drivers/usb/host/pci-quirks.c
--- linux-2.6.20.11/drivers/usb/host/pci-quirks.c   2007-05-02 
08:34:12.0 +0800
+++ linux-2.6.20.11-mod/drivers/usb/host/pci-quirks.c   2007-10-29 
17:20:04.0 +0800
@@ -349,4 +349,4 @@ static void __devinit quirk_usb_early_ha
else if (pdev->class == PCI_CLASS_SERIAL_USB_EHCI)
quirk_usb_disable_ehci(pdev);
 }
-DECLARE_PCI_FIXUP_FINAL(PCI_ANY_ID, PCI_ANY_ID, quirk_usb_early_handoff);
+//DECLARE_PCI_FIXUP_FINAL(PCI_ANY_ID, PCI_ANY_ID, quirk_usb_early_handoff);

-- 
No fans, thermalzone on HP Envy 15
https://bugs.launchpad.net/bugs/463940
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


Re: [Bug 463940] Re: No fans, thermalzone on HP Envy 15

2009-11-01 Thread irwjager
Abrahm Scully wrote:
> Do the fans and thermal zones work correctly when booted to the
> Splashtop linux distro (HP QuickWeb) included with these laptops? I
> downloaded the most recent "HP QuickWeb" source archive from DeviceVM,
> but none of the patches in there looked like they would address this
> problem.
>
> I'll have access to this hardware later this week to help.
>
>   
That's a clever idea :)

The Hp Envy uses something called IOS, which is a different archive from 
the QuickWeb one I found on the DeviceVM website. I'm currently 
downloading it. Whereabouts should I look for patches?

I just got my system dual booting Ubuntu and Win7. Reverting back to 
factory default would be a major pain in the backside (especially since 
the factory default uses 4 logical partitions with no room for Ubuntu). 
I might do it if I find some spare time.

IOS ran perfectly cool from what I remember though.

However, I'm not sure if DeviceVM abstract some stuff in the BIOS first 
(they seem to say they do) and then run a cut-down one-size-fits all 
Linux stack. In that case I guess you wouldn't find anything in the source.

-- 
No fans, thermalzone on HP Envy 15
https://bugs.launchpad.net/bugs/463940
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


Re: [Bug 463940] Re: No fans, thermalzone on HP Envy 15

2009-10-31 Thread irwjager
Michael Bommarito wrote:
> I'd like to call into HP service tomorrow before making any other
> modifications.  Altering DSDTs or flashing with modified BIOSs are not
> what I want to do for the number of machines I was looking to purchase,
> so I'd rather put heat on HP to fix the issue.
>
> I noticed your post here:
> http://h30434.www3.hp.com/psg/board/message?board.id=OS&thread.id=22243
>
> And followed up as well.
>
> I also posted on this forum:
> http://forum.notebookreview.com/showthread.php?p=5470350&posted=1#post5470350
>
> And asked any others who might be affected to make sure they let HP
> know.  I think this is probably the better solution, at least for me...
>
>   
Yep. Good call. In the meantime, let's hope some Linux kernel/ACPI devs 
can weigh in on the issue.

-- 
No fans, thermalzone on HP Envy 15
https://bugs.launchpad.net/bugs/463940
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 463940] Re: No fans, thermalzone on HP Envy 15

2009-10-31 Thread irwjager

** Attachment added: "This DSDT brings one temperature sensor on-line on the 
Envy 15. It's probably the HDD sensor."
   http://launchpadlibrarian.net/34823044/dsdt.dsl.Fixed

-- 
No fans, thermalzone on HP Envy 15
https://bugs.launchpad.net/bugs/463940
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


Re: [Bug 463940] Re: No fans, thermalzone on HP Envy 15

2009-10-31 Thread irwjager
Michael Bommarito wrote:
> I'll get some more data up later tonight - I booted back to Win7 to get
> some baseline temperatures for my machine and will need to be AFK for a
> few hours.  Not sure if these are comparable to the Envy given that very
> different materials are used, but the dv6t-2000 runs between 45-70C on
> the CPU and 40-52C on the disk in Windows 7.
>   
I didn't get any readings from Win7 (I wiped :), but that sounds about 
right for regular use.
The sensor I got on-line by massaging the DSDT indicated a temperature 
of around 52C, with a critical temperature of 97C. I'm guessing this was 
the HDD temperature (the remaining dmesg errors after fixing the DSDT 
seem to hint there's problems with the CPU thermal zone, so that leaves 
the HDD and the GPU)
> I'll try under Jaunty again later tonight.  How did you fix your DSDT?
>   
This link deals with getting the tools for extracting and compiling a 
new DSDT. Note that custom DSDTs are no longer supported as of 9.10.

http://www.uluga.ubuntuforums.org/showthread.php?t=1036051

I'll attached a copy of the 'fixed' DSDT source, but be careful with 
using it on your machine; we don't know if the BIOS/hardware is the same 
yet. Your CPU is different to start of with, so that will need fixing.

The things I fixed were;

* Shifting around code, so that methods and constants were 
known/declared before being used.
* I commented out some code in the thermal zone section that would check 
for the OS Identifier. It would cause an implicit return (i.e. not 
returning *any* value, causing the critical temperature bug). See 
https://wiki.edubuntu.org/LaptopTestingTeam/HPdv5z for a similar sort of 
situation and how to fix it.
* I commented out code "FPED ()" where no code was allowed (i.e. no 
executable code at module level allowed). Didn't seem to adversely 
affect anything...

> I was also considering pulling a fresh kernel from
> http://kernel.ubuntu.com/git , but I was concerned about compiling a
> kernel without a fan...
>   
Ok, this is a decidedly low-tech solution; if your machine has a metal 
alloy casing like my Envy 15, then the heat dissipation works through 
the body as well. I simply raised the laptops and put a fan on the spot 
that gets hottest (bottom side under the touchpad in case of the Envy 
15). That actually made it run cool enough for installing/diganostics. 
Frequency scaling is working fine, so if you would force all cores to 
run at the lowest frequency possible (there's a gnome applet you can put 
on your taskbar), you might get away with compiling a new kernel at a 
reasonable temperature.

I read somewhere else that HP let their fans run all the time, be it at 
a lower setting, so that there is at least *some* heat dissipation 
performed by the laptop itself (but clearly not enough). This does 
indeed seem to be the case on the Envy 15.

-- 
No fans, thermalzone on HP Envy 15
https://bugs.launchpad.net/bugs/463940
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


Re: [Bug 463940] Re: No fans, thermalzone on HP Envy 15

2009-10-31 Thread irwjager
Hey,

Thanks for submitting this entry; I'm not feeling so alone now :)

Is there any chance you could attach the output from 'dmesg' and 'lspci 
-vvnn' to the bug?
This would give us an idea of how similar the hardware and issues are (I 
might have to change the title of the bug to reflect your machine too!).

If you like experimenting I got some pointers on how to fix-up the DSDT, 
which will give you a single working temperature sensor, but nothing 
much else (still no fans).

Thanks & best regards,

Ivo Jager

Michael Bommarito wrote:
> This bug affects the dv6t quad as well.
>
>

-- 
No fans, thermalzone on HP Envy 15
https://bugs.launchpad.net/bugs/463940
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 463970] Re: No sound, no mic on HP Envy 15

2009-10-29 Thread irwjager
Yep, that did it!

Built-in mic works, line-out works, speakers work.

Thanks for the rapid response & congratulations on Karmic - it looks
absolutely gorgeous!

-- 
No sound, no mic on HP Envy 15
https://bugs.launchpad.net/bugs/463970
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 463970] Re: No sound, no mic on HP Envy 15

2009-10-29 Thread irwjager

** Attachment added: "dmesg.log"
   http://launchpadlibrarian.net/34638932/dmesg.log

-- 
No sound, no mic on HP Envy 15
https://bugs.launchpad.net/bugs/463970
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 463970] Re: No sound, no mic on HP Envy 15

2009-10-29 Thread irwjager

** Attachment added: "alsainfo.log"
   http://launchpadlibrarian.net/34638924/alsainfo.log

-- 
No sound, no mic on HP Envy 15
https://bugs.launchpad.net/bugs/463970
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 463970] [NEW] No sound, no mic on HP Envy 15

2009-10-29 Thread irwjager
Public bug reported:

Clean 9.10 64-bit install.

Drivers loaded, all apps functioning, alsamixer shows plenty of sliders and 
switches for both input and output.
Yet, there is no actual sound input from the built-in mic, nor is there any 
output from the speakers or line-out.
Tried every combination of switches, to no avail.

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: 15 envy hp

-- 
No sound, no mic on HP Envy 15
https://bugs.launchpad.net/bugs/463970
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 463970] Re: No sound, no mic on HP Envy 15

2009-10-29 Thread irwjager

** Attachment added: "lsmod.log"
   http://launchpadlibrarian.net/34638964/lsmod.log

-- 
No sound, no mic on HP Envy 15
https://bugs.launchpad.net/bugs/463970
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 463970] Re: No sound, no mic on HP Envy 15

2009-10-29 Thread irwjager

** Attachment added: "lspci-vvnn.log"
   http://launchpadlibrarian.net/34638947/lspci-vvnn.log

-- 
No sound, no mic on HP Envy 15
https://bugs.launchpad.net/bugs/463970
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 463959] Re: Screen corruption glitches on HP Envy 15

2009-10-29 Thread irwjager

** Attachment added: "lsmod.log"
   http://launchpadlibrarian.net/34637951/lsmod.log

-- 
Screen corruption glitches on HP Envy 15
https://bugs.launchpad.net/bugs/463959
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 463959] Re: Screen corruption glitches on HP Envy 15

2009-10-29 Thread irwjager

** Attachment added: "lspci-vvnn.log"
   http://launchpadlibrarian.net/34637946/lspci-vvnn.log

-- 
Screen corruption glitches on HP Envy 15
https://bugs.launchpad.net/bugs/463959
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 463959] Re: Screen corruption glitches on HP Envy 15

2009-10-29 Thread irwjager

** Attachment added: "dmesg.log"
   http://launchpadlibrarian.net/34637928/dmesg.log

-- 
Screen corruption glitches on HP Envy 15
https://bugs.launchpad.net/bugs/463959
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 463959] Re: Screen corruption glitches on HP Envy 15

2009-10-29 Thread irwjager

** Attachment added: "Screenshot.png"
   http://launchpadlibrarian.net/34637838/Screenshot.png

-- 
Screen corruption glitches on HP Envy 15
https://bugs.launchpad.net/bugs/463959
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 463959] [NEW] Screen corruption glitches on HP Envy 15

2009-10-29 Thread irwjager
Public bug reported:

Clean 9.10 64-bit install.

The screen gets corrupted when I;

* Resume from suspend
* Have the background greyed out (for example during the password input dialog)

The attached screenshot is actually garbled by the screenshot app
itself; the screen itself looked absolutely fine at the time I took the
screenshot! The funny thing is that the garbled screenshot shows exactly
the sort of corruption I experience in the other cases (e.g. password
input).

Resuming from suspend looks almost normal, except for any text
(titlebars, menus, etc.) on the screen being garbled, much in the same
blocky manner as the garbled screenshot.

I'd love to make a screenshot of the other cases, but since the
screenshot app itself creates garbled output, I can't!

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: 15 envy hp

-- 
Screen corruption glitches on HP Envy 15
https://bugs.launchpad.net/bugs/463959
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 463940] Re: No fans, thermalzone on HP Envy 15

2009-10-29 Thread irwjager

** Attachment added: "uname.log"
   http://launchpadlibrarian.net/34636675/uname.log

-- 
No fans, thermalzone on HP Envy 15
https://bugs.launchpad.net/bugs/463940
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 463940] Re: No fans, thermalzone on HP Envy 15

2009-10-29 Thread irwjager

** Attachment added: "lspci-vvnn.log"
   http://launchpadlibrarian.net/34636660/lspci-vvnn.log

-- 
No fans, thermalzone on HP Envy 15
https://bugs.launchpad.net/bugs/463940
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 463940] Re: No fans, thermalzone on HP Envy 15

2009-10-29 Thread irwjager

** Attachment added: "lsmod.log"
   http://launchpadlibrarian.net/34636654/lsmod.log

-- 
No fans, thermalzone on HP Envy 15
https://bugs.launchpad.net/bugs/463940
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 463940] Re: No fans, thermalzone on HP Envy 15

2009-10-29 Thread irwjager

** Attachment added: "dsdt.dsl"
   http://launchpadlibrarian.net/34636633/dsdt.dsl

-- 
No fans, thermalzone on HP Envy 15
https://bugs.launchpad.net/bugs/463940
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 463940] Re: No fans, thermalzone on HP Envy 15

2009-10-29 Thread irwjager

** Attachment added: "dsdt.aml"
   http://launchpadlibrarian.net/34636616/dsdt.aml

-- 
No fans, thermalzone on HP Envy 15
https://bugs.launchpad.net/bugs/463940
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 463940] Re: No fans, thermalzone on HP Envy 15

2009-10-29 Thread irwjager

** Attachment added: "dmesg.log"
   http://launchpadlibrarian.net/34636575/dmesg.log

-- 
No fans, thermalzone on HP Envy 15
https://bugs.launchpad.net/bugs/463940
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 463940] [NEW] No fans, thermalzone on HP Envy 15

2009-10-29 Thread irwjager
Public bug reported:

The laptop gets *hot* even just idling.

Clean 9.10 64-bit install. ACPI errors in dmesg (bad non-compliant
BIOS).

Notably;

[1.745517] ACPI: EC: Look up EC in DSDT
[1.752295] ACPI: BIOS _OSI(Linux) query ignored
[1.761701] ACPI: EC: non-query interrupt received, switching to interrupt 
mode
[1.788442] ACPI Error (psargs-0359): [\_PR_.CPU0._PPC] Namespace lookup 
failure, AE_NOT_FOUND
[1.788452] ACPI Error (psparse-0537): Method parse/execution failed [\CPUT] 
(Node 88013ba4d7c0), AE_NOT_FOUND
[1.788505] ACPI Error (psparse-0537): Method parse/execution failed [\PSSC] 
(Node 88013ba4d7e0), AE_NOT_FOUND
[1.788555] ACPI Error (psparse-0537): Method parse/execution failed 
[\_SB_.PCI0.LPCB.EC0_._REG] (Node 88013ba49280), AE_NOT_FOUND
[1.788624] Fail in evaluating the _REG object of EC device. Broken bios is 
suspected.
[1.788626] ACPI: Interpreter enabled

and;

[2.226460] ACPI Exception: AE_OK, No or invalid critical threshold
20090521 thermal-384

I've been able to get rid of the latter error by repairing and
customizing the DSDT. This was on a clean 9.04 install (as 9.10 doesn't
allow custom DSDTs anymore). Customizing the DSDT brought exactly one
temperature sensor on-line, which doesn't seem much. Still no fans
though.

/proc/acpi/fan is empty, as is /proc/acpi/thermal_zone

Same behavior on Jaunty.

I have more troubles with VGA and sound, but I'll file another bug for
that.

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New

-- 
No fans, thermalzone on HP Envy 15
https://bugs.launchpad.net/bugs/463940
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 385786] Re: When continuing session after wakeup, all changes to all files are lost after reboot

2009-06-14 Thread irwjager
I did a fresh install of Jaunty without any RAID configuration. The
issue is till present. It seems the HDD (sometimes?) does not wake up
after a resume, causing all kinds of funky behavior. Presumably the
original bug is caused by everything being cached, but never written to
HDD (as it's not responding anymore?)

lspci:

00:00.0 Host bridge: Advanced Micro Devices [AMD] RS780 Host Bridge
00:01.0 PCI bridge: ASRock Incorporation Device 9602
00:11.0 SATA controller: ATI Technologies Inc SB700/SB800 SATA Controller [IDE 
mode]
00:12.0 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller
00:12.1 USB Controller: ATI Technologies Inc SB700 USB OHCI1 Controller
00:12.2 USB Controller: ATI Technologies Inc SB700/SB800 USB EHCI Controller
00:13.0 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller
00:13.1 USB Controller: ATI Technologies Inc SB700 USB OHCI1 Controller
00:13.2 USB Controller: ATI Technologies Inc SB700/SB800 USB EHCI Controller
00:14.0 SMBus: ATI Technologies Inc SBx00 SMBus Controller (rev 3a)
00:14.1 IDE interface: ATI Technologies Inc SB700/SB800 IDE Controller
00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA)
00:14.3 ISA bridge: ATI Technologies Inc SB700/SB800 LPC host controller
00:14.4 PCI bridge: ATI Technologies Inc SBx00 PCI to PCI Bridge
00:14.5 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI2 Controller
00:18.0 Host bridge: Advanced Micro Devices [AMD] Family 10h [Opteron, 
Athlon64, Sempron] HyperTransport Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] Family 10h [Opteron, 
Athlon64, Sempron] Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] Family 10h [Opteron, 
Athlon64, Sempron] DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] Family 10h [Opteron, 
Athlon64, Sempron] Miscellaneous Control
00:18.4 Host bridge: Advanced Micro Devices [AMD] Family 10h [Opteron, 
Athlon64, Sempron] Link Control
01:05.0 VGA compatible controller: ATI Technologies Inc Radeon HD 3300 Graphics
01:05.1 Audio device: ATI Technologies Inc RS780 Azalia controller
02:06.0 Network controller: RaLink RT2561/RT61 rev B 802.11g

-- 
When continuing session after wakeup, all changes to all files are lost after 
reboot
https://bugs.launchpad.net/bugs/385786
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 385786] [NEW] When continuing session after wakeup, all changes to all files are lost after reboot

2009-06-10 Thread irwjager
Public bug reported:

Jaunty, 64-bit

This happened twice to me now.

1. I woke up my system from being suspended
2. Continued on with my tasks for the day
3. Shut down my system. The system would seemingly close down fine, but would 
hang and not shut down or reboot. Unresponsive, no signal from VGA. I let it 
sit there for a while, made a coffee, got back, no change. I didn't think much 
of it and pressed the (hard) reset button.
4. Booted my system
5. To my absolute horror, everything I had done/saved had reverted back to the 
way it was before I had woken the system up from being suspended (step 1). This 
includes whole VmWare images. All changes gone.

This could be circumstantial, but in the middle of the session , all of
a sudden I could no longer create directories in a shared directory on
the Jaunty host from a Hardy VMWare virtual machine. This prompted me to
reboot, after which the machine closed down but did nothing. Then upon
reboot, all files had reverted to the state they were in when i
originally woke up the machine.

I would love to send you logs etc from the session, but they too have
disappeared as if it never took place.

There doesn't seem to be any filesystem corruption. I'm using Software
RAID 1 (mirrored). The drives seem to be in good health and use EXT3

some info; please do let me know if you need anything else!

uname -a:

Linux devbox 2.6.28-11-generic #42-Ubuntu SMP Fri Apr 17 01:58:03 UTC
2009 x86_64 GNU/Linux

dmesg from the session after the disappeared session:

of interest may be the messages starting at [9.483555] ?

[0.00] BIOS EBDA/lowmem at: 0009fc00/0009fc00
[0.00] Initializing cgroup subsys cpuset
[0.00] Initializing cgroup subsys cpu
[0.00] Linux version 2.6.28-11-generic (bui...@crested) (gcc version 
4.3.3 (Ubuntu 4.3.3-5ubuntu4) ) #42-Ubuntu SMP Fri Apr 17 01:58:03 UTC 2009 
(Ubuntu 2.6.28-11.42-generic)
[0.00] Command line: root=/dev/mapper/pdc_ihhcaagia1 ro quiet splash 
[0.00] KERNEL supported cpus:
[0.00]   Intel GenuineIntel
[0.00]   AMD AuthenticAMD
[0.00]   Centaur CentaurHauls
[0.00] BIOS-provided physical RAM map:
[0.00]  BIOS-e820:  - 0009fc00 (usable)
[0.00]  BIOS-e820: 0009fc00 - 000a (reserved)
[0.00]  BIOS-e820: 000e7000 - 0010 (reserved)
[0.00]  BIOS-e820: 0010 - cffb (usable)
[0.00]  BIOS-e820: cffb - cffc (ACPI data)
[0.00]  BIOS-e820: cffc - cfff (ACPI NVS)
[0.00]  BIOS-e820: cfff - d000 (reserved)
[0.00]  BIOS-e820: fff0 - 0001 (reserved)
[0.00]  BIOS-e820: 0001 - 00012000 (usable)
[0.00] DMI present.
[0.00] AMI BIOS detected: BIOS may corrupt low RAM, working it around.
[0.00] last_pfn = 0x12 max_arch_pfn = 0x3
[0.00] last_pfn = 0xcffb0 max_arch_pfn = 0x3
[0.00] Scanning 0 areas for low memory corruption
[0.00] modified physical RAM map:
[0.00]  modified:  - 0001 (reserved)
[0.00]  modified: 0001 - 0009fc00 (usable)
[0.00]  modified: 0009fc00 - 000a (reserved)
[0.00]  modified: 000e7000 - 0010 (reserved)
[0.00]  modified: 0010 - cffb (usable)
[0.00]  modified: cffb - cffc (ACPI data)
[0.00]  modified: cffc - cfff (ACPI NVS)
[0.00]  modified: cfff - d000 (reserved)
[0.00]  modified: fff0 - 0001 (reserved)
[0.00]  modified: 0001 - 00012000 (usable)
[0.00] init_memory_mapping: -cffb
[0.00]  00 - 00cfe0 page 2M
[0.00]  00cfe0 - 00cffb page 4k
[0.00] kernel direct mapping tables up to cffb @ 1-16000
[0.00] last_map_addr: cffb end: cffb
[0.00] init_memory_mapping: 0001-00012000
[0.00]  01 - 012000 page 2M
[0.00] kernel direct mapping tables up to 12000 @ 14000-1a000
[0.00] last_map_addr: 12000 end: 12000
[0.00] RAMDISK: 377ee000 - 37fef071
[0.00] ACPI: RSDP 000FAF50, 0014 (r0 ACPIAM)
[0.00] ACPI: RSDT CFFB, 0038 (r1 022509 RSDT1512 20090225 MSFT  
 97)
[0.00] ACPI: FACP CFFB0200, 0084 (r1 A M I  OEMFACP  12000601 MSFT  
 97)
[0.00] ACPI Warning (tbfadt-0460): Optional field "Pm2ControlBlock" has 
zero address or length: /1 [20080926]
[0.00] ACPI: DSDT CFFB0440, 8E4C (r1  AS212 AS212101  101 INTL 
20051117)
[0.00] ACPI: FACS CFFC, 0040
[0.00] ACPI: APIC

[Bug 147464] Re: Heavy network activity (eg: torrent/nfs file transfers) causes Hard System Locks and/or Network Freezes.

2007-11-06 Thread irwjager
Vostro 1400 and intel 3945 wireless. Not using NDIS wrapper. System 
consistently locks up after +/- 30 minutes of bittorrent traffic (+/- 100kb 
upload, +/-40 kb download, single torrent). 
No traces in any system log or ring buffer of a crash or problem. System 
completely freezes; mouse cursor just stops moving. System monitor shows no 
unusual activity up until freeze.

I'm not sure what to post here to help developers...

-- 
Heavy network activity (eg: torrent/nfs file transfers) causes Hard System 
Locks and/or Network Freezes.
https://bugs.launchpad.net/bugs/147464
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 153963] Re: [PATCH] Add STAC9228 DMIC support.

2007-11-01 Thread irwjager
Tried the fix on a Vostro 1400 (uses STAC9228 too) , but, alas, no
dice...

After patching the "patch_sigmatel.c" file in the kernel sources, i
copied the resulting file over to a fresh download of the ALSA 1.0.14
drivers and built those instead. Saved me compiling the complete kernel
:)

-- 
[PATCH] Add STAC9228 DMIC support.
https://bugs.launchpad.net/bugs/153963
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 131133] Re: [gutsy] no sound on Dell Latitude D630/D830/Precision M4300/Vostro 1500/1700 pci id 8086:284b

2007-10-06 Thread irwjager
Hi all,

The 2007-10-05/night update actually broke my flawless sound under Gutsy 
(Vostro 1400). 
Up until then i achieved perfect operation (bar the internal mic) by compiling 
the latest ALSA 1.0.15rc3 driver and libs and adding 

options snd-intel-hda probe_mask=1

to the /etc/modprobe.d/alsa-base file. The "probe_mask=1" should
alleviate the timeout issues which some people have been experiencing.

Unfortunately since the 2007-10-05/night update i have not been able to
get this setup back to work (bug #131133). Running with the latest
kernel from kernel.org (2.6.23-rc9) did not resolve this...

Ivo

-- 
[gutsy] no sound on Dell Latitude D630/D830/Precision M4300/Vostro 1500/1700 
pci id 8086:284b
https://bugs.launchpad.net/bugs/131133
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 149834] [gutsy] update broke detection of hda intel soundcard

2007-10-06 Thread irwjager
Public bug reported:

Hi,

It seems an update between the 4th and 5th of October has resulted in my 
soundcard no longer being detected (snd-intel-hda).
The following message has started popping up in dmesg;

[   38.482508] PCI: Setting latency timer of device :00:1b.0 to 64
[   39.008813] ACPI: PCI interrupt for device :00:1b.0 disabled
[   39.008823] HDA Intel: probe of :00:1b.0 failed with error -16

I'm running Gutsy on a Vostro 1400 (==Inspiron 1420), as you are
probably aware of there is a known issue with the sound on these
machines, therefore i've been using the ALSA 1.0.15rc3 drivers and lib.
This has been running great for several weeks until i did my daily
update of Ubuntu (i naturally recompiled and reinstalled the 1.0.15rc3
drivers/libs/utils after the update and restored the alsa-base file)

Don't worry about it if i'm the only one experiencing this issue - just
regard this as a heads-up.

Thanks & keep up the great work!

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
[gutsy] update broke detection of hda intel soundcard
https://bugs.launchpad.net/bugs/149834
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 103297] Re: Kernel updater doesn't update grub's menu, lst correctly

2007-10-06 Thread irwjager
Same thing here.
The kernel updater changed all root entries to 0,0 and completely removed my 
windows boot option from menu.lst
I too had to manually change the boot line, then menu.lst

-- 
Kernel updater doesn't update grub's menu,lst correctly
https://bugs.launchpad.net/bugs/103297
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