SliTaz SliTaz Forum

You are not logged in.

#1 2021-05-17 21:02:59

Arthur
Member
Registered: 2012-05-10
Posts: 58

Vlc não entra no Slitaz 5 cooking (VLC not power)

VLC not power Slitaz 5.0 ccooking

Slitaz 4.0 not sound after instalation

Slitaz 5.0 not sound Alsamixer not persistent

notebook Accer Aspire One 722

Offline

#2 2021-05-21 21:16:18

Alex_K
Member
Registered: 2017-05-16
Posts: 14

Re: Vlc não entra no Slitaz 5 cooking (VLC not power)

Qt4 requirements for VLC GUI are not / no longer met in rolling 5.0.

Install SMPlayer instead.

Then, don't forget to run [c]tazx auto[/c] and reboot, to get correct xorg-server and driver, Mesa and DRI libs to get video decoding X11/Xv/XvMC thru hardware acceleration in SMplayer settings, instead of keep running the default xvesa driver.

4.0 is very outdated, use "rolling" version only.

For sound, try :

[c]setmixer[/c]

or

[c]alsactl store[/c] or [c]alsactl restore[/c]

If problems with alsamixer in panel, install PNmixer, add it to autostart :

[c]cp /usr/share/applications/pnmixer.desktop /etc/xdg/autostart/pmnixer.desktop[/c]

Offline

#3 2021-05-23 21:13:41

Arthur
Member
Registered: 2012-05-10
Posts: 58

Re: Vlc não entra no Slitaz 5 cooking (VLC not power)

unfortunately unsuccessful

Offline

#4 2021-05-23 21:37:45

Arthur
Member
Registered: 2012-05-10
Posts: 58

Re: Vlc não entra no Slitaz 5 cooking (VLC not power)

follow the attached file

Offline

#5 2021-05-24 11:14:27

Alex_K
Member
Registered: 2017-05-16
Posts: 14

Re: Vlc não entra no Slitaz 5 cooking (VLC not power)

[c]alsactl: state lock:125: file /var/lib/alsa/asound.state lock error: File exists[/c]

File locked is not in userspace... it sounds you need to be root with [c]su[/c] to overwrite it.

Didn't you try ? Not specified before, but it works for me (command terminated without message).

Also, check Master and PCM channels are not muted in "alsamixer" the Alsamixer Volume mixer, (Alsa's "default" ncurses UI in Terminal).

[c]alsamixer[/c] (or in Applications menu : Multimedia > Alsamixer Volume mixer)

then, beware because you've got 2 audio cards : select the second one with F6 + ENTER

    Card 0 : ATI R6xx HDMI which only outputs sound on the HDMI port

    Card 1 : Intel HDA Conexant CX20588 for internal speaker and jack port

Then check there's no double M "MM" in Master and PCM channels :

switch on them with left right arrow keys, and press M key to mute/unmute.

PNmixer will help you to fix and easy change/manage cards and channels right in LXpanel, instead default's mixer which fails after you switch the default managed card.

If [c]alsactl store[/c] works/required, you'll probably need to use it at each time after boot. Add it to /etc/init.d/local.sh

[attachment=50059,3083]

Offline

#6 2021-05-24 18:43:17

Arthur
Member
Registered: 2012-05-10
Posts: 58

Re: Vlc não entra no Slitaz 5 cooking (VLC not power)

The previous test made by Root did not present errors. But without sound still

controladores

Padrão

oss

alsa

sdl

mpegpes

v4l2

null

pcm

Definhido pelo utilizador

Which of these should I use?

Qual desses devo usar?

Offline

#7 2021-05-24 18:55:06

Arthur
Member
Registered: 2012-05-10
Posts: 58

Re: Vlc não entra no Slitaz 5 cooking (VLC not power)

alsamixer when giving esc loses the selection even giving alsactl store

Offline

#8 2021-05-24 19:23:22

Arthur
Member
Registered: 2012-05-10
Posts: 58

Re: Vlc não entra no Slitaz 5 cooking (VLC not power)

Print Screen is not working. I have to take a picture with my cell phone and send it to the email to capture the image. Bat alsamixer not persistent

Offline

#9 2021-06-02 00:03:31

Arthur
Member
Registered: 2012-05-10
Posts: 58

Re: Vlc não entra no Slitaz 5 cooking (VLC not power)

without sound and without printscreen it is difficult to enjoy the system. I'll give the distribution a little more time to evolve. Grateful for the attention

Arthur

Offline

#10 2021-06-04 01:30:37

alanyih
Administrator
Registered: 2011-04-02
Posts: 532

Re: Vlc não entra no Slitaz 5 cooking (VLC not power)

Print Screen is not working.

Alt + Print Screen

grep -A 4 Print /etc/xdg/openbox/rc.xml

    <keybind key="A-Print">

      <action name="Execute">

        <command>mtpaint -s</command>

      </action>

    </keybind>

Card 0 : ATI R6xx HDMI which only outputs sound on the HDMI port

Card 1 : Intel HDA Conexant CX20588 for internal speaker and jack port

without sound

try!

cat /etc/asoundrc

pcm.!default {

    type hw

    card 1

}

ctl.!default {

    type hw

    card 1

}

Offline

#11 2021-06-04 18:37:09

Arthur
Member
Registered: 2012-05-10
Posts: 58

Re: Vlc não entra no Slitaz 5 cooking (VLC not power)

Success on Print Screen. As for the sound, it seems that I didn't undersstand the order of the commands and the spaces between them.

Follow a print screen

Offline

#12 2021-06-04 18:50:01

Arthur
Member
Registered: 2012-05-10
Posts: 58

Re: Vlc não entra no Slitaz 5 cooking (VLC not power)

Follow a print screen /etc

[attachment=50081,3090]

Offline

#13 2021-06-04 19:02:48

Arthur
Member
Registered: 2012-05-10
Posts: 58

Re: Vlc não entra no Slitaz 5 cooking (VLC not power)

I dowloaded Firefox 77.0. How do I get it not to update? Every update it stops worging

Offline

#14 2021-06-04 21:45:36

Alex_K
Member
Registered: 2017-05-16
Posts: 14

Re: Vlc não entra no Slitaz 5 cooking (VLC not power)

without sound and without printscreen it is difficult to enjoy the system. I'll give the distribution a little more time to evolve. Grateful for the attention

Arthur

Sorry, I had forgotten.

You have to change the "default card" used by alsa, as alanyih explained.

Edit /etc/asound.conf :

[c]nano /etc/asound.conf[/c]

it sould be like :

pcm.my_card {

  type hw

  card 0     <================ You have to replace it by  [c]card 1[/c]  ...

  # mmap_emulation true

}

...to use Card 1 (Intel HDA Conexant CX20588) to get sound thru jack and internal speakers by default.(becasue you won't get it with the other)

Save with Ctrl+X,  Y, Enter.

Then reload alsa with PNmixer or reboot.

If you use AntiX later (which also have alsa), you probably have to do the same, but there's a GUI tool for it... (may we have this feature in the Hardware section in Tazpanel...).

I dowloaded Firefox 77.0. How do I get it not to update? Every update it stops worging

Since Firefox 78/ESR, GLIBC=2.17 version is required, and SliTaz has only 2.14.

You probably won't get working recent Firefox or Webkit based browser for now, we must wait for a most recent GLIBC, and so lot of packages, kernel to be recompiled... broken...

Even last Palemoon is no more delivered in 32 bits.

Offline

#15 2021-06-04 22:50:58

Arthur
Member
Registered: 2012-05-10
Posts: 58

Re: Vlc não entra no Slitaz 5 cooking (VLC not power)

after installation it works fine, but when I activate it again it puts the message. Wait while firefox updates. Then it doesn't come in anymore. The question I know is not from slitaz, but from firefox. How do I block updates. The other browsers are old and sometimes I don't browse or I get the message to update the software.

Offline

#16 2021-06-04 23:11:28

Arthur
Member
Registered: 2012-05-10
Posts: 58

Re: Vlc não entra no Slitaz 5 cooking (VLC not power)

still without sound. Alsamixer already persistent on card 1

[attachment=50085,3091] [attachment=50085,3092]

Offline

#17 2021-06-04 23:22:04

Alex_K
Member
Registered: 2017-05-16
Posts: 14

Re: Vlc não entra no Slitaz 5 cooking (VLC not power)

after installation it works fine, but when I activate it again it puts the message. Wait while firefox updates. Then it doesn't come in anymore. The question I know is not from slitaz, but from firefox. How do I block updates. The other browsers are old and sometimes I don't browse or I get the message to update the software.

Issue already solved / question already answered in dedicated topic, see :

https://forum.slitaz.org/topic/remove-update-dialog-from-firefox

Offline

#18 2021-06-04 23:28:05

rerivero
Member
Registered: 2012-06-18
Posts: 235

Re: Vlc não entra no Slitaz 5 cooking (VLC not power)

Firefox: Do not update

Go into Preferences, then turn off automatic updates. You can then override the updates button in your browser as stated in the thread posted by Alex_k

Offline

#19 2021-06-04 23:33:22

Arthur
Member
Registered: 2012-05-10
Posts: 58

Re: Vlc não entra no Slitaz 5 cooking (VLC not power)

Very good. resolved. But, my sound....

Offline

#20 2021-06-05 21:39:25

Arthur
Member
Registered: 2012-05-10
Posts: 58

Re: Vlc não entra no Slitaz 5 cooking (VLC not power)

Sorted out. I want to thank the collaborators who helped solve all the problems I had on returning to Slitaz. I started with 2, went to 4 and now returned to 5.

I've always enjoyed Slitaz and even used it at work as the main system although the university used windows 2000 by default.

Anyway I have internet, sound and everything a system should offer.

Offline

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.016 seconds, 7 queries executed - Memory usage: 1.57 MiB (Peak: 1.77 MiB) ]