@PowerKiKi
PowerKiKi, I had to reload my pc for another project, and after
reloading I found that same lack of stickiness... Not wanting to go
backwards, I felt I had to chase down the full fix. This should fix
your issue (caused by pulse) if you want to skip the background audio
file...I also i
@rastersoft-gmail
Sergio, what are the full steps involved in trying this patch? I tried
to just download the new file desktopManager.js from your link and then
replaced the file in the path "/usr/share/gnome-shell/extensions
/desktop-icons@csoriano". I restarted and then I get an error in the
e
@rastersoft-gmail
Sergio, I went back through the merge request in more detail and have
tried these steps :
- Download the patch code from the merge request
- Installed Meson
- Deleted the folder
($HOME/.local/share/gnome-shell/extensions/desktop-icons@csoriano)
- Unzipped the patch and built th
Sure, it must be some sort of interaction or missing dependency because I get
it every single time I save a file that is on the desktop. I reproduced the
error then immediately pulled the tail of the log you proposed. I do see a
javascript error related to this extension...
Here is the full t
I did not uninstall per say, I just deleted the .local directory as
mentioned in the readme...
i.e. Deleted the folder ($HOME/.local/share/gnome-shell/extensions
/desktop-icons@csoriano)
If there is a better way to clear and reinstall then let me know and I
will be happy to try it out...
--
Yo
The editor I am using is just gedit 3.36.2, just fyi...
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1883174
Title:
Some desktop icons disappear
To manage notifications about this bug go to:
https
How do you uninstall it properly? I enabled it through the
https://extensions.gnome.org/ page, but there is not an uninstall option
there. It does not show up as an installed .deb in ubuntu software, so
I am assuming we need to do a sudo apt remove, but not sure what package
is called
--
Yo
Nevermind, I figured out its just sudo apt remove gnome-shell-extension-
desktop-icons.
I did that and its completely gone from /usr now. However, I no longer
have the extension at all. I reran the steps to install the patch
version and I don't see the extension, so I must be missing a step
some
I rebooted multiple times and no luck.
Here are the steps I followed :
- Used sudo apt remove gnome-shell-extension-desktop-icons to uninstall
- Deleted the folder $HOME/.local/share/gnome-shell/extensions/desktop-
icons@csoriano
- Rebooted and verified it is gone all together from tweaks
- Do
I am not sure I am following. To be clearer, I have multiple other
extensions installed and they all work fine... specifically unite,
walkpaper, user themes and workspace indicator. It is just the desktop
icons one that I can't install or work with. I do already have gnome-
shell-extensions inst
Sergio,
So... I think I followed your last comment and did some more research..
If I can try to summarize briefly, what your saying is that to
understand if your new patch works (which I believe is the goal so that
ultimately it might be moved forward), we need to prove that it solves
our issue.
OK, made more progress.
First, I was finally able to reproduce the issue in the new account.
For my initial test I just created 4 or 5 very small text files. On my
regular desktop I have a much larger text file that is 39kb with 1100+
lines. The size of the file is what makes it break, which poi
Just FYI for anyone that stumbles upon this thread. In Ubuntu 20.04, if
you want to work around the issue for now it can be done by placing your
preferred desktop files in the home (or any other) folder and just
placing link files to those files on your desktop. When you do this you
can still dou
I have a galaxy book ion with ubuntu 20.04 and have exactly the same issue.
I have found that I can make the headset jack work if I issue this
command :
sudo hda-verb /dev/snd/hwC0D0 0x1a SET_PIN_WIDGET_CONTROL 0x5
But it only lasts until the sound subsystem goes to sleep (i.e. no sound
to pla
I have the same computer and issue as PowerKiKi... the new Samsung Ion running
ubuntu 20.04.
I have found that I can make the headset jack work temporarily if I
issue this command :
sudo hda-verb /dev/snd/hwC0D0 0x1a SET_PIN_WIDGET_CONTROL 0x5
But it only lasts until the sound subsystem goes to
I have the 13 inch Ion with the intel built in gpu. I am also running standard
Ubuntu and not Xbuntu. I have never had the system lock up or freeze on any
occasion and I use it for at least 10 hours a day. My keyboard lights have
also always worked perfectly from the start. In fact, the comp
@gannon1 Thanks for the reply. Perhaps I am missing something because
it seems like it should work, but I have not had any luck with the
method described by ironincoder. Just to be sure I did it again from
the start using the following steps (perhaps I just didn't understand
and missed a step)...
@gannon1
Sure. I tried just that single character change first. No change after
reboot, i.e. still had to issue the manual command. If I use the manual
command with either 0x5 or 0xc5 it works perfectly in both cases. Just
for good measure I also tried adding back the model section too, but no
@gannon1
I also tried :
patch -p1 < ~/Desktop/0001-ALSA-hda-realtek-Add-model-alc298-samsung-
headphone.patch
And received the same error...
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1851518
Ti
OK, While I would prefer to wait until the patch lands, for an ubuntu LTS that
can take a while, so I tried to do it manually. I downloaded the kernel src,
but I am having trouble applying the patch. I am using the command :
patch -i ~/Desktop/0001-ALSA-hda-realtek-Add-model-alc298-samsung-
he
Yea, sorry. I was working off an apt-get version of the kernel source, then
after posting, I noticed you were using git. I have downloaded from the source
from git and applied the patch successfully. The new custom kernel is now in
the make process. I will update once it finishes and I can a
@gannon1
OK, so :
- downloaded kernel source
- applied patch
- ran make to create new debs
- activated new custom kernel
- added "options snd-hda-intel model=alc298-samsung-headphone" to
alsa-base.conf
- rebooted
- used "uname -r" to ensure the new custom kernel was a
@gannon1
OK, had some small struggles with grub on efi, but yes, once I made a
completely new kernel version with just this patch then it did work and
does survive reboots and source changes, etc. So at least until a new
kernel comes out I am set :)
Is there anything I can do to help with the sp
@gannon1
I am still reading through all the links, but I think I get the basic
concept. Like you I don't readily have a working windows VM to trace,
but I will see if I can set something up. Ill let you know if I have
any luck
--
You received this bug notification because you are a member
@gannon1
I follow the concept. I tried first using vmware workstation, mostly
just cause I already had it installed for another purpose, but
unfortunately no luck there. Vmware abstracts the underlying hardware
and windows doesn't even see it as a realtek audio device. I also
shared the problem
@PowerKiKi
I am happy to share the steps I took for information purposes, with the
understanding that I can't take any responsibility on whether they will
work for you or not. Performing anything like this on your daily
required PC is definitely a risk. Also, your on Xbuntu, so not sure if
that
@gannon1
Mike, I must be missing a step, but I installed qemu and virtual machine
manager successfully, then found a win 10 iso and installed and
activated windows in a new VM However, when I run that driver you
mentioned in comment 19, it runs without error, but my vm still doesn't
seem to k
@PowerKiKi
Sure, it returns the following :
NP930XCJ-K01US
In the US, there are currently just two models of the Ion, my model and
the 15" model - NP950XCJ-K01US. The specs say both models have the same audio,
so you could probably include that model as well, unless you need someone to
confi
@gannon1
Mike, I didn't have luck with the exact steps in comment 15, but the
wiki written by Conner was very solid. I had to work through a couple
small differences on my system, but now I have a working QEMU VM where
the realtek hardware is recognized and the speakers actually work! I
worked t
@gannon1
I am tracking what your saying concept wise. Here is a summary of what
I did today, in part just to help me clarify my thoughts and in part so
you can maybe correct any gaps and save me troubleshooting time :).
- I have gone through all the documents in the wiki for QemuHDADump and
as f
@gannon1
disable file
** Attachment added: "Disable"
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1851518/+attachment/5404232/+files/Disable
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/
@gannon1
enable file...
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1851518
Title:
[950SBE/951SBE, Realtek ALC298, Speaker, Internal] No sound on
internal speakers, very very quiet on headphone
@gannon1
Not sure what happened to the enable file, here it is again...
Anyway, on your other comment, I assume the Verb ID and Payload you
mention would be the control and param values from my logging?
Do you know if that is a way to do this troubleshooting with the hda
verb approach as opposed
@gannon1
I am also going to create a new recording today that is just the VM
booting. It seems to me that our problem may not be the audio device
itself, but the AKG smart amp not turning on. I am not confident that
the disable and re-enable I was doing of the realtek audio device in
windows imp
@gannon1
Some thoughts based on what I did today. I did make a recording (twice
to make sure I didn't do it poorly) of the VM boot process. So from the
time the VM initializes until you first see the win 10 desktop. To my
surprise there is only 1 single CORB command during that process. It is
@gannon1
Mike, depending on your answers to my many questions from today, if the
only way we know to proceed is to build and test a patch, could you help
with building the patch (or at least the basic framework of the patch so
I can just plug in the CORB values)? I used the attached spreadsheet t
@gannon1
Thanks. You are correct that HDA Verbs were not successful. Assuming I
did it correctly, I already wrote a script to produce a script that had
each of the 944 verbs and it did not turn on the sound. I tried that
yesterday, but failed to mention it.
If you find that a patch with the 94
@gannon1
Using the same steps we tried before, no luck with early patching.
Early patching didn't work on the Ion for headphones either, so could be
something with this laptop. Attached are the fw and conf files if any
else wants to try it... just change the id value to match your sound
device...
conf file...
** Attachment added: "conf file"
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1851518/+attachment/5404851/+files/alc298-944-early-patch.conf
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchp
@gannon1
Mike, after reading more on the patch links you sent me before, it
occurred to me I might have an easier way to test the 944 while you
create the proper patch. Namely, I followed the same procedure as
before with the headphone patch, but right before I made the new custom
kernel I just a
@gannon1
Sure. I found I am not getting the consistent output from the new
logging that I expected, so I want to try a couple of things this
weekend to understand it better. Then I will type up a brief summary
and post it in the other thread...
--
You received this bug notification because yo
@gannon1 @PowerKiKi
Mike, I never heard back from Jaroslav (I suspect he is pretty busy),
and my consulting work is very slow with the pandemic so I just
continued to work on it. Your concept is spot on. Thank you for all
the wisdom and thoughtful guidance. I am happy to report, after much
more
@PowerKiKi
Yes, this is just a temporary step until I finish minimizing the verbs.
I was hoping it would be as easy as just finding the single command or
two in the group of 788, but it appears to be a longer combination of
sequences, so will take just a bit more tinkering to isolate. I will
get
@PowerKiKi
@terrymagnusdrever
@gannon1
Just to document this for anyone else that might benefit, attached is
the final script I created. I reduced the previous list further from
788 to 358 verbs. There may be a few extra ones left, but probably not
many based on my testing, as removing more tend
@PowerKiKi
That is very odd, mine lasts for hours and hours.
I wouldn't think ubuntu and xbuntu would be that different with regard
to audio hardware mgmt, but one guess off the top of my head is that
before I found this thread I turned off power mgmt for snd_hda_intel to
try to get the headp
@ironincoder
I highlighted the 0x20 block just to explain how the data is structured.
You need to run the full script (TO912.sh) with all 358 verbs to hear
sound.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.
@kasper93
That is good to know. Makes sense that the CORB values might differ
somewhat. The ION has the AKG smart amp and dolby what not, so my CORB
sequence is likely tuned for that combination of items. It actually
sounds really good for a laptop. I think there may already be a fix out
there
@kasper93
That is great news, sounds like the same fix will work for multiple
models then!
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1851518
Title:
[950SBE/951SBE, Realtek ALC298, Speaker, Inte
48 matches
Mail list logo