LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Blogs
User Name
Password

Notices


Old

Intel AX201 wifi failure on Debian 12 Bookworm kernel update

Posted 02-10-2024 at 07:57 PM by neonsignal

The Intel AX201 wifi worked on Debian 12 bookworm up to and including linux-image-6.1.0-13.

However, in the kernel updates linux-image-6.1.0-15 it ceased to work.

Some wifi regressions were fixed in linux-image-6.1.0-17, but the AX201 is still not working.

Temporary workaround solution is to continue to boot using the older linux-image-6.1.0-13 kernel, or to install the 6.5 kernel from backports (you will need the backport repositories in your /etc/apt/sources.list...
Senior Member
Posted in Uncategorized
Views 168 Comments 0 neonsignal is offline
Old

upgrade to bookworm

Posted 04-19-2023 at 11:12 PM by neonsignal
Updated 04-19-2023 at 11:14 PM by neonsignal

have upgraded to Debian bookworm (technically still unreleased, but is now in hard freeze)

mostly a painless upgrade, but had a few problems
  1. when starting fluxbox without a display manager, it was failing
  2. firefox was very slow to start, and thunderbird was unable to save files
  3. sound applications were hanging

I did not diagnose the fluxbox startup, but capitulated and installed a display manager instead. Notably it started a different window manager by default,...
Senior Member
Posted in Uncategorized
Views 666 Comments 0 neonsignal is offline
Old

Pepper Flash plugin for Chromium browser

Posted 06-16-2013 at 07:01 PM by neonsignal
Updated 06-16-2013 at 07:46 PM by neonsignal

A few sites require the the newer version of Adobe Flash with the Pepper API.

This is included in the closed Chrome browser package, but it can also be used with the open source Chromium browser from which Chrome is derived. The Pepper API is not supported by Firefox.

There are packages available for some distros, but it can also be installed manually.

First download the current Chrome package to suit your architecture, eg:
Code:
wget https://dl.google.com/linux/direct/google-chrome-stable-current_
...
Senior Member
Posted in Uncategorized
Views 3186 Comments 0 neonsignal is offline
Old

user space access to parallel port

Posted 06-17-2012 at 09:53 PM by neonsignal

When using a parallel port for a printer, typically it will be accessed through a kernel printer driver.

However, the parallel port can also be used as a multi-purpose bit port from user space. This can be done by loading the ppdev driver:
Code:
modprobe ppdev
In the past, you would also have to create the access node, but this is now scripted and will happen automatically:
Code:
mknod /dev/parport0 c 99 0 -m 660
Senior Member
Posted in Uncategorized
Views 2034 Comments 0 neonsignal is offline
Old

user mounted filesystems

Posted 06-14-2012 at 10:51 PM by neonsignal

Rather than mount a filesystem as root (whether from the command line or through /etc/fstab), non-privileged users can make use of the fuse (filesystem in userspace) system. This requires the installation of the fuse-utils package, and the user has to be added to the fuse group.

There are a number of useful systems implemented on top of fuse.

For example, an ISO system might be required to run a particular application, and just mounted temporarily by the user executing...
Senior Member
Posted in Uncategorized
Views 1854 Comments 0 neonsignal is offline

  



All times are GMT -5. The time now is 07:58 AM.

Main Menu
Advertisement
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration