[Bug 714300] Re: ath5k wireless fails to connect natty

2011-05-13 Thread Forrest Yu
Here's a workaround for me: downgrade the kernel to 2.6.37.6 and
everything's OK now.

my lspci output:
06:02.0 Ethernet controller: Atheros Communications Inc. AR2413 802.11bg NIC 
(rev 01)

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

Title:
  ath5k wireless fails to connect natty

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


[Bug 582199] Re: No sound on Dell Optiplex 380 (ALC269Q, probably new chip)

2010-06-13 Thread Forrest Yu
@Luke: I figured out the commands by reading the source code. I mean
hda-analyzer, then hda-verb.

-- 
No sound on Dell Optiplex 380 (ALC269Q, probably new chip)
https://bugs.launchpad.net/bugs/582199
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 582199] Re: No sound on Dell Optiplex 380 (ALC269Q, probably new chip)

2010-06-01 Thread Forrest Yu
@David:
What I can see is exactly the same with the picture in page 4 of the tech 
guide: a green connector on the left and a blue/pink connector on the right. I 
see a microphone icon at the right-bottom corner so I call it a mic hole, but 
I do not know what it really is. I guess it is a microphone-linein combination 
connector because there are two colors and two icons in the  background 
rectangle. Could you tell me how to tell if a connector is a mic or a line 
in?

Attachment is my alsa-info.


** Attachment added: Forrest OPTIPLEX 380 alsa-info
   http://launchpadlibrarian.net/49532111/alsa-info-forrest

-- 
No sound on Dell Optiplex 380 (ALC269Q, probably new chip)
https://bugs.launchpad.net/bugs/582199
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 582199] Re: No sound on Dell Optiplex 380 (ALC269Q, probably new chip)

2010-05-31 Thread Forrest Yu
hi David, your hda-analyzer solution works, but the .fw patch doesn't. I have 
a work-around:
1. download hda-verb-0.3.tar.gz from 
ftp://ftp.kernel.org/pub/linux/kernel/people/tiwai/misc/hda-verb/ and compile it
2. add two lines in /etc/rc.local
/path/to/hda-verb /dev/snd/hwC0D0 0x1a 0x701 0
/path/to/hda-verb /dev/snd/hwC0D0 0x1b 0x701 0 
3. reboot, and you can hear the sound from GDM

I admit this is ugly, but it makes sound work automatically.

Hopefully it is helpful when the .fw patch fails.

-- 
No sound on Dell Optiplex 380 (ALC269Q, probably new chip)
https://bugs.launchpad.net/bugs/582199
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 582199] Re: No sound on Dell Optiplex 380 (ALC269Q, probably new chip)

2010-05-31 Thread Forrest Yu
(sorry the post above looks bad, so I re-post it)

hi David, your hda-analyzer solution works, but the .fw patch doesn't. I have 
a work-around:
1. goto ftp://ftp.kernel.org/pub/linux/kernel/people/tiwai/misc/hda-verb/
download hda-verb-0.3.tar.gz and compile it
2. add two lines in /etc/rc.local
/path/to/hda-verb /dev/snd/hwC0D0 0x1a 0x701 0
/path/to/hda-verb /dev/snd/hwC0D0 0x1b 0x701 0
3. reboot, done.

I admit this is ugly, but it makes sound work automatically.

Hopefully it is helpful when the .fw patch fails.

-- 
No sound on Dell Optiplex 380 (ALC269Q, probably new chip)
https://bugs.launchpad.net/bugs/582199
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 582199] Re: No sound on Dell Optiplex 380 (ALC269Q, probably new chip)

2010-05-31 Thread Forrest Yu
hi David, the fw patch's not working confuses me. It seems weird.

I believe the fw file must have been loaded.
Evidence 1:
$ dmesg
...
[9.210061] ALSA hda_intel.c:2650: Applying patch firmware 
'optiplex-380-patch.snd-hda-intel.fw'
[9.210123] HDA Intel :00:1b.0: firmware: requesting 
optiplex-380-patch.snd-hda-intel.fw
...

Evidence 2:
$ cat /sys/class/sound/hwC0D0/init_verbs
...
0x1a 0x701 0x
0x1b 0x701 0x
...
These lines can also been found in alsa-info.sh result.

I don't get it: everything seems ok but no sound. There must be
something important I ignored ...

-- 
No sound on Dell Optiplex 380 (ALC269Q, probably new chip)
https://bugs.launchpad.net/bugs/582199
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 582199] Re: No sound on Dell Optiplex 380 (ALC269Q, probably new chip)

2010-05-31 Thread Forrest Yu
@David:
I tried 4 cases: with and without fw patch, with and without running hda-verb. 
Recording works in all these cases.
In Sound Preferences  Input, I can see two items in the Connector 
drop-down list: Microphone 1 and Microphone 2. There's no line in option. 
After testing, I found Microphone 1 and Microphone 2 correspond the back 
and front mic hole respectively. There seems no line in hole in my OPTIPLEX 
380 box.

@jaezcurra:
There is no configure file in the hda-verb pack, just make will work. Since 
you are not familiar with the compiling job, let me give a revision of David's 
instructions:
1) Make sure the package build-essentials is installed
2) In your terminal:
$ wget -c 
ftp://ftp.kernel.org/pub/linux/kernel/people/tiwai/misc/hda-verb/hda-verb-0.3.tar.gz
$ tar vxzf hda-verb-0.3.tar.gz
$ cd hda-verb-0.3/
$ ls  # have a glance at the files in the pack, note that there is a 
Makefile
ChangeLog  COPYING  hda_hwdep.h  hda-verb.c  Makefile  README
$ make  # this command will use Makefile
gcc -Wall -O2 -g   -c -o hda-verb.o hda-verb.c
gcc -o hda-verb hda-verb.o
$ ls  # you can find an executable file hda-verb appears: that's what we 
want
ChangeLog  COPYING  hda_hwdep.h  hda-verb  hda-verb.c  hda-verb.o  Makefile 
 README
3) run your hda-verb:
$ ./hda-verb /dev/snd/hwC0D0 0x1a 0x701 0
$ ./hda-verb /dev/snd/hwC0D0 0x1b 0x701 0
if you're lucky, your system can play sound now
4) add two lines in /etc/rc.local, so that they'll be automatically applied 
when booting:
/path/to/hda-verb /dev/snd/hwC0D0 0x1a 0x701 0
/path/to/hda-verb /dev/snd/hwC0D0 0x1b 0x701 0
Remember to replace /path/to/hda-verb with the actual full path of your 
hda-verb.

-- 
No sound on Dell Optiplex 380 (ALC269Q, probably new chip)
https://bugs.launchpad.net/bugs/582199
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