Go to advanced search

by sdjf
Wed Oct 01, 2014 8:39 pm
Forum: Beginners
Topic: How Long to Write an Image
Replies: 9
Views: 1717

Re: How Long to Write an Image

I don't know what command line utilities are available for you on your MAC, but it seems your first step is to make sure that the card you have is, indeed VFAT, and that it can be written to. Are there equivalents of fsck.vfat and gparted on the MAC? You might look at it with those and post the outp...
by sdjf
Tue Sep 16, 2014 3:27 pm
Forum: Arch
Topic: Problem starting window manager through SSH
Replies: 4
Views: 3052

Re: Problem starting window manager through SSH

Whenever keystrokes don't work, also check what $DISPLAY is for your terminal session. You can always reset it manually on command line with DISPLAY=:1 (or whatever you want it to be). I have it set in my .bashrc for the display I want to use in general, and then reset it by hand when need be. And a...
by sdjf
Thu Sep 04, 2014 9:24 pm
Forum: Arch
Topic: mariadb not starting
Replies: 2
Views: 2169

Re: mariadb not starting

follow the instructions to add -l, your output was cut off without full information. if the full output does not tell you, another approach is to install strace and use it to start mysqld and see what is going wrong using the output. strace shows all the system calls for the desired command. I do no...
by sdjf
Wed Aug 27, 2014 7:16 am
Forum: Arch
Topic: [ARCH] Connect to Wi-Fi?
Replies: 4
Views: 1739

Re: [ARCH] Connect to Wi-Fi?

Which ArchLInux Wiki page? I don't find any references to "lw" in Linux or the Arch Wiki pages. Where did you see it mentioned to begin with?
by sdjf
Fri Aug 22, 2014 3:01 am
Forum: Beginners
Topic: Ssh drops network
Replies: 2
Views: 717

Re: Ssh drops network

This kind of trouble could be due to an inadequate power supply, or inadequate memory/cpu for the task at hand.

USB is pretty weak on the model B, I don't know if it is any better on the B+.

What do you have attached to your Pi, and what are you using for a power supply? Are you sure it is enough?
by sdjf
Fri Aug 22, 2014 2:46 am
Forum: Arch
Topic: systemd-journald.service crashing
Replies: 1
Views: 3733

Re: systemd-journald.service crashing

I have seen both types of things happen. My wild guess about events being out of order is that if the system is busy writing something long, and another event happens during that write, that second event will be able to write to the log when the other is done. At least, that is my impression. If you...
by sdjf
Tue Aug 19, 2014 3:41 pm
Forum: Arch
Topic: dhcpcd: Fallback to static IP configuration if DHCP fails
Replies: 5
Views: 28490

Re: dhcpcd: Fallback to static IP configuration if DHCP fail

I am visiting the forum in a text browser, without access to images. Copying and pasting output is more accessible to people using text browsers and screen readers. I do not know how to do what you want using netctl, but take a look at the profile in /etc/netctl and change the settings to match your...
by sdjf
Mon Aug 18, 2014 4:06 am
Forum: Arch
Topic: dhcpcd: Fallback to static IP configuration if DHCP fails
Replies: 5
Views: 28490

Re: dhcpcd: Fallback to static IP configuration if DHCP fail

Don't you need to be going through netctl for this? I am not able to read your output on that other website, but take a look at the default profile in /etc/netctl and see if it might be interfering with what you are trying to do.
by sdjf
Tue Jul 29, 2014 11:25 pm
Forum: Arch
Topic: rtl8188cus Network Drivers on Arch
Replies: 14
Views: 4099

Re: rtl8188cus Network Drivers on Arch

Not all hubs deliver the power they claim to deliver. You will know if your hub is delivering enough power if you test the actual power on the Pi with a multimeter between TP1 and TP2. It has to be between 4.75 and 5.25. Another possibility is a bad cable, or loose USB socket. My Pi had lots of trou...
by sdjf
Mon Jul 28, 2014 9:54 pm
Forum: Arch
Topic: rtl8188cus Network Drivers on Arch
Replies: 14
Views: 4099

Re: rtl8188cus Network Drivers ob Arch

What that means is you need to install the driver using pacman, it is available. pacman -Syu dkms-8192cu if that one does not work, you could certainly try the others you can find with pacman using the following command. but it looks like the right one pacman -Ss dkms there is one output with 8188 i...
by sdjf
Mon Jul 28, 2014 4:38 am
Forum: Arch
Topic: rtl8188cus Network Drivers on Arch
Replies: 14
Views: 4099

Re: rtl8188cus Network Drivers ob Arch

IT would help if you posted the lsusb output showing the product and manufacturer IDs. Those have to match up with a driver in the modules alias file. BUt if this is not a regular arch image, your files won't necessarily be the same as ours. I am running an older version because of some apps that ar...
by sdjf
Mon Jul 21, 2014 6:28 am
Forum: Arch
Topic: Arch on R-Pi B+
Replies: 16
Views: 8157

Re: Arch on R-Pi B+

THere is another problem with that general ArchLinux beginner's guide you linked to - it was NOT written for the raspberry pi. The basic commands are the same, but the Arch Linux Arm distribution for the Pi has a whole lot of stuff pre-set when pepedog makes those images for us, and trying to follow...
by sdjf
Mon Jul 21, 2014 6:15 am
Forum: Arch
Topic: boot without monitor
Replies: 10
Views: 4588

Re: boot without monitor

Interesting. Package name in Arch for that is apparently xorg-server-xvfb
by sdjf
Mon Jul 07, 2014 4:15 am
Forum: Arch
Topic: Wolfson audio card
Replies: 13
Views: 5323

Re: Wolfson audio card

Post the lsusb for it, the vendor and product IDs can then be checked in the alias modules file, to see if the driver is already built in. have you tried using it on arch? have you looked at logs or dmesg to see what the Pi says about it? What is the driver name in raspbian?
by sdjf
Thu Jul 03, 2014 3:54 am
Forum: Arch
Topic: yaourt
Replies: 6
Views: 10800

Re: yaourt

Pacman is a package manager, not a utility for downloading scripts. I do recall that yaourt used to be in the repository, not sure why they stopped keeping it there. Except as Pepedog says, yaourt really is not a binary package but a collection of scripts. EDIT: to be more clear: pacman only works w...
by sdjf
Mon Jun 30, 2014 2:31 am
Forum: Arch
Topic: Alternative to rc.conf
Replies: 5
Views: 2035

Re: Alternative to rc.conf

Try googling for the Arch Linux page about netctl and look at the files in /etc/netctl, you will want to edit the one that fits your setup so it works properly.
by sdjf
Fri Jun 27, 2014 10:38 am
Forum: Arch
Topic: LXDE Black Bar
Replies: 2
Views: 1259

Re: LXDE Black Bar

You might need to also declare the screen size in the lxde startup configuration. To find out where that is, try running the following, it might show you where lxde is started from and you could add the geometry there. ps aux | grep lxde IF that does not help, poke around ~/.config and files in /etc...
by sdjf
Thu Jun 26, 2014 11:09 am
Forum: Arch
Topic: boot without monitor
Replies: 10
Views: 4588

Re: boot without monitor

You mentioned trouble CTRL-ALT-2'ing to another terminal. But did not say what sort - in case you did not know, you have to log in to the other terminal, it won't do anything if you do not log in. Contents of $DISPLAY indicate where any GUI stuff has to go, and it can be different for different user...
by sdjf
Wed Jun 25, 2014 9:12 am
Forum: Arch
Topic: boot without monitor
Replies: 10
Views: 4588

Re: boot without monitor

Booting without a monitor, lots of us do that, and just ssh in to our pi's. if you don't want to use xvnc to get an xserver running, maybe you could use different software for generating the sound you want? Have you looked into using commandline sound utilities instead? I know I thought it was a was...
by sdjf
Wed Jun 25, 2014 4:30 am
Forum: Arch
Topic: Help! Cannot Change size of Console Font!!
Replies: 6
Views: 17364

Re: Help! Cannot Change size of Console Font!!

Welcome to Linux!!! What I always do if my system does not have a required configuration file, is create one! I hunt the internet for one that looks like it is basic, and put a copy where it belongs. In this case, you can copy the original poster's config file, or here is what is in mine: rpi# cat /...
by sdjf
Wed Jun 25, 2014 4:22 am
Forum: Arch
Topic: Arch Linux Pacman issues
Replies: 1
Views: 1892

Re: Arch Linux Pacman issues

If the power went out during the upgrade, you have a mess on your hands and the best way thing to do is to dd the image again and start over - and this time, watch things closely. Over at the Pi subforum at archlinuxarm.org, some folks were having trouble with pacman and upgrades, but my understandi...
by sdjf
Tue Jun 17, 2014 7:40 pm
Forum: Arch
Topic: Could not start MariaDB service
Replies: 4
Views: 4570

Re: Could not start MariaDB service

I am not sure about permissions, as I am running as root, but your logs are in the /var/log directory. You can either point a browser to that directory, or read the logs with command line commands like "more" or "less". Too see what all the logs are in your /var/log, you would type: ls -l /var/log/*...
by sdjf
Tue Jun 17, 2014 3:06 am
Forum: Arch
Topic: Could not start MariaDB service
Replies: 4
Views: 4570

Re: Could not start MariaDB service

sudo rights do not cover every command issued, not without their being invoked with sudo each time. have you tried starting the command with sudo at the start of the line? by the way, I have no experience with mariaDB or the latest image, this is just based on my own experience on another linux syst...
by sdjf
Tue Jun 17, 2014 2:59 am
Forum: Arch
Topic: SD Card corrupted when hdd disconnected without unmount
Replies: 9
Views: 3253

Re: SD Card corrupted when hdd disconnected without unmount

Power surge??? If you have things set up via a powered hub that back feeds power, that could do cause Pi to crash and reboot. But you really should not be unplugging the drive without properly unmounting the file system. If you have logging enabled, you might see the kworker or something else going ...
by sdjf
Wed Jun 11, 2014 3:02 pm
Forum: Arch
Topic: Connect to wifi on startup
Replies: 4
Views: 3918

Re: Connect to wifi on startup

when your wifi is up and running, run ifconfig to see what the interface is called at that point. that has to match what you have in the profile.

ifconfig

Go to advanced search