[Bug 1958019]

2024-04-19 Thread soyer
> I never re-ran the above command.

The alsactl restores all audo controls after boot, including this one.

> Unfortunately, the result of the below command are as follows once audio
> breaks:

Please try 0x38 instead of 0x70, and if still not found, try 0,1,2,4
instead of bus 3.

If you still not found, please send your acpidump output.

> For testing purposes, if I want to enable/disable your workaround
solution, would changing the 1 at the end to 0 be sufficient?

Yes, setting it to 0 disables always reloading.

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

Title:
  [Lenovo Legion7 16ACHg6 82N6, Realtek ALC287, Speaker, Internal] No
  sound at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/sound-2.6/+bug/1958019/+subscriptions


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

[Bug 1958019]

2024-04-18 Thread soyer
Hi,

> there are a lot of entries, what exactly am I looking for?

Find the card with 'Speaker Force Firmware Load' control, then change
the -c and numid parameters accordingly.

> What is the expected result of the above?

It reloads the program of the amplifiers before powering up the amplifiers. 
(amplifiers (software) shutdown occurs after 3 idle seconds)
If you set it to 0, the program will only be reloaded after module init and 
after wakeup/rewake.

you can check the value of the control with:
amixer -c 1 cget numid=3,name='Speaker Force Firmware Load'

Before bec7760a6c5fa59593dac264fa0c628e46815986 ("ALSA: hda/tas2781: do not 
reset cur_* values in runtime_suspend"), the driver reloaded the program and 
configuration every time, and this control wasn't effective.
Reloading the program and config takes 0.3 second or more, that's why I wanted 
to remove that behavior. It's annoying to wait every time you start anything.

I can only guess what could be wrong with tas2781 setups. Probably the
amps will go into failure state or reset state after a while.

It would help if someone dumps the registers as root, when the
amplifiers are not working:

rmmod snd_hda_scodec_tas2781_i2c
i2cset -y 3 0x70 0x00 0x00
i2cset -y 3 0x70 0x7f 0x00
i2cdump -y 3 0x70
modprobe snd_hda_scodec_tas2781_i2c 

first line unloads the module
second line changes the page to 0x00
third line changes the book to 0x00
fourth line dumps the page
fifth line loads the module

The bus number (3) may be different.
The address of the second amplifier is 0x72.

Here is the data sheet, if anyone wants to dig :)
https://www.ti.com/lit/ds/symlink/tas2781.pdf

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

Title:
  [Lenovo Legion7 16ACHg6 82N6, Realtek ALC287, Speaker, Internal] No
  sound at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/sound-2.6/+bug/1958019/+subscriptions


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

[Bug 1958019]

2024-04-17 Thread soyer
What else came to mind, the driver currently writes the calibration data
to one of the wrong registers of tas2781, which can also cause problems.
If anyone wants to know what fixes the problem, please try this patch as
well:

https://lore.kernel.org/all/20240406132010.341-1-shenghao-d...@ti.com/

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

Title:
  [Lenovo Legion7 16ACHg6 82N6, Realtek ALC287, Speaker, Internal] No
  sound at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/sound-2.6/+bug/1958019/+subscriptions


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

[Bug 1958019]

2024-04-16 Thread soyer
The firmware files have not changed.

I think it's possible that this commit is the culprit:
https://github.com/torvalds/linux/commit/bec7760a6c5fa59593dac264fa0c628e46815986

Sorry about that, it works fine with tas2563, but I couldn't test it with 
tas2781.
Something related to power management can cause this also.

Please try the following and report if it fixes the issue:

amixer -c 1 cset numid=3,name='Speaker Force Firmware Load' 1

It is possible that the -c 1 and the numid parameters are not exactly
these, they can be obtained from `amixer -c 1 contents` or `amixer -c 0
contents`.

Thanks,
Gergo

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

Title:
  [Lenovo Legion7 16ACHg6 82N6, Realtek ALC287, Speaker, Internal] No
  sound at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/sound-2.6/+bug/1958019/+subscriptions


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

[Bug 1958019]

2024-02-25 Thread soyer
I don't know the reasons, but this code has been working in this way for
10+ years, so this type of collision can not be common.

I sent the ALC285_FIXUP_THINKPAD_HEADSET_JACK patch to the lists:
https://lore.kernel.org/all/7ffae10ebba58601d25fe2ff8381a6ae3a926e62.1708687813.git.so...@irl.hu/

And I sent a question about how to handle this collision:
https://lore.kernel.org/all/d5b42e483566a3815d229270abd668131a0d9f3a.ca...@irl.hu/

If you are interested in linux sound development, you can subscribe to the 
linux-sound list:
http://vger.kernel.org/vger-lists.html#linux-sound

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

Title:
  [Lenovo Legion7 16ACHg6 82N6, Realtek ALC287, Speaker, Internal] No
  sound at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/sound-2.6/+bug/1958019/+subscriptions


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

[Bug 496415] Re: Lucid: Low Graphics mode only available as vmware guest

2009-12-17 Thread Jerome Soyer
The patch posted by Roland Dreier fix the bug for me too.

I think it should be done for Lucid.

-- 
Lucid: Low Graphics mode only available as vmware guest
https://bugs.launchpad.net/bugs/496415
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 196034] [NEW] Please sync vim to Debian Unstable

2008-02-27 Thread Jerome Soyer
Public bug reported:

Debian unstable have version 7.1-245 and Ubuntu have 7.1-138

Please sync it for the LTS.

Thanks ;-)

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

-- 
Please sync vim to Debian Unstable
https://bugs.launchpad.net/bugs/196034
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 190681] [NEW] Please sync qemu to Debian Unstable

2008-02-10 Thread Jerome Soyer
Public bug reported:

Qemu 0.9.1 is in Debian Unstable, please sync it.

For changes, check changelog, i think it's a major version no ? :-)

Have a nice day.

Cheers,
--
Jérôme Soyer alias saispo

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

-- 
Please sync qemu to Debian Unstable
https://bugs.launchpad.net/bugs/190681
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 189529] [NEW] dot keypad for french keyboard not working in gutsy console

2008-02-06 Thread Jerome Soyer
Public bug reported:

grep XKB /etc/default/console-setup;

XKBMODEL=pc105
XKBLAYOUT=fr
XKBVARIANT=oss
XKBOPTIONS=lv3:ralt_switch

Working well under X but not under console. With num lock or not it's
the same thing ;-)

** Affects: console-tools (Ubuntu)
 Importance: Undecided
 Status: New

-- 
dot keypad for french keyboard not working in gutsy console
https://bugs.launchpad.net/bugs/189529
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 119397] Re: [gutsy] wrong elapsed time

2007-06-11 Thread Jerome Soyer
It seems working fine with the latest svn. But seems a difference
between the output of acpitool and powertop too.

-- 
[gutsy] wrong elapsed time
https://bugs.launchpad.net/bugs/119397
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 119397] Re: wrong elapset time on gutsy

2007-06-08 Thread Jerome Soyer
I have the same problem with Gutsy and latest g-p-m. My g-p-m version is
2.19.2-0ubuntu4.

Powertop work fine and report me good elapsed time.

-- 
wrong elapset time on gutsy
https://bugs.launchpad.net/bugs/119397
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 119423] Re: Suspend to RAM (Sleeping) not working on DELL Latitude D520

2007-06-08 Thread Jerome Soyer

** Attachment added: Dmesg file
   http://launchpadlibrarian.net/8034388/dmesg

-- 
Suspend to RAM (Sleeping) not working on DELL Latitude D520
https://bugs.launchpad.net/bugs/119423
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 119423] Re: Suspend to RAM (Sleeping) not working on DELL Latitude D520

2007-06-08 Thread Jerome Soyer
I add the output of dmesg after trying :

[ 1791.32] set_level status: 0
[ 1791.368000] set_level status: 0
[ 1791.412000] set_level status: 0
[ 1791.456000] set_level status: 0
[ 1791.496000] set_level status: 0
[ 1791.532000] set_level status: 0
[ 1791.596000] set_level status: 0
[ 1791.632000] set_level status: 0
[ 1791.672000] set_level status: 0
[ 1791.708000] set_level status: 0
[ 1791.80] set_level status: 0
[ 1792.092000] set_level status: 0
[ 1792.12] set_level status: 0
[ 1792.14] set_level status: 0
[ 1792.16] set_level status: 0
[ 1792.18] set_level status: 0
[ 1792.20] set_level status: 0
[ 1792.22] set_level status: 0
[ 1792.24] set_level status: 0
[ 1792.268000] set_level status: 0
[ 2233.304000] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 2233.812000] input: Lid Switch as /class/input/input18
[ 2233.828000] ACPI: Lid Switch [LID]
[ 2233.868000] input: Power Button (CM) as /class/input/input19
[ 2233.88] ACPI: Power Button (CM) [PBTN]
[ 2233.92] input: Sleep Button (CM) as /class/input/input20
[ 2233.932000] ACPI: Sleep Button (CM) [SBTN]
[ 2234.244000] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 2237.24] b44: eth0: Link is up at 100 Mbps, full duplex.
[ 2237.24] b44: eth0: Flow control is off for TX and off for RX.
[ 2237.24] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready


** Description changed:

  When i click on g-p-m applet in order to enter in sleeping mode, i have
  an error. The laptop don't want to enter in this mode.
  
  I gave you the output of an lspci, a dmesg after trying to sleep, a
- uname -a and an output of dmidecode
- 
- * lspci :
- 
- 00:00.0 0600: 8086:27a0 (rev 03)
-   Subsystem: 1028:01d4
-   Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B-
-   Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort+ SERR- PERR-
-   Latency: 0
-   Capabilities: [e0] Vendor Specific Information
- 
- 00:02.0 0300: 8086:27a2 (rev 03) (prog-if 00 [VGA])
-   Subsystem: 1028:01d4
-   Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B-
-   Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR-
-   Latency: 0
-   Interrupt: pin A routed to IRQ 16
-   Region 0: Memory at eff0 (32-bit, non-prefetchable) [size=512K]
-   Region 1: I/O ports at eff8 [size=8]
-   Region 2: Memory at d000 (32-bit, prefetchable) [size=256M]
-   Region 3: Memory at efec (32-bit, non-prefetchable) [size=256K]
-   Capabilities: [90] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 
Enable-
-   Address:   Data: 
-   Capabilities: [d0] Power Management version 2
-   Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA 
PME(D0-,D1-,D2-,D3hot-,D3cold-)
-   Status: D0 PME-Enable- DSel=0 DScale=0 PME-
- 
- 00:02.1 0380: 8086:27a6 (rev 03)
-   Subsystem: 1028:01d4
-   Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B-
-   Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR-
-   Latency: 0
-   Region 0: Memory at eff8 (32-bit, non-prefetchable) [size=512K]
-   Capabilities: [d0] Power Management version 2
-   Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA 
PME(D0-,D1-,D2-,D3hot-,D3cold-)
-   Status: D0 PME-Enable- DSel=0 DScale=0 PME-
- 
- 00:1b.0 0403: 8086:27d8 (rev 01)
-   Subsystem: 1028:01d4
-   Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR+ FastB2B-
-   Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR-
-   Latency: 0, Cache Line Size: 64 bytes
-   Interrupt: pin A routed to IRQ 20
-   Region 0: Memory at efebc000 (64-bit, non-prefetchable) [size=16K]
-   Capabilities: [50] Power Management version 2
-   Flags: PMEClk- DSI- D1- D2- AuxCurrent=55mA 
PME(D0+,D1-,D2-,D3hot+,D3cold+)
-   Status: D0 PME-Enable- DSel=0 DScale=0 PME-
-   Capabilities: [60] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 
Enable-
-   Address:   Data: 
-   Capabilities: [70] Express Unknown type IRQ 0
-   Device: Supported: MaxPayload 128 bytes, PhantFunc 0, ExtTag-
-   Device: Latency L0s 64ns, L1 1us
-   Device: Errors: Correctable- Non-Fatal- Fatal- Unsupported-
-   Device: RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
-   Device: MaxPayload 128 bytes, MaxReadReq 128 bytes
-   Link: Supported Speed unknown, Width x0, ASPM unknown, Port 0
-   Link: Latency L0s 64ns, L1 1us
-   Link: ASPM Disabled CommClk- ExtSynch-
-   Link: Speed unknown, Width x0
-   Capabilities: [100] Virtual Channel
-   Capabilities: [130] 

[Bug 119423] Suspend to RAM (Sleeping) not working on DELL Latitude D520

2007-06-08 Thread Jerome Soyer
Public bug reported:

When i click on g-p-m applet in order to enter in sleeping mode, i have
an error. The laptop don't want to enter in this mode.

I gave you the output of an lspci, a dmesg after trying to sleep, a
uname -a and an output of dmidecode.

** Affects: linux-source-2.6.22 (Ubuntu)
 Importance: Medium
 Assignee: Ubuntu Kernel Team
 Status: Confirmed

-- 
Suspend to RAM (Sleeping) not working on DELL Latitude D520
https://bugs.launchpad.net/bugs/119423
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 119423] Re: Suspend to RAM (Sleeping) not working on DELL Latitude D520

2007-06-08 Thread Jerome Soyer

** Attachment added: Dmidecode
   http://launchpadlibrarian.net/8034389/dmidecode

-- 
Suspend to RAM (Sleeping) not working on DELL Latitude D520
https://bugs.launchpad.net/bugs/119423
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 119423] Re: Suspend to RAM (Sleeping) not working on DELL Latitude D520

2007-06-08 Thread Jerome Soyer

** Attachment added: Lspci
   http://launchpadlibrarian.net/8034391/lspci

-- 
Suspend to RAM (Sleeping) not working on DELL Latitude D520
https://bugs.launchpad.net/bugs/119423
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 95163] Re: python-clearsilver undefined symbols in neo_cgi (during import neo_cgi python 2.5)

2007-05-04 Thread Jerome Soyer
*** This bug is a duplicate of bug 86685 ***
https://bugs.launchpad.net/bugs/86685

Hello,

I have the same problem here when i want to use trac authentification
and svn hooks with it.

A rebuild of trac and a rebuild of clearsilver fix this problem, i test
them.

Please update, i think it's critical.

-- 
python-clearsilver undefined symbols in neo_cgi (during import neo_cgi python 
2.5)
https://bugs.launchpad.net/bugs/95163
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 88069] Re: [Feisty] NetworkManager OpenVPN doesn't have a pull option

2007-05-01 Thread Jerome Soyer
Same for me :-/ I must use openvpn configuration for having right
routes.

-- 
[Feisty] NetworkManager OpenVPN doesn't have a pull option
https://bugs.launchpad.net/bugs/88069
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 41250] Re: BCM4318 [AirForce One 54g] 802.11g doesn't work

2007-04-20 Thread Jerome Soyer
Work well for me. Do you use bcm43xx-fwcutter for extracting the
firmware ?

-- 
BCM4318 [AirForce One 54g] 802.11g doesn't work
https://bugs.launchpad.net/bugs/41250
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 105623] Re: udev rules missing from udeb

2007-04-12 Thread Jerome Soyer
Confirmed also by me.

-- 
udev rules missing from udeb
https://bugs.launchpad.net/bugs/105623
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 105532] compilation error on feisty in aufs/store_dir_aufs.c

2007-04-11 Thread Jerome Soyer
Public bug reported:

The error is :

aufs/store_dir_aufs.c: In function `storeAufsDirUnlinkFile':
aufs/store_dir_aufs.c:1637: warning: passing arg 2 of `aioTruncate' makes 
integer from pointer without a cast
aufs/store_dir_aufs.c:1637: error: too few arguments to function `aioTruncate'
make[3]: *** [aufs/store_dir_aufs.o] Error 1

The patch is :

@@ -1634,7 +1625,7 @@
debug(79, 3) (storeAufsDirUnlinkFile: unlinking fileno %08X\n, f);
/* storeAufsDirMapBitReset(SD, f); */
#if USE_TRUNCATE
- aioTruncate(storeAufsDirFullPath(SD, f, NULL), NULL, NULL);
+aioTruncate(storeAufsDirFullPath(SD, f, NULL), 0, NULL, NULL);
  #else
  aioUnlink(storeAufsDirFullPath(SD, f, NULL), NULL, NULL);
  #endif

Thanks for commiting it.

** Affects: squid (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
compilation error on feisty in aufs/store_dir_aufs.c
https://bugs.launchpad.net/bugs/105532
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 98892] Packaging error

2007-03-29 Thread Jerome Soyer
Public bug reported:

Binary package hint: fbset

In fbset under /usr, a directory {share is created with man1 and man5
subdirectory.

Must be replaced and moved in /usr/share/man*.

Thanks to fix it.

** Affects: fbset (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Packaging error
https://launchpad.net/bugs/98892

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