On Sat Jul 23, 2022 at 3:00 PM CEST, Open Source.Lives wrote:
> Help...>> On Fri, Jul 22, 2022 at 9:26 PM Open Source.Lives <> open.source.lives@gmail.com> wrote:>> > Hi there,> >> > Found Alpine linux through> > https://www.theregister.com/2022/05/26/alpine_linux_316_released/> >> > So far it has been amazing.> >> > But I am in need of help in regards to..> >> > Running the Tor browser with the below link.> >> > https://tb-manual.torproject.org/installation/> >> > Unable to run start-tor-browser.desktop after chmod +x> > start-tor-browser.desktop
the tor browser binaries are linked against glibc and won't work, and it
doesn't build on musl (afaik). it does work in flatpak, though, via
com.github.micahflee.torbrowser-launcher
> >> > As well, setting up sound on my laptop.> >> > https://wiki.alpinelinux.org/wiki/PipeWire> >> > Unable to get sound working.> >> > Can anyone assist?> >> > Thanks for your time.> > Troy> >
> On Fri, Jul 22, 2022 at 9:26 PM Open Source.Lives > <open.source.lives@gmail.com> wrote:>> As well, setting up sound on my laptop.>>>> https://wiki.alpinelinux.org/wiki/PipeWire>>>> Unable to get sound working.>>>> Can anyone assist?>>>> Thanks for your time.>> Troy
Hi Troy,
where exactly are you stuck in the audio setup? It would help if you
mentioned what you have done so far and what does not work.
Best,
Edin
@alice,
Thank you for your help with flatpak, everything is good now I am able to
run the tor browser :)
@edin (unicorn),
Nice tutorials > https://regrow.earth/ :)
I followed the steps below.
https://wiki.alpinelinux.org/wiki/PipeWire
audio:x:18:fischer,root,pulse
rtkit:x:110:rtkit,fischer
pulse-access:x:108:
pulse:x:109:pulse
doas apk add dbus dbus-openrc
doas rc-service dbus start
doas rc-update add dbus default
doas apk add pipewire wireplumber rtkit
doas apk add pipewire-alsa
ALSA support works out of the box if you have the pipewire-alsa package.
You may need the snd_seq kernel module.
doas aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: NVidia [HDA NVidia], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: NVidia [HDA NVidia], device 7: HDMI 1 [HDMI 1]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: NVidia [HDA NVidia], device 8: HDMI 2 [HDMI 2]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: NVidia [HDA NVidia], device 9: HDMI 3 [HDMI 3]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: Generic [HD-Audio Generic], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 2: Generic_1 [HD-Audio Generic], device 0: ALC256 Analog [ALC256
Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
doas cat /proc/asound/card0/codec* | grep Codec
Codec: Nvidia GPU 9e HDMI/DP
doas apk add pavucontrol
https://wiki.alpinelinux.org/wiki/ALSA
doas apk add alsa-utils alsa-utils-doc alsa-lib alsaconf alsa-ucm-conf
pavucontrol
doas addgroup $USER audio
doas addgroup root audio
doas alsamixer
cannot open mixer: Host is down
doas rc-service alsa start
doas rc-update add alsa
/usr/bin/pavucontrol
Currently opening the icon, it says "Establishing connection to Pulseaudio,
please wait..."
On Sat, Jul 23, 2022 at 11:00 PM Open Source.Lives <
open.source.lives@gmail.com> wrote:
> Help...>> On Fri, Jul 22, 2022 at 9:26 PM Open Source.Lives <> open.source.lives@gmail.com> wrote:>>> Hi there,>>>> Found Alpine linux through>> https://www.theregister.com/2022/05/26/alpine_linux_316_released/>>>> So far it has been amazing.>>>> But I am in need of help in regards to..>>>> Running the Tor browser with the below link.>>>> https://tb-manual.torproject.org/installation/>>>> Unable to run start-tor-browser.desktop after chmod +x>> start-tor-browser.desktop>>>> As well, setting up sound on my laptop.>>>> https://wiki.alpinelinux.org/wiki/PipeWire>>>> Unable to get sound working.>>>> Can anyone assist?>>>> Thanks for your time.>> Troy>>>
Hi all,
Sound has been resolved by removing all packages from
https://wiki.alpinelinux.org/wiki/PipeWire
Instead configured sound with https://wiki.alpinelinux.org/wiki/ALSA
On Mon, Jul 25, 2022 at 9:42 PM Open Source.Lives <
open.source.lives@gmail.com> wrote:
> @alice,>> Thank you for your help with flatpak, everything is good now I am able to> run the tor browser :)>> @edin (unicorn),>> Nice tutorials > https://regrow.earth/ :)>> I followed the steps below.>> https://wiki.alpinelinux.org/wiki/PipeWire>> audio:x:18:fischer,root,pulse> rtkit:x:110:rtkit,fischer> pulse-access:x:108:> pulse:x:109:pulse>> doas apk add dbus dbus-openrc> doas rc-service dbus start> doas rc-update add dbus default>> doas apk add pipewire wireplumber rtkit>> doas apk add pipewire-alsa> ALSA support works out of the box if you have the pipewire-alsa package.> You may need the snd_seq kernel module.>> doas aplay -l> **** List of PLAYBACK Hardware Devices ****> card 0: NVidia [HDA NVidia], device 3: HDMI 0 [HDMI 0]> Subdevices: 1/1> Subdevice #0: subdevice #0> card 0: NVidia [HDA NVidia], device 7: HDMI 1 [HDMI 1]> Subdevices: 1/1> Subdevice #0: subdevice #0> card 0: NVidia [HDA NVidia], device 8: HDMI 2 [HDMI 2]> Subdevices: 1/1> Subdevice #0: subdevice #0> card 0: NVidia [HDA NVidia], device 9: HDMI 3 [HDMI 3]> Subdevices: 1/1> Subdevice #0: subdevice #0> card 1: Generic [HD-Audio Generic], device 3: HDMI 0 [HDMI 0]> Subdevices: 1/1> Subdevice #0: subdevice #0> card 2: Generic_1 [HD-Audio Generic], device 0: ALC256 Analog [ALC256> Analog]> Subdevices: 1/1> Subdevice #0: subdevice #0>> doas cat /proc/asound/card0/codec* | grep Codec> Codec: Nvidia GPU 9e HDMI/DP>> doas apk add pavucontrol>>> https://wiki.alpinelinux.org/wiki/ALSA>> doas apk add alsa-utils alsa-utils-doc alsa-lib alsaconf alsa-ucm-conf> pavucontrol>> doas addgroup $USER audio> doas addgroup root audio>> doas alsamixer> cannot open mixer: Host is down>> doas rc-service alsa start> doas rc-update add alsa>> /usr/bin/pavucontrol>> Currently opening the icon, it says "Establishing connection to> Pulseaudio, please wait...">> On Sat, Jul 23, 2022 at 11:00 PM Open Source.Lives <> open.source.lives@gmail.com> wrote:>>> Help...>>>> On Fri, Jul 22, 2022 at 9:26 PM Open Source.Lives <>> open.source.lives@gmail.com> wrote:>>>>> Hi there,>>>>>> Found Alpine linux through>>> https://www.theregister.com/2022/05/26/alpine_linux_316_released/>>>>>> So far it has been amazing.>>>>>> But I am in need of help in regards to..>>>>>> Running the Tor browser with the below link.>>>>>> https://tb-manual.torproject.org/installation/>>>>>> Unable to run start-tor-browser.desktop after chmod +x>>> start-tor-browser.desktop>>>>>> As well, setting up sound on my laptop.>>>>>> https://wiki.alpinelinux.org/wiki/PipeWire>>>>>> Unable to get sound working.>>>>>> Can anyone assist?>>>>>> Thanks for your time.>>> Troy>>>>>