isntall a network printer
Posts Tagged ‘ubuntu’
Brother DCP585cw printer installeren
Posted in ubuntu, tagged hardware, printer, ubuntu on 8 October 2009 | 1 Comment »
Eid kaartlezer installeren
Posted in ubuntu, tagged hardware, ubuntu on 1 March 2009 | Leave a Comment »
perfecte handleiding op: http://michael-peeters.blogspot.com/2008/09/egovernment-using-belgian-eid-under.html
Voor het geval de link niet meer werkt, hier copy van de tekst:
I borrowed a ACR38 card reader. From the command line it displays:
$ lsusb
Bus 001 Device 004: ID 072f:9000 Advanced Card Systems, Ltd ACR38 AC1038-based Smart Card Reader
Simply install the ACR38U driver from the Synaptic Package Manager.
Then install the pcscd [...]
Welke hardware in deze laptop?
Posted in ubuntu, tagged acer, ubuntu on 8 February 2009 | Leave a Comment »
Nog steeds op zoek naar een oplossing voor het verdwenen wireless internet. Enkele interessante commando’s ontmoet om de staat van het systeem te bekijken.
ifconfig (in het bijzonder ifconfig wlan0) en iwconfig
geeft eth0 en local loop info; en indien de wireless goed werkt allicht ook daarover iets
dmesg
geeft heel veel, door de bomen zie je het bos [...]
geluid terugbrengen: terug naar eerdere kernel
Posted in ubuntu, tagged audio, kernel, ubuntu on 8 February 2009 | Leave a Comment »
Het geluid werd niet meer teruggevonden: het luidsprekertje was en bleef doorstreept. Het opstarten met een oudere kernel lostte dit probleem per toeval op.
kernel verwijderen als volgt, maar ik begrijp dit commando niet goed en weet niet zeker of het helemaal correct en zonder gevaar is:
sudo apt-get remove linux-image-2.6.24-23-386
Note, please be careful! Make sure you [...]
geen wireless internet meer (2)
Posted in ubuntu, tagged ubuntu, wireless on 30 January 2009 | 2 Comments »
iemand had ook een dergelijk probleem:
http://ubuntuforums.org/showthread.php?t=998465&highlight=wireless+assistant+hardy
maar hoe weet ik welke versie van kernel ik hier heb staan?
iemand stelde voor: http://ubuntuforums.org/showthread.php?t=374594&highlight=No+wireless+interfaces+found
Are these problems where there was a kernel update, and using the old kernel solves the problem? for example, is there a directory in /lib/firmware that is a kernel version number but it is not the [...]
geen wireless internet meer
Posted in ubuntu, tagged ubuntu, wireless on 30 January 2009 | 1 Comment »
bekabeld internet is geen enkel probleem, wireless gebruik ik op deze laptop eventjes niet en nu blijkt het opeens “verdwenen” te zijn. misschien inderdaad bij upgrade naar een andere kernel, zoals iemand op ubuntuforums.> terugkeren naar oude kernel lost het probleem hier niet op
Hier wat ik tot nu geprobeerd heb en waaruit blijkt dat het [...]
Audio and Sound
Posted in ubuntu, tagged audio, ubuntu on 14 November 2008 | Leave a Comment »
trying different things messed up the sound-system in some way. Volume has always been very low.
I will try to set things right with this usefull information:
http://ubuntuforums.org/showthread.php?p=5931543
http://ubuntuforums.org/showthread.php?t=843012
Setting everything back to ALSA brings everything back to normal. But I cannot record the sound that is passing thru the soundcard.
Audio and Video
Posted in ubuntu, tagged media, ubuntu on 10 July 2008 | Leave a Comment »
Simply followed instructions on http://ubuntuforums.org/showthread.php?t=766683
But keep getting the error ia32-libs not found.
Audio : Option 1: GECKO mediaplayer
some sites still do not play media: Apple Trailers: For those of you recieving the message “Get the latest Quicktime” when you try to view some trailers, take a look at this post, but please be careful and read [...]
I use Evolution for my email.
manually create the email accounts for the different email boxes.
Import emails from the other PC:
copy the ‘old’ /home/me/.evolution/mail/local to a CD – in fact you only need the mailbox-files, those with the foldername without extras. (like Inbox, but not Inbox-cmeta etc)
Make an emailfolder in Evolution (right-click)
Import the mailbox-file from the [...]
LAMP
Posted in ubuntu, tagged localhost, ubuntu on 10 July 2008 | Leave a Comment »
Using synaptic to install:
mysql-server
mysql-common
php5-common
apache2
apache2.2-common
phpmyadmin (can be run from Firefox: http://localhost/phpmyadmin)
The localhost is ready to develop and test the websites I manage before they go online.
Create folder “mine” in /var/www and sudo chown from root to myself.
Copy all files from localhost on the other PC to /var/www/mine.
Make them executable: chmod 755 * -R
I hope I have [...]