Re: [Bug 269294] Re: Acer Aspire 5520 cannot record sound with HDA-Intel NVidia Codec ALC268

2009-07-10 Thread Mackenzie Morgan
You would then need to find an amd64 deb

-- 
Acer Aspire 5520 cannot record sound with HDA-Intel NVidia Codec ALC268
https://bugs.launchpad.net/bugs/269294
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 269294] Re: Acer Aspire 5520 cannot record sound with HDA-Intel NVidia Codec ALC268

2009-07-10 Thread ideathproof
thanks works great

On Fri, 2009-07-10 at 15:42 +, marcosbelancon wrote:
 I have an ACER 5520 and I'm using the amd64 version of Jaunty. I don't
 know how to create and .deb file to fix the alsa problem, but here was
 easy to fix using the alsa-driver-1.0.20 like The Mike have
 suggested. I made this:
 
 Step 1:
 Download a 
 href=ftp://ftp.alsa-project.org/pub/driver/alsa-driver-1.0.20.tar.bz2;Alsa 
 drivers v10.0.20/a
 
 Step 2:
 extract the contents.
 
 b
 tar -vxf alsa-driver-1.0.20.tar.gz
 /b
 
 Step 3:
 Compile the driver
 
 b
 ./configure
 make
 sudo make install
 /b
 
 Step 4:
 Configure alsa-base.conf
 
 Add the following line to the end of /etc/modprobe.d/alsa-base.conf
 
 b
 alias snd-card-0 snd-hda-intel
 options snd-hda-intel model=acer
 /b
 
 Step 5:
 Reboot


-- 
Acer Aspire 5520 cannot record sound with HDA-Intel NVidia Codec ALC268
https://bugs.launchpad.net/bugs/269294
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 269294] Re: Acer Aspire 5520 cannot record sound with HDA-Intel NVidia Codec ALC268

2009-06-25 Thread Mackenzie Morgan
The j and z for bz2 and gz haven't been necessary with tar for a good long 
while...at least 2 years, I think.

-- 
Acer Aspire 5520 cannot record sound with HDA-Intel NVidia Codec ALC268
https://bugs.launchpad.net/bugs/269294
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 269294] Re: Acer Aspire 5520 cannot record sound with HDA-Intel NVidia Codec ALC268

2009-03-23 Thread Mackenzie Morgan
All bugs are considered as affecting the current development release.  We don't 
want to make big changes post-release because that can introduce 
regressions...such as the one you've got here (that isn't, by the way, making 
a whole lot of sense to me since Daniel Chen just looked through the logs of 
what changed from -19 to -21 and this sound driver didn't change).  LTS *just* 
means the amount of time during which the software will be patched, say, for 
security reasons.  Bug fixes, when non-invasive enough to not introduce 
regressions, happen as well.  About 2 years ago let's add support for newer 
hardware partway through LTS was introduced because having an LTS release 
that's only good if your hardware's old...not so good.  So, new drivers get 
added, but old ones get the if it ain't broke... treatment.  Make sense?

Anyway, like I said, Daniel (resident audio guru) says there wasn't a change 
between those 2 kernels that's specific to your chip.  He also wasn't active 
during Hardy's development cycle, so he needs to go through and see what's in 
there...maybe something changed elsewhere that's catching you.  He wondered if 
the kernel in Hardy proposed still has the problem, and said he'd dig into it.

-- 
Acer Aspire 5520 cannot record sound with HDA-Intel NVidia Codec ALC268
https://bugs.launchpad.net/bugs/269294
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 269294] Re: Acer Aspire 5520 cannot record sound with HDA-Intel NVidia Codec ALC268

2009-03-22 Thread Mackenzie Morgan
sudo alsa force-unload
should get rid of that FATAL error.

-- 
Acer Aspire 5520 cannot record sound with HDA-Intel NVidia Codec ALC268
https://bugs.launchpad.net/bugs/269294
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 269294] Re: Acer Aspire 5520 cannot record sound with HDA-Intel NVidia Codec ALC268

2009-03-22 Thread Mackenzie Morgan
If it's a simple enough change, backporting the fix is possible.  If it's 
not...well, all bugs are considered as affecting the current development 
release unless a task exists specifically for another version.  I can open a 
Hardy task if you like, but it's not up to me on whether it'll end up being 
approved or not.

-- 
Acer Aspire 5520 cannot record sound with HDA-Intel NVidia Codec ALC268
https://bugs.launchpad.net/bugs/269294
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 269294] Re: Acer Aspire 5520 cannot record sound with HDA-Intel NVidia Codec ALC268

2009-03-03 Thread Mackenzie Morgan
Can't you just use a live cd and do sudo modprobe -r snd-hda-intel then 
sudo modprobe snd-hda-intel after doing what Andres suggested?  

If you wait til Jaunty's released, it's probably not getting fixed in Jaunty.  
It'll be targeted at Karmic, and then we'll ask you to test Karmic, and then 
you'll want to wait until release and it won't be fixed there either and on and 
on (yes, this a common occurrence...why do you think Ubuntu releases with so 
many bugs? we don't hear about them until a week before release).

-- 
Acer Aspire 5520 cannot record sound with HDA-Intel NVidia Codec ALC268
https://bugs.launchpad.net/bugs/269294
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 269294] Re: Acer Aspire 5520 cannot record sound with HDA-Intel NVidia Codec ALC268

2009-03-03 Thread stlubuntu

Friends, I really do appreciate all you do and all that you
give of yourselves to Ubuntu, Linux, and free software.

However, that said this is what frustrates users and causes
them not to bother submitting bug reports.  This seems like
trial and error attempts at bug fixing and what the users
would like is for the piece of code that is causing the problem
to be identified and fixed instead of this try this kernel and
see if the problem persists.  It is as if that no one seems to
know what changed in the new kernel that might have an
impact on the problem.

Please, pleases don't get me wrong.  I really do appreciate all
who are looking into to this.  Thank you.  On many bug reports
it will take weeks and weeks just to get anyone to read them
and respond.

Best Regards and Utmost Respect,

stlouisubntu



Mackenzie Morgan wrote:
 Can't you just use a live cd and do sudo modprobe -r snd-hda-intel then 
 sudo modprobe snd-hda-intel after doing what Andres suggested?  

 If you wait til Jaunty's released, it's probably not getting fixed in Jaunty. 
  
 It'll be targeted at Karmic, and then we'll ask you to test Karmic, and then 
 you'll want to wait until release and it won't be fixed there either and on 
 and 
 on (yes, this a common occurrence...why do you think Ubuntu releases with so 
 many bugs? we don't hear about them until a week before release).



-- 
Acer Aspire 5520 cannot record sound with HDA-Intel NVidia Codec ALC268
https://bugs.launchpad.net/bugs/269294
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