4
Lack of S/PDIF-in and S/PIDF-out controlsview story

https://bbs.archlinux.org – Ok, after some research, I discovered that it have to be with the kernel.Tried ubuntu 12.04 live and new gentoo live (both uses recent kernels) and same stuff.That's why mint (old kernel) and arch boot cd (old kernel) are working.Since is lack of features, should I fill a bug somewhere? Foxandxss https://bbs.archlinux.org/profile.php?id=20851 2012-04-02T16:45:20Z (HowTos)

6
No network under wicdview story

https://bbs.archlinux.org – SS4: some broadcom drivers suffer from this inconviniency, although there is a way to rename the device quite conveniently: https://wiki.archlinux.org/index.php/Re … interfacesWanderingOak: no prob mr.MikyMaus https://bbs.archlinux.org/profile.php?id=5804 2012-04-02T16:30:37Z (HowTos)

6
Nautilus loading alot when openedview story

https://bbs.archlinux.org – same problem here! when i ran nautilus it opens instantly but loading cursor keeps on running for around 20sif i try to run nautilus from terminal it opens OK ...any solution to this? lamiska https://bbs.archlinux.org/profile.php?id=48370 2012-04-02T16:55:25Z (HowTos)

14
Downgrade an 802.11n WiFi card to either b or gview story

https://bbs.archlinux.org – The hardware works (it runs fine under Windows). I also don't see any other networks when I don't have the USB WiFi adapter (wlan1). My current thought is that it is not seeing the other networks because their signal strengths are below some threshold value. It sees the router that is in the same room, but it is not seeing any other networks in the area. (HowTos)

5
Filename filteringview story

https://bbs.archlinux.org – use something like find | egrep -v '^[-a-zA-Z0-9._/]+$' mr.MikyMaus https://bbs.archlinux.org/profile.php?id=5804 2012-04-02T16:40:17Z (HowTos)

14
Linux doesn't mount /home and /boot partitionview story

https://bbs.archlinux.org – how aboutdmesg | grep -i mount? mr.MikyMaus https://bbs.archlinux.org/profile.php?id=5804 2012-04-02T16:54:26Z (HowTos)

14
Testing btrfs compress optionview story

https://bbs.archlinux.org – When using the compress mount option, there's usually a message in dmesg with btrfs recognizing that compression is enabled.I guess one way to confirm compression is enabled is to do something likedd if=/dev/zero of=file bs=1M count=1024 btrfs fi sync /btrfsmountpoint du -h file then check the file size.Also, I think it should be lzo and not Lzo. (HowTos)

3
Problem with starting KDE in system, built with Arciso.view story

https://bbs.archlinux.org – If any additional information is needed, please ask me for it. Vekt https://bbs.archlinux.org/profile.php?id=58816 2012-04-02T13:58:43Z (HowTos)

14
Install over sshfs // pacman alpm problemview story

https://bbs.archlinux.org – I'd like to install a base arch linux in a non-root directory on a remote computer.I tried the instructions from: https://wiki.archlinux.org/index.php/In … get_systemI have my remote directory mounted and naively thought this should work as well. (HowTos)

4
What is an effective method for installing up-to-date software on an out-dated production machine?view story

http://unix.stackexchange.com – Apologies if this has been asked already, but I'm such a beginner, I'm not even able phrase a search query for this. Background My company uses a small out-dated cluster (CentOS 5.4) to do number crunching (finite element calculations to be more specific). They are using a commercial package and have no idea of Linux. (HowTos)