Search found 11 matches
- Fri Nov 27, 2020 5:06 am
- Forum: Troubleshooting
- Topic: How to fix Raspi-config Desktop Autologin breakage?
- Replies: 2
- Views: 135
SOLVED: How to fix Raspi-config Desktop Autologin breakage?
You got it! I figured it out by waiting a while, then running find / -xdev -mmin 1 right after toggling the setting with raspi-config. It updated /etc/lightdm/lightdm.conf even though lightdm wasn't installed. Installing lightdm fixed the problem. FWIW, the output of pstree is below. My pi kiosk run...
- Thu Nov 26, 2020 11:55 pm
- Forum: Troubleshooting
- Topic: How to fix Raspi-config Desktop Autologin breakage?
- Replies: 2
- Views: 135
How to fix Raspi-config Desktop Autologin breakage?
I have been experimenting with some system configurations to use on an old Pi B running Raspbian buster as a keyboardless kiosk-like device. I have ended up with good old Xorg running with openbox, but now the raspi-config "Desktop Autologin" as user pi no longer works fully - it relinks d...
- Wed Jul 15, 2020 7:53 pm
- Forum: Beginners
- Topic: Raspbian (latest) - tigerVNC not working?
- Replies: 18
- Views: 5364
Re: Raspbian (latest) - tigerVNC not working?
Running Buster (yes it's old.) TigerVNC doesn't work out of the box because it only opens a socket on localhost. netstat -nta Active Internet connections (servers and established) Proto Recv-Q Send-Q Local Address Foreign Address State tcp 0 0 127.0.0.1:5901 0.0.0.0:* LISTEN The aforementioned ssh t...
- Mon Sep 09, 2019 3:46 am
- Forum: General discussion
- Topic: Can't install Noobs from an 8gb SD?
- Replies: 4
- Views: 838
Re: Can't install Noobs from an 8gb SD?
Yep. NOOBS 3.2.0 is only *23 MB* too big to put on an 8G SD.
I tried untar-ing the zip file, removing LibreELEC, and re-zipping. This resulted in a SD that had a few dozen MB to spare, but the SD was unbootable.
You can get 3.1.1 from the archives, or you can use NOOBs Lite.
I tried untar-ing the zip file, removing LibreELEC, and re-zipping. This resulted in a SD that had a few dozen MB to spare, but the SD was unbootable.
You can get 3.1.1 from the archives, or you can use NOOBs Lite.
- Tue Nov 04, 2014 1:54 am
- Forum: Troubleshooting
- Topic: Anyone getting the raspbian kismet to work?
- Replies: 2
- Views: 2180
Anyone getting the raspbian kismet to work?
I have not found any recent discussions on this. I've done an "apt-get install kismet" from the standard source but I can't get kismet to recognize the wifi module I have. The wifi module is the Ralink RT5370 usb stick sold by SparkFun (lsusb ID 148f:5370 Ralink Technology, Corp. RT5370 Wi...
- Mon Dec 23, 2013 2:13 am
- Forum: Advanced users
- Topic: Any wvdial experts here?
- Replies: 6
- Views: 8738
Re: Any wvdial experts here?
vwdial.conf was created by wvdialconf. I gave up and made a pppd chatscript that works, and I connect directly with "pppd ttyUSB0": /etc/ppp/chatscript: REPORT CONNECT TIMEOUT 3 ABORT NO\sDIALTONE ABORT BUSY ABORT NO\sANSWER '' ATZ\n '' ATZ\n TIMEOUT 30 OK 'ATQ0 V1 E0 S0=0 &C1 &D2 ...
- Sun Dec 22, 2013 9:02 pm
- Forum: Advanced users
- Topic: Any wvdial experts here?
- Replies: 6
- Views: 8738
Update: Any wvdial experts here?
Update: I can get vwdial to authenticate by setting "Carrier Check = off". Pppd starts with the following parameters: root 4586 4585 0 21:00 pts/0 00:00:00 /usr/sbin/pppd 460800 modem crtscts defaultroute usehostname -detach user wsanders@sonic.net noipdefault call wvdial usepeerdns idle 0...
- Sun Dec 22, 2013 7:13 pm
- Forum: Advanced users
- Topic: Any wvdial experts here?
- Replies: 6
- Views: 8738
Any wvdial experts here?
wvdial is broken, it sends an ATDT command instead of my username: # wvdial --> WvDial: Internet dialer version 1.61 --> Cannot set information for serial port. --> Initializing modem. --> Sending: ATZ ATZ --> Sending: ATQ0 ATQ0 OK --> Re-Sending: ATZ ATZ OK --> Sending: ATQ0 V1 E1 S0=0 &C1 &...
- Sun Dec 22, 2013 6:32 am
- Forum: Raspberry Pi OS
- Topic: Where are kernel headers?
- Replies: 2
- Views: 2252
Re: Where are kernel headers?
Well, the intent was to see if any of the dgc/hdfmodem Linmodem drivers would build on Raspbian, but after taking a look they heavily depend on i386 features like MMX. So the chances of these drivers working on a Pi are zero. So, the best bet, if one is thinking of connecting a Pi to a dialup line, ...
- Fri Dec 20, 2013 4:59 am
- Forum: Raspberry Pi OS
- Topic: Where are kernel headers?
- Replies: 2
- Views: 2252
Where are kernel headers?
I am trying to build the generic hsfmodem Winmodem driver from http://www.linuxant.com/drivers/hsf/full/downloads.php. The thing that seems to be holding me back right now is lack of kernel headers: cc1: fatal error: /usr/src/kernel-headers-3.10.24+/include/linux/config.h: No such file or directory ...
- Thu Nov 14, 2013 2:32 am
- Forum: Troubleshooting
- Topic: Omxplayer too loud, shairport too soft
- Replies: 0
- Views: 441
Omxplayer too loud, shairport too soft
I've got omxplayer and shairport working OK on Rasbian, but omxplayer is too loud and shairport is not loud enough. There is about a 20dB difference..... Neither seems to support a volume setting as a command line option. Omxplayer seems to have an undocumented "--vol" option but it has no...