Foucault wrote:......
title=`metaflac --show-tag="title" "$file.flac" | sed "s/title=//"`
...
flac -c -d "$file.flac" | oggenc -t "$title" -a "$artist" -G "$genre" -l "$album" \
-d "$date" -n "$track" -o $file.ogg -q $qual -The tag fields in sed may should be capitalized ("TITLE" and not
What is your video card? That's what you should be installing. If arch installed drivers for everything (by default), unless you change video cards all the time, remove the ones you don't need. Output from lspci | grep "vga" should help.
nomorewindows
https://bbs.archlinux.org/profile.php?id=35664
2013-03-27T15:26:39Z
adubschavy, you mark your own threads as solved, when you feel they are, by clicking "edit" on your first post which allows you to edit the title and prepend "[Solved]"
Trilby
https://bbs.archlinux.org/profile.php?id=54694
2013-03-22T16:08:50Z
Okay, nevermind. The first time I looked over 70-uaccess.rules, I skipped over the relevent line. Here it is in all its glory # DRI video devices
SUBSYSTEM=="drm", KERNEL=="card*", TAG+="uaccess"
WonderWoofy
https://bbs.archlinux.org/profile.php?id=60312
2012-10-29T04:27:19Z
@cfr, I think this: # optical drives
SUBSYSTEM=="block", ENV{ID_CDROM}=="1", TAG+="uaccess"
SUBSYSTEM=="scsi_generic", SUBSYSTEMS=="scsi", ATTRS{type}=="4|5", TAG+="uaccess"is supposed to give you access...
Ok I solve my problem.I have two sound card: "Generic" (HDMI) and "Generic_1" (Analog). The "alsa: default" device was set to "Generic".
Why did you use the force option? "f"? That shouldn't be used most of the time. Well, if it's working again, add into the title of your first post as an edit "[Solved].."?
headkase
https://bbs.archlinux.org/profile.php?id=54886
2012-05-11T03:25:09Z
Try running this script and then log out and in again.#!/bin/sh
DRIVER=/usr/lib/xorg/modules/drivers/fglrx_drv.so
for x in $(objdump -d $DRIVER|awk '/call/&&/EnableLogo/{print "\\x"$2"\\x"$3"\\x"$4"\\x"$5"\\x"$6}'); do
sed -i "s/$x/\x90\x90\x90\x90\x90/g" $DRIVER
doneIf that doesn't work, there's plenty of thr
How about the nice & simple:KERNEL=="lp*", DRIVERS=="usblp", GROUP="lp", MODE="664"
brebs
https://bbs.archlinux.org/profile.php?id=10353
2013-02-12T10:01:39Z