Re: OT, Ubuntu Sound Trouble

2023-03-28 Thread Jude DaShiell
If you can get local to that machine and not use ssh to connect you may want to check the internal sound chip and if it has failed, you may need a new motherboard. The hard drives here can't verify downloaded files any longer so it's likely this computer also needs a new motherboard. -- Jude "

Re: OT, Ubuntu Sound Trouble

2023-03-28 Thread K0LNY_Glenn
It was working, and decided to stop talking. I also tried your idea about the power maybe not being enough, and tried a bigger PS. This Intel NUC will use anything from 9 to 19 volts for power. I was using an old Braille & Speak 12 volt PS, and I replaced it with a laptop PS. Glenn - Original

Re: OT, Ubuntu Sound Trouble

2023-03-28 Thread Jude DaShiell
I'm glad you had an external sound card to use and I'm glad I offered you that suggestion. If you're not using the latest version of Ubuntu frimware is likely to be old on that version and may not include firmware for your internal sound chip. If you're using the latest version of ubuntu and this

Re: OT, Ubuntu Sound Trouble

2023-03-28 Thread K0LNY_Glenn
Hi Jude, Here's an update. After stumbling around with alsamixer, it finally booted into the GUI and Orca talks. This is, however, through the USB external card. So on the desktop, I looked at system preferences, hardware, and sound, it only showed the USB soundcard, as a choice of devices. So al

Re: OT, Ubuntu Sound Trouble

2023-03-28 Thread Jude DaShiell
Have you tried orca --replace lately? -- Jude "There are four boxes to be used in defense of liberty: soap, ballot, jury, and amo. Please use in that order." Ed Howdershelt 1940. On Tue, 28 Mar 2023, K0LNY_Glenn wrote: > There are two choices when I press F6, the Intel PCI audio and USB1. > T

Re: OT, Ubuntu Sound Trouble

2023-03-28 Thread K0LNY_Glenn
There are two choices when I press F6, the Intel PCI audio and USB1. The latter is likely the USB audio card, but I tried both anyway, and the audio comes out the external USB soundcard, in the terminal. That is with all terminal audio tests. But either choice gives me nothing in the GUI with Orca

Re: OT, Ubuntu Sound Trouble

2023-03-28 Thread Jude DaShiell
I hate pulseaudio! The information generated by pactl is very nearly useless. See if you can run alsamixer hit f6 select USB Audio and hit enter. After that a ways down the screen there's going to be lots of m's. try arrowing into that mess and see if you can change those m's to u's then take the

Re: OT, Ubuntu Sound Trouble

2023-03-28 Thread K0LNY_Glenn
Hi Jude, I think card 0 is unmuted, but I don't know how to select it as the main source. I tried pacmd set-default-sink card0 and it did not recognize card0 or card 0 as a device name. Based on the below, from pacmd list-sinks I get the list, but I don't know what name to use: Thanks: 1 sink(s)

Re: OT, Ubuntu Sound Trouble

2023-03-28 Thread Jude DaShiell
Try running pulseaudio in ssh with nothing on the command line, that may start it up. -- Jude "There are four boxes to be used in defense of liberty: soap, ballot, jury, and amo. Please use in that order." Ed Howdershelt 1940. On Tue, 28 Mar 2023, K0LNY_Glenn wrote: > Hi Jude, > in terminal,

Re: OT, Ubuntu Sound Trouble

2023-03-28 Thread Jude DaShiell
Run alsamixer again then hit f6 and see if you can choose the usb sound device. If so do that then escape out of there. Next run aplay -L -c 1 and see what information you get back. It'll likely be a PCM that's usually how usb cards come out and that should have a number after it. If it's PCM 1,

Re: OT, Ubuntu Sound Trouble

2023-03-28 Thread Jason White
On 28/3/23 16:21, K0LNY_Glenn wrote: aplay -l says the audio devices now include the USB soundcard. It is card1 How do I get the desktop to use that from the CLI, so I have use of Orca? Or, if card0 is muted, how do I unmute it? amixer should let you unmute audio devices and set the volume.

Re: OT, Ubuntu Sound Trouble

2023-03-28 Thread K0LNY_Glenn
aplay -l says the audio devices now include the USB soundcard. It is card1 How do I get the desktop to use that from the CLI, so I have use of Orca? Or, if card0 is muted, how do I unmute it? Thanks Glenn - Original Message - From: "Jude DaShiell" To: "K0LNY_Glenn" ; Sent: Tuesday, Ma

Re: OT, Ubuntu Sound Trouble

2023-03-28 Thread K0LNY_Glenn
Hi Jude, in terminal, I ran paplay file.wav and it played like with aplay. Then, via SSH, I ran pulseaudio --status and it came back with unrecognized option --status Glenn - Original Message - From: "Jude DaShiell" To: "K0LNY_Glenn" ; Sent: Tuesday, March 28, 2023 2:59 PM Subject: Re:

Re: OT, Ubuntu Sound Trouble

2023-03-28 Thread Jude DaShiell
I've never run into any command like that. Try running paplay and see if you can play a sound file with that command. You may also want to run pulseaudio --status and see what's going on with that system. -- Jude "There are four boxes to be used in defense of liberty: soap, ballot, jury, and am

Re: OT, Ubuntu Sound Trouble

2023-03-28 Thread K0LNY_Glenn
Is pulseaudio not always running? Here's where I'm at now. I plugged in a USB soundcard, and in the terminal, I can play a wav file with aplay. But no GUI audio. Orca should be running, but there is no sound. speaker-test and aplay do work now in the terminal with the USB soundcard. Is there a com

Re: OT, Ubuntu Sound Trouble

2023-03-28 Thread Jude DaShiell
Was pulseaudio started before that script got run? If not, pactl has nothing to control. -- Jude "There are four boxes to be used in defense of liberty: soap, ballot, jury, and amo. Please use in that order." Ed Howdershelt 1940. On Tue, 28 Mar 2023, K0LNY_Glenn wrote: > Can anyone tell me wh

Re: OT, Ubuntu Sound Trouble

2023-03-28 Thread K0LNY_Glenn
I do have one or two USB soundcards around, I'll try one and see what happens. - Original Message - From: "Jude DaShiell" To: "K0LNY_Glenn" ; Sent: Tuesday, March 28, 2023 2:08 PM Subject: Re: OT, Ubuntu Sound Trouble Do you know where pcm earphone is on the machine? If that's alre

Re: OT, Ubuntu Sound Trouble

2023-03-28 Thread Jude DaShiell
Do you know where pcm earphone is on the machine? If that's already got equipment attached setting the volume to maximum on that equipment may get you some sound. If you have another speaker set it may be time to switch out and try it with the other speaker set. This is why it can pay to have a

Re: OT, Ubuntu Sound Trouble

2023-03-28 Thread K0LNY_Glenn
Can anyone tell me why I get permission problems on the below command? I found this command on-line while searching for any sort of solution to get audio back: sudo pactl set-sink-mute @DEFAULT_SINK@ toggle I made it into a bash script and ran sudo bash file.sh Here's a copy of the command and the

Re: OT, Ubuntu Sound Trouble

2023-03-28 Thread Jude DaShiell
You wouldn't get the feedback since it's over ssh. -- Jude "There are four boxes to be used in defense of liberty: soap, ballot, jury, and amo. Please use in that order." Ed Howdershelt 1940. On Tue, 28 Mar 2023, K0LNY_Glenn wrote: > Hi Jude, > I did remove asound.state.lock, but there is no c

Re: OT, Ubuntu Sound Trouble

2023-03-28 Thread K0LNY_Glenn
Hi Jude, I did remove asound.state.lock, but there is no card 0 there. When running alsamixer, there is no choices that the arrow keys move to after pressing F6. It does say default PCM headphone, but I hear nothing else. Maybe I am not getting the feedback because it is over SSH. I've tried arrow

Re: OT, Ubuntu Sound Trouble

2023-03-28 Thread Jude DaShiell
In /var/lock, I have two files which I would probably erase if I were trying to get a sound card playing. Those are card0.lock and asound.state.lock. Then if on a gui system I'd run alsamixer and hit f6 and choose a card from the list with arrows and enter then hit escape and then do speaker-test