Re: Debugging USB device issues

2021-10-27 Thread Joe Zeff
On 10/27/21 10:10 PM, Tim via users wrote: I could argue that it's not a terminal. Old enough computer guys will tell you what a terminal really is. :-p The first computer I ever programmed was an IBM 1620 Mod 2 back in '68. Does that make me an old enough computer guy? ___

Re: Debugging USB device issues

2021-10-27 Thread Samuel Sieb
On 10/27/21 21:08, Tim via users wrote: On Wed, 2021-10-27 at 20:47 +1100, Philip Rhoades via users wrote: It is simpler to just: tail -f /var/log/messages I've noticed things turn up in dmesg that don't turn up in /var/log/messages /var/log/messages is legacy, I don't even have that file o

Re: partially invisible back-up DVD.

2021-10-27 Thread Ed Greshko
On 28/10/2021 12:14, Tim via users wrote: On Thu, 2021-10-28 at 06:54 +0800, Ed Greshko wrote: Still a USB thumb drive is much better and more reliable than optical storage. I'm more confident the other way around. Maybe I'm one of the few lucky ones?  I have 2 thumb drives of 128GB from

Re: partially invisible back-up DVD.

2021-10-27 Thread Tim via users
On Thu, 2021-10-28 at 06:54 +0800, Ed Greshko wrote: > Still a USB thumb drive is much better > and more reliable than optical storage. I'm more confident the other way around. -- uname -rsvp Linux 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64 Boilerplate: All unex

Re: Debugging USB device issues

2021-10-27 Thread Tim via users
Tim: >> Open another command line window, plug it in, and run dmesg in the >> second window. Joe Zeff: > Save yourself some typing and use the proper name: terminal. I could argue that it's not a terminal. Old enough computer guys will tell you what a terminal really is. :-p -- uname -rsvp

Re: Debugging USB device issues

2021-10-27 Thread Tim via users
On Wed, 2021-10-27 at 20:47 +1100, Philip Rhoades via users wrote: > It is simpler to just: tail -f /var/log/messages I've noticed things turn up in dmesg that don't turn up in /var/log/messages -- uname -rsvp Linux 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64 Boi

Re: partially invisible back-up DVD.

2021-10-27 Thread Ed Greshko
On 28/10/2021 00:09, home user wrote: If the problem were the drive (or dust), then wouldn't the April disc have the  same problems, and wouldn't the October disc not work in Disks? Not necessarily.  Remember there are multiple lasers in the drive. If the one responsible for writing is gettin

Re: HP laptop and wifi on Fedora 35 fix wifi adapter.

2021-10-27 Thread Ed Greshko
On 28/10/2021 01:20, Cătălin George Feștilă wrote: After the upgrade with F35, I got some errors on wifi. Now I saw the adapter is not shown but is listed on hardware. If I press the wifi button then start the airplane mode and is set to on. How can be fixed? [mythcat@fedora ~]$ lshw -C network

Re: HP laptop and wifi on Fedora 35 fix wifi adapter.

2021-10-27 Thread Patrick O'Callaghan
On Wed, 2021-10-27 at 17:20 +, Cătălin George Feștilă wrote: > After the upgrade with F35, I got some errors on wifi. > Now I saw the adapter is not shown but is listed on hardware. > If I press the wifi button then start the airplane mode and is set to > on. > How can be fixed? > > [mythcat@

HP laptop and wifi on Fedora 35 fix wifi adapter.

2021-10-27 Thread Cătălin George Feștilă
After the upgrade with F35, I got some errors on wifi. Now I saw the adapter is not shown but is listed on hardware. If I press the wifi button then start the airplane mode and is set to on. How can be fixed? [mythcat@fedora ~]$ lshw -C network -short WARNING: you should run this program as super

Re: partially invisible back-up DVD.

2021-10-27 Thread home user
On 10/26/21 10:08 PM, Ed Greshko wrote: On 26/10/2021 22:44, home user wrote: (fedora-34; gnome) The evening before doing a Fedora upgrade, I do a user data back-up. I do it as a data project in K3b to burn a DVD/Blu-ray (BD-R).  I always "test" the back-up immediately after it's done. On

Re: Debugging USB device issues

2021-10-27 Thread Joe Zeff
On 10/27/21 2:01 AM, Tim via users wrote: Open another command line window, plug it in, and run dmesg in the second window. Save yourself some typing and use the proper name: terminal. ___ users mailing list -- users@lists.fedoraproject.org To unsubsc

Re: Debugging USB device issues

2021-10-27 Thread George N. White III
On Wed, 27 Oct 2021 at 06:54, Philip Rhoades via users < users@lists.fedoraproject.org> wrote: > Samuel, > > > On 2021-10-27 19:31, Samuel Sieb wrote: > > On 2021-10-26 10:10, Philip Rhoades via users wrote: > >> I am getting nothing recorded in /var/log/messages when I plug in the > >> GoPro and

Re: Debugging USB device issues

2021-10-27 Thread Roger Heflin
Note, from my experience the micro usb plug was the worst usb plug ever. (commonly used for charging/data). It seems to wear out and stop working on the device end (ie the expensive end). I had to get a wireless charge for my last phone with micro usb because even with a new cable you physically

Re: Problems with USB AudioEngine Speakers [another couple of data points]

2021-10-27 Thread Ed Greshko
On 27/10/2021 18:41, Stephen Morris wrote: On 27/10/21 10:04, Samuel Sieb wrote: On 10/26/21 15:46, Stephen Morris wrote: I have the same issue as Jonathan, in that all I see are:         Off         Analog Stereo Duplex         Analog Stereo Output         Analog Stereo Inp

Re: Problems with USB AudioEngine Speakers [another couple of data points]

2021-10-27 Thread Stephen Morris
On 27/10/21 10:04, Samuel Sieb wrote: On 10/26/21 15:46, Stephen Morris wrote: I have the same issue as Jonathan, in that all I see are:         Off         Analog Stereo Duplex         Analog Stereo Output         Analog Stereo Input But I am running Fedora in a Vmware VM us

Re: Problems with USB AudioEngine Speakers [another couple of data points]

2021-10-27 Thread Stephen Morris
On 27/10/21 10:04, Ed Greshko wrote: On 27/10/2021 06:46, Stephen Morris wrote: Maybe the manual for the speaker would have some insight? FWIW, the manual for mine indicated that " Optimal codec is automatically selected from AAC, LDAC, and SBC."  LDAC in System Settings was the one causing ba

Re: Debugging USB device issues

2021-10-27 Thread Philip Rhoades via users
Samuel, On 2021-10-27 19:31, Samuel Sieb wrote: On 2021-10-26 10:10, Philip Rhoades via users wrote: I am getting nothing recorded in /var/log/messages when I plug in the GoPro and push its power button (plugging in any other USB device is working of course) so maybe it is the USB port on the

Re: Debugging USB device issues

2021-10-27 Thread Philip Rhoades via users
Tim, On 2021-10-27 19:01, Tim via users wrote: On Wed, 2021-10-27 at 04:10 +1100, Philip Rhoades via users wrote: I am getting nothing recorded in /var/log/messages when I plug in the GoPro and push its power button (plugging in any other USB device is working of course) so maybe it is the USB

Re: Debugging USB device issues

2021-10-27 Thread Samuel Sieb
On 2021-10-26 10:10, Philip Rhoades via users wrote: I am getting nothing recorded in /var/log/messages when I plug in the GoPro and push its power button (plugging in any other USB device is working of course) so maybe it is the USB port on the camera that is the problem? - is there any way to

Re: Debugging USB device issues

2021-10-27 Thread Tim via users
On Wed, 2021-10-27 at 04:10 +1100, Philip Rhoades via users wrote: > I am getting nothing recorded in /var/log/messages when I plug in > the GoPro and push its power button (plugging in any other USB device > is working of course) so maybe it is the USB port on the camera that > is the problem? - i