Ubuntu 16.04.1 LTS Xenial Xerus & the CF31J (WARNING)
- kode-niner
- Posts: 700
- Joined: Sat Jun 07, 2014 7:39 am
- Location: Canada
Re: Ubuntu 16.04.1 LTS Xenial Xerus & the CF31J (WARNING)
What are you using for videos, vlc?
Daily drives a CF-31
Re: Ubuntu 16.04.1 LTS Xenial Xerus & the CF31J (WARNING)
VLC, but it was also doing it with Gxine and "videos." Videos and Gxine seem to have corrected themselves. It also plays DVD upside down.kode-niner wrote:What are you using for videos, vlc?
I am what I am, somebody has to be.
Call me for free from anywhere in the USA from my homepage! http://www.azrial.com/
CF-31JEGAX1M Mk2 Intel i5-2520M 2.50 GHz, Win7x64 & Ubuntu x64 14.04LTS Dual Boot, 16GB RAM, Samsung 250GB SSD, 2x64GB USB FD, 64GB SDHC, GOBI 4000, BUGPS, IBM AC/DC Supply #22P9003
Call me for free from anywhere in the USA from my homepage! http://www.azrial.com/
CF-31JEGAX1M Mk2 Intel i5-2520M 2.50 GHz, Win7x64 & Ubuntu x64 14.04LTS Dual Boot, 16GB RAM, Samsung 250GB SSD, 2x64GB USB FD, 64GB SDHC, GOBI 4000, BUGPS, IBM AC/DC Supply #22P9003
- kode-niner
- Posts: 700
- Joined: Sat Jun 07, 2014 7:39 am
- Location: Canada
Re: Ubuntu 16.04.1 LTS Xenial Xerus & the CF31J (WARNING)
Try moving/removing the vlcrc file
Code: Select all
mv ~/.config/vlc/vlcrc ~/.config/vlc/vlcrc.bak
Daily drives a CF-31
Re: Ubuntu 16.04.1 LTS Xenial Xerus & the CF31J (WARNING)
BINGO!kode-niner wrote:Try moving/removing the vlcrc file
Code: Select all
mv ~/.config/vlc/vlcrc ~/.config/vlc/vlcrc.bak

Now, IF I can just get the sound working, I will have a winner!
I am what I am, somebody has to be.
Call me for free from anywhere in the USA from my homepage! http://www.azrial.com/
CF-31JEGAX1M Mk2 Intel i5-2520M 2.50 GHz, Win7x64 & Ubuntu x64 14.04LTS Dual Boot, 16GB RAM, Samsung 250GB SSD, 2x64GB USB FD, 64GB SDHC, GOBI 4000, BUGPS, IBM AC/DC Supply #22P9003
Call me for free from anywhere in the USA from my homepage! http://www.azrial.com/
CF-31JEGAX1M Mk2 Intel i5-2520M 2.50 GHz, Win7x64 & Ubuntu x64 14.04LTS Dual Boot, 16GB RAM, Samsung 250GB SSD, 2x64GB USB FD, 64GB SDHC, GOBI 4000, BUGPS, IBM AC/DC Supply #22P9003
- kode-niner
- Posts: 700
- Joined: Sat Jun 07, 2014 7:39 am
- Location: Canada
Re: Ubuntu 16.04.1 LTS Xenial Xerus & the CF31J (WARNING)
Is your sound card recognized?
And is pulseaudio running?
Code: Select all
aplay -l
Code: Select all
ps -ef | grep pulseaudio
Daily drives a CF-31
Re: Ubuntu 16.04.1 LTS Xenial Xerus & the CF31J (WARNING)
kode-niner wrote:Is your sound card recognized?Yep!Code: Select all
aplay -l
And is pulseaudio running?Code: Select all
**** List of PLAYBACK Hardware Devices **** card 0: PCH [HDA Intel PCH], device 0: ALC269VB Analog [ALC269VB Analog] Subdevices: 0/1 Subdevice #0: subdevice #0 card 0: PCH [HDA Intel PCH], device 3: HDMI 0 [HDMI 0] Subdevices: 1/1 Subdevice #0: subdevice #0 card 0: PCH [HDA Intel PCH], device 7: HDMI 1 [HDMI 1] Subdevices: 1/1 Subdevice #0: subdevice #0
Code: Select all
ps -ef | grep pulseaudio
Code: Select all
azrial@ShadowJack-L:~$ ps -ef | grep pulseaudio
azrial 2026 1689 2 Sep21 ? 00:02:49 /usr/bin/pulseaudio --start --log-target=syslog
azrial 3659 3644 0 00:12 pts/5 00:00:00 grep --color=auto pulseaudio
I am what I am, somebody has to be.
Call me for free from anywhere in the USA from my homepage! http://www.azrial.com/
CF-31JEGAX1M Mk2 Intel i5-2520M 2.50 GHz, Win7x64 & Ubuntu x64 14.04LTS Dual Boot, 16GB RAM, Samsung 250GB SSD, 2x64GB USB FD, 64GB SDHC, GOBI 4000, BUGPS, IBM AC/DC Supply #22P9003
Call me for free from anywhere in the USA from my homepage! http://www.azrial.com/
CF-31JEGAX1M Mk2 Intel i5-2520M 2.50 GHz, Win7x64 & Ubuntu x64 14.04LTS Dual Boot, 16GB RAM, Samsung 250GB SSD, 2x64GB USB FD, 64GB SDHC, GOBI 4000, BUGPS, IBM AC/DC Supply #22P9003
- kode-niner
- Posts: 700
- Joined: Sat Jun 07, 2014 7:39 am
- Location: Canada
Re: Ubuntu 16.04.1 LTS Xenial Xerus & the CF31J (WARNING)
Probably same deal as vlcrc. Zap your pulseaudio config files.
then reboot.
Code: Select all
sudo killall pulseaudio
rm -r ~/.pulse*
rm -r ~/.config/pulse/*
Daily drives a CF-31
Re: Ubuntu 16.04.1 LTS Xenial Xerus & the CF31J (WARNING)
That did nothing. I may not have entered the commands correctly, I did them both line by line and all at once.kode-niner wrote:Probably same deal as vlcrc. Zap your pulseaudio config files.
then reboot.Code: Select all
sudo killall pulseaudio rm -r ~/.pulse* rm -r ~/.config/pulse/*
What did work was:
Code: Select all
alsactl restore
Code: Select all
alsactl: state_lock:125: file /var/lib/alsa/asound.state lock error: File exists
alsactl: load_state:1683: Cannot open /var/lib/alsa/asound.state for reading: File exists
Found hardware: "HDA-Intel" "Realtek ALC269VB" "HDA:10ec0269,10f70600,00100100 HDA:80862805,80860101,00100000" "0x10f7" "0x8338"
Hardware is initialized using a generic method

I am what I am, somebody has to be.
Call me for free from anywhere in the USA from my homepage! http://www.azrial.com/
CF-31JEGAX1M Mk2 Intel i5-2520M 2.50 GHz, Win7x64 & Ubuntu x64 14.04LTS Dual Boot, 16GB RAM, Samsung 250GB SSD, 2x64GB USB FD, 64GB SDHC, GOBI 4000, BUGPS, IBM AC/DC Supply #22P9003
Call me for free from anywhere in the USA from my homepage! http://www.azrial.com/
CF-31JEGAX1M Mk2 Intel i5-2520M 2.50 GHz, Win7x64 & Ubuntu x64 14.04LTS Dual Boot, 16GB RAM, Samsung 250GB SSD, 2x64GB USB FD, 64GB SDHC, GOBI 4000, BUGPS, IBM AC/DC Supply #22P9003
- kode-niner
- Posts: 700
- Joined: Sat Jun 07, 2014 7:39 am
- Location: Canada
Re: Ubuntu 16.04.1 LTS Xenial Xerus & the CF31J (WARNING)
Have you looked at volume and mute settings with pavucontrol? Also look into alsamixer. In the latter, you may need to type F6 and select the proper hardware for all the volume sliders to appear.
Daily drives a CF-31
Re: Ubuntu 16.04.1 LTS Xenial Xerus & the CF31J (WARNING)
Pavucontrol is set to 100% and not muted.kode-niner wrote:Have you looked at volume and mute settings with pavucontrol? Also look into alsamixer. In the latter, you may need to type F6 and select the proper hardware for all the volume sliders to appear.
I have no program called alsamixer when I search in the Dash.
I am what I am, somebody has to be.
Call me for free from anywhere in the USA from my homepage! http://www.azrial.com/
CF-31JEGAX1M Mk2 Intel i5-2520M 2.50 GHz, Win7x64 & Ubuntu x64 14.04LTS Dual Boot, 16GB RAM, Samsung 250GB SSD, 2x64GB USB FD, 64GB SDHC, GOBI 4000, BUGPS, IBM AC/DC Supply #22P9003
Call me for free from anywhere in the USA from my homepage! http://www.azrial.com/
CF-31JEGAX1M Mk2 Intel i5-2520M 2.50 GHz, Win7x64 & Ubuntu x64 14.04LTS Dual Boot, 16GB RAM, Samsung 250GB SSD, 2x64GB USB FD, 64GB SDHC, GOBI 4000, BUGPS, IBM AC/DC Supply #22P9003