JaredJames
|
Last Activity: Jan21-13 02:09 PM
Blog
View JaredJames's BlogRecent Entries
Latest Blog Entry
Posted in Uncategorized
Alsa has an error with some sound cards which means the headphone jack sense option is missing.
The result of this error is sound playing through both headphones and speakers at the same time (sound isn't muted for speakers).
Simply add:
to
Restart the computer.
The result of this error is sound playing through both headphones and speakers at the same time (sound isn't muted for speakers).
Simply add:
Code:
options snd-hda-intel model=z71v position_fix=1
Code:
/etc/modprobe.d/alsa-base.conf
Posted in Uncategorized
Download the latest version here:
http://www.linuxant.com/alsa-driver/
Extract it
Open a terminal, cd to the extracted file location and enter the following:
http://www.linuxant.com/alsa-driver/
Extract it
Open a terminal, cd to the extracted file location and enter the following:
Code:
sudo dpkg -i alsa-driver-linuxant_1.0.23.0_all.deb
Posted in Uncategorized
K3B reports "cdrecord has no permission to open the device" error when burning.
Go to Administration > Disk Utility
Find the /dev/xxxx for your CD writer drive
then open up a console and type:
Go to Administration > Disk Utility
Find the /dev/xxxx for your CD writer drive
then open up a console and type:
Code:
sudo chmod 777 /dev/xxxx
Posted in Uncategorized
The OS holds a % of space to ensure root can always write to the HD.
It also holds this space on other drives/partitions that are not used by the OS.
To reduce/remove this reserved portion from drives it is not required on:
Use tune2fs to change the amount that is reserved.
For example if the drive in question was sde1 and you wanted to change it to 1%:
2% would be:
...
It also holds this space on other drives/partitions that are not used by the OS.
To reduce/remove this reserved portion from drives it is not required on:
Use tune2fs to change the amount that is reserved.
For example if the drive in question was sde1 and you wanted to change it to 1%:
Code:
sudo tune2fs -m 1 /dev/sde1
Code:
sudo tune2fs -m
Posted in Uncategorized
Setup
Install davfs2:
Open the secrets file:
Add your account settings:
Retrieve the SSL certificate:
...
Install davfs2:
Code:
sudo apt-get install davfs2
Code:
sudo gedit /etc/davfs2/secrets
Code:
https://dav.humyo.com <EMAIL ADDRESS> "<PASSWORD>"
Code:
wget -O - "https://support.comodo.com/index.php?_m=downloads&_a=downloadfile&downloaditemid=10" | \ sudo tee /etc/davfs2/certs/addtrust_ab.pem
Recent Comments
Didn't fix it for me....
Thanks! I've looked...
