Linux News
15.0 Sound problem
I went from Current of 11/21 to 15.0 recently. Update was to my ssd and went very well, except I lost sound.I have a RazPi 4 with 4G. I did it with upgradepkg, which kept the config.
I also have a working ~current on an sdcard, and compared Pavucontrol menus playing videos. I get audio on the level meter, but no sound. Comparing:
Code: Working 15.0
EDIT: I should mention I grabbed kernel 5.16.16 packages from current for the update, because there are are a few recently patched security bugs. I'm not using uBoot.
I also have a working ~current on an sdcard, and compared Pavucontrol menus playing videos. I get audio on the level meter, but no sound. Comparing:
Code: Working 15.0
- Playback System Sounds System Sounds
- Recording Nothing Nothing
- Output Analog bcm2835HDMI Dummy Output
Headphones bcm2835 No earphones - Input Nothing Nothing
- Config HDMI_1 & Headphones 2835 Entirely greyed out
EDIT: I should mention I grabbed kernel 5.16.16 packages from current for the update, because there are are a few recently patched security bugs. I'm not using uBoot.
Categories: Software and Help
LXer: Banana Pi router board features WiFi 6 and dual 2.5GbE
Published at LXer:
Banana Pi has posted specs for a BPI-R3 router board that runs Linux on a quad -A53 Mediatek MT7986 and offers dual 4×4 WiFi 6 radios plus 2x 2.5GbE SFP, 4x GbE, WAN, USB 3.0, mini-PCIe, and M.2 M-key. Banana Pi has been ramping up its router board product line over the last year and [ ]
Read More...
Banana Pi has posted specs for a BPI-R3 router board that runs Linux on a quad -A53 Mediatek MT7986 and offers dual 4×4 WiFi 6 radios plus 2x 2.5GbE SFP, 4x GbE, WAN, USB 3.0, mini-PCIe, and M.2 M-key. Banana Pi has been ramping up its router board product line over the last year and [ ]
Read More...
Categories: Software and Help
Banana Pi router board features WiFi 6 and dual 2.5GbE
Banana Pi has posted specs for a “BPI-R3” router board that runs Linux on a quad -A53 Mediatek MT7986 and offers dual 4×4 WiFi 6 radios plus 2x 2.5GbE SFP, 4x GbE, WAN, USB 3.0, mini-PCIe, and M.2 M-key. Banana Pi has been ramping up its router board product line over the last year and […]
Categories: General News
How can I edit my login shell script/program?
Hello everyone,
I was just playing with Linux default programs and commands. I was thinking to modify some login shell programs, to be specific whenever we start our OS, the system asks us username and password. I want to know where is this program is stored which prints "username" on the terminal screen.
I was just playing with Linux default programs and commands. I was thinking to modify some login shell programs, to be specific whenever we start our OS, the system asks us username and password. I want to know where is this program is stored which prints "username" on the terminal screen.
Categories: Software and Help
I need help installing APFS-FUSE in Cubic
https://github.com/sgan81/apfs-fuse
Cubic is a ubuntu application to create custom ubuntu images...
https://ostechnix.com/how-to-create-...ge-with-cubic/
If I follow the conventional way ( apfs-fuse-install.sh ) to install Apfs-Fuse in Cubic as if it was an ordinary system it throws errors...
I somehow cannot find any guides on the internet concerning this.. Please Help!
Cubic is a ubuntu application to create custom ubuntu images...
https://ostechnix.com/how-to-create-...ge-with-cubic/
If I follow the conventional way ( apfs-fuse-install.sh ) to install Apfs-Fuse in Cubic as if it was an ordinary system it throws errors...
I somehow cannot find any guides on the internet concerning this.. Please Help!
Categories: Software and Help
LXer: Firefox Extension Helps Bring Movie Magic To Theaters Near You
Published at LXer:
Firefox is about to let you in on a little known industry secret did you know some of the leading visual effects studios including Industrial Light & Magic (ILM), utilize Firefox to help make movie magic?* Color calibration the process of adjusting colors in order to display images consistently in color and brightness across monitors [ ]
Read More...
Firefox is about to let you in on a little known industry secret did you know some of the leading visual effects studios including Industrial Light & Magic (ILM), utilize Firefox to help make movie magic?* Color calibration the process of adjusting colors in order to display images consistently in color and brightness across monitors [ ]
Read More...
Categories: Software and Help
Firefox Extension Helps Bring Movie Magic To Theaters Near You
Firefox is about to let you in on a little known industry secret…did you know some of the leading visual effects studios including Industrial Light & Magic (ILM), utilize Firefox to help make movie magic? Color calibration — the process of adjusting colors in order to display images consistently in color and brightness across monitors […]
Categories: General News
Installation of texlive from iso
Hello.
Since the texlive package provided by a full installation of slackware64 15.0 is not complete, I removed it.
I downloaded the .iso install from tug.org and the installation was successful. Except for one little thing.
One of the last things to do is to add this:
Code: MANPATH=/usr/local/texlive/2021/texmf-dist/doc/man:$MANPATH; export MANPATH
INFOPATH=/usr/local/texlive/2021/texmf-dist/doc/info:$INFOPATH; export INFOPATH
PATH=/usr/local/texlive/2021/bin/x86_64-linux:$PATH; export PATH and I want this to be system-wide. I added these 3 lines to the end of /etc/profile
When I open a terminal with a regular user, everything is fine, i.e., all latex files (executables, formats, etc) are found:
Code: $ which latex
/usr/local/texlive/2021/bin/x86_64-linux/latex Also,
Code: $ su -
# which latex
/usr/local/texlive/2021/bin/x86_64-linux/latex BUT
Code: $ su
# which latex
which: no latex in (/usr/local/sbin:/usr/local/bin:/sbin:/usr/sbin:/bin:/usr/bin) Why "su -" finds the correct path and "su" not? Is /etc/profile the correct place to add those 3 lines?
Kind regards
Since the texlive package provided by a full installation of slackware64 15.0 is not complete, I removed it.
I downloaded the .iso install from tug.org and the installation was successful. Except for one little thing.
One of the last things to do is to add this:
Code: MANPATH=/usr/local/texlive/2021/texmf-dist/doc/man:$MANPATH; export MANPATH
INFOPATH=/usr/local/texlive/2021/texmf-dist/doc/info:$INFOPATH; export INFOPATH
PATH=/usr/local/texlive/2021/bin/x86_64-linux:$PATH; export PATH and I want this to be system-wide. I added these 3 lines to the end of /etc/profile
When I open a terminal with a regular user, everything is fine, i.e., all latex files (executables, formats, etc) are found:
Code: $ which latex
/usr/local/texlive/2021/bin/x86_64-linux/latex Also,
Code: $ su -
# which latex
/usr/local/texlive/2021/bin/x86_64-linux/latex BUT
Code: $ su
# which latex
which: no latex in (/usr/local/sbin:/usr/local/bin:/sbin:/usr/sbin:/bin:/usr/bin) Why "su -" finds the correct path and "su" not? Is /etc/profile the correct place to add those 3 lines?
Kind regards
Categories: Software and Help
LXer: New Linux kernel bolsters random number generation
Published at LXer:
Bigger changes are afoot in the next release, too. A significant rewrite of the Linux kernel's random-number generator is underway, making Linux-based cryptography more secure especially when running in VMs.
Read More...
Bigger changes are afoot in the next release, too. A significant rewrite of the Linux kernel's random-number generator is underway, making Linux-based cryptography more secure especially when running in VMs.
Read More...
Categories: Software and Help
New Linux kernel bolsters random number generation
Bigger changes are afoot in the next release, too. A significant rewrite of the Linux kernel's random-number generator is underway, making Linux-based cryptography more secure – especially when running in VMs.…
Categories: General News
KWallet not finding my encryption keys
I have just logged in on the KDE DE on a newly installed Slackware-15.0
On connecting to my WiFI, I get prompted to enter my password on KDE Wallet.
On selecting GPG encryption, as recommended, I get notified that I need at least one encryption key.
I run KGpg, and I setup an encryption key, but KDE Wallet keeps insisting that I need at least one encryption key.
Up to now I have resisted trying Blowfish, so I haven't tried it yet.
Is this normal, or am I missing something?
On connecting to my WiFI, I get prompted to enter my password on KDE Wallet.
On selecting GPG encryption, as recommended, I get notified that I need at least one encryption key.
I run KGpg, and I setup an encryption key, but KDE Wallet keeps insisting that I need at least one encryption key.
Up to now I have resisted trying Blowfish, so I haven't tried it yet.
Is this normal, or am I missing something?
Categories: Software and Help
LXer: Corrupted open-source software enters the Russian battlefield
Published at LXer:
A programmer behind the popular open-source npm program node-ipc poisoned it with malware that erased the hard drives of computers located in Russia or Belarus.
Read More...
A programmer behind the popular open-source npm program node-ipc poisoned it with malware that erased the hard drives of computers located in Russia or Belarus.
Read More...
Categories: Software and Help
Corrupted open-source software enters the Russian battlefield
A programmer behind the popular open-source npm program node-ipc poisoned it with malware that erased the hard drives of computers located in Russia or Belarus.
Categories: General News
Video : Making an X86 Armbian build server + setting up an Odroid HC4 NAS with plain Armbian and SAMBA
Hi all.
In my latest video I make an Armbian Build server out of my old x86 PC. And I set up an extra Odroid HC4 as NAS with the old hard drives from my PC.
I hope you'll like it, greetings.
NicoD
https://youtu.be/IBZ3-bEsqkA
In my latest video I make an Armbian Build server out of my old x86 PC. And I set up an extra Odroid HC4 as NAS with the old hard drives from my PC.
I hope you'll like it, greetings.
NicoD
https://youtu.be/IBZ3-bEsqkA
Categories: Software and Help
next-20220322: linux-next
Version:next-20220322 (linux-next)
Released:2022-03-22
Categories: Linux Kernel
LXer: Asahi Linux reaches 'very early Alpha'
Published at LXer:
Asahi Linux the most prominent effort to create a Linux distribution for Apple's M1 silicon has loosed what project lead Hector Martin has described as "a very early alpha release."
Read More...
Asahi Linux the most prominent effort to create a Linux distribution for Apple's M1 silicon has loosed what project lead Hector Martin has described as "a very early alpha release."
Read More...
Categories: Software and Help
unstable wifi conection after base arch install
Hi, I finished the base install of arch by connecting to the internet through iwctl, but when connecting with NetworkManager after reboot the connection is very unstable. when trying to install a desktop environment the connection speed drops to a few kbits per second and the proccess times out. I have selected the fastest mirrors with reflector. Also, i tried downloading an iso with wget and the same thing happens. I have installed arch on this laptop many times before and never had the problem. I noticed that for the latest iso the arch wiki has removed the /etc/hosts section so have tried the installation with and without creating this file but no change. My wifi card is a qualcom AR9462 and the loaded driver is ath9k so i don't think its a driver problem. I have also disabled NetworkManager and installed iwd, the connection through iwctl also becomes very slow.I have debian and manjaro installed on the same laptop and both work fine. After googling around i've not come across anthing helpful. What can i do next to diagnose this problem? Many thanks
Categories: Software and Help
Asahi Linux reaches 'very early Alpha'
Asahi Linux – the most prominent effort to create a Linux distribution for Apple's M1 silicon – has loosed what project lead Hector Martin has described as "a very early alpha release."
Categories: General News