Posts tagged: mandriva

Mandriva 2008 Spring Edition

By , 19 - March - 2008 19:05

Pe zi ce trece începe tot mai mult să-mi placă lumea Linux. Cu problemele ei, cu driverele de windows folosite cu ndiswrapper, cu KDE 4 care nu mai ajunge o dată la forma finală, bug free (sau măcar major bug free), cu utilizatori de ubuntu care ar fi în stare să comită un atentat doar pentru a demonstra că Ubuntu rocks şi că e cea mai tare distribuţie din câte au existat vreodată. Îmi place să văd cum forumurile devin din ce în ce mai active, iar problemele despre care se scrie nu mai încep cu “How can I spin that cube” sau “Cum fac şi eu să meargă Beryl”. Ce m-a făcut să scriu asta a fost pagina de pe wiki-ul Mandriva, în care se discută despre ceea ce urmează să aducă nou varianta Spring Edition. Văd că s-au rezolvat probleme mai vechi, bug-urile au fost omorâte, iar nume noi şi-au făcut apariţia în managerul de pachete. De remarcat :

  • Chestia minoră de care vorbeam aici, dar care m-a inspirat să fac ceva asemănător pentru blog
  • XFCE-ul care arată bestial şi care mă pune serios pe gânduri şi cred că într-o zi o să-l instalez (ca secondary DE, că de KDE nu cred că mă va despărţi cineva/ceva prea curând)
  • PulseAudio server by default. Dacă e cum spune aici, mi se va îndeplini visul de a sta cu laptopul în curte şi a asculta muzică în boxele din casă, fără să fiu nevoit să trag un alt cablu după mine.
  • Dacă tot mi s-a pus mie pata aşa rău pe un Asus EeePC, Spring 2008 se laudă că e 100% compatibil. De îndată ce apare, o să-l bâzâi pe blogatu să ieşim o dată la o bere să mă lase să încerc livecd-ul să văd cum se descurcă :D
  • Sincronizarea cu diverse device-uri mobile. Asta sună bine. Ultima dată când am făcut un backup al datelor din telefon (agendă, etc.) a fost cu 2 zile înainte de a mi se fura vechiul Sony Ericsson K750i. A fost o mişcare inspirată. De atunci, agenda telefonică s-a dublat ca mărime (deşi uneori suspectez faptul că s-a triplat, deoarece aproape fiecare contact are mai mult de un număr adăugat) şi tare îmi e teamă că păţeşte ceva W810i-ul meu şi mă lasă rupt de lume
  • Elisa pare a fi o chestie drăguţă pe care aş putea s-o folosesc în zilele în care nu vreau să mă mişc din pat şi voi reuşi să fac portul IrDA al laptopului meu să fie recunoscut de kernel.
  • Deşi nu mă dau în vânt după căcaturi care să mănânce rami cum mănânc eu clătite calde, chestia asta sună promiţătoare. Mai ales dacă e KDE compatible.
  • Conduit face cam ceea ce se preconizează că va face Prism de la Mozilla. Îmi place :D

Pentru că eu în general vreau mai mult, pe lângă cele enumerate aici, aş mai adăuga un suport pentru configurarea Bluetooth-ului din MCC. De asemenea, mi-aş mai dori şi suport pentru Memory Stick Pro Duo, un suport mai bun pentru device-urile gen usb stick (pentru că pe laptop-ul meu, niciun stick nu e montat automat) şi un acces la bun la latest versions pentru drivere gen uvc video sau madwifi, pentru a nu fi nevoit să revin la vechile obiceiuri (./configure && make && make install).

Aşadar, invit pe această cale toţi utilizatorii de (Mandriva) Linux la o discuţie aici şi pe forum despre Mandriva Spring 2008.

Later edit : un ochi aici să bage cei interesaţi de Mandriva Linux 2008.1 RC2

Mandriva 2008 Spring

By , 13 - March - 2008 19:10

E ştiut faptul că Mandriva ne va încânta primăvara asta cu un nou release. ChangeLog-ul se poate citi aici, dar ce vreau eu să atragă atenţia voastră e următoarea remarcă :

Previous 2008 Spring pre-releases have continued to use the Mandriva Linux 2008 graphical theme. This pre-release introduces the all-new 2008 Spring theme, including the new installer appearance, new desktop backgrounds, bootsplash images, bootloader themes, and screensavers. In a new feature for 2008 Spring, the background changes gradually with the time of day. This is currently active only on GNOME, but will be activated on KDE in RC 2.

Eh, asta e o chestie pur grafică, fără nicio altă aplicabilitate decât aceea a încânta ochiul utilizatorului. Din fericire e una acele chestii resource friendly care-mi place :bounce: . Cum vi se pare noua idee?

How to make Acer Crystal Eye Work in Mandriva Linux 2008

By , 12 - February - 2008 19:41

acer crystal eyeMy recently bought laptop is equipped with this webcam. I am talking about Acer Aspire 5520G, the cheap model from this Acer series. You know, cheap laptop, with linux compatible devices and stuff like this. Everything worked flawless except the webcam, the 5-in-1 card reader and wireless interface. NDISwrapper made my wlan0 work without any problems, with Windows XP drivers and I was able to access the Internet through my wireless router. Now, I had in mind to make my webcam. A little Google job showed me a lot of result from ubuntuforums, but many of them were crap, except this one. So, I’ve downloaded lucview, I’ve compiled it (make sure you have libsdl installed before you try “make”ing it) and surprise surprise. It didn’t work, and failed. After I’ve joined the uvc-devel mailing list, I’ve told exactly what Laurent Pinchart, one of the maintainers of linux-uvc project : make sure every old uvc module was removed before install the new one. So, I’ve deleted all the occurrences of uvcvideo.ko that I found on /lib/modules/<kernel version> . You can easily use find tool help yourself and don’t waste time searching for it.

After that, I’ve run make to make the kernel modules I’ve need, make install to install them and modprobe uvcvideo to make sure everything was in place. lsmod confirmed that the modules were properly loaded and tail /var/log/syslog too. I’ve started skype and called a friend of mine. After I’ve enabled the web cam, I’ve realized everything was in place and I’ve announced Laurent Pinchart that I managed to make my webcam work. Even if the image is mirrored and the colors are not so vivid, I’m pretty sure that I’ll manage to solve this problem too.

So, now I’ll give you a walkthrough the process of making the Acer CrystalEye cam work under Mandriva Linux 2008 (and not only!). Before reading the instructions below, make sure every dependency is installed and build tools are also available (gcc, etc.) :

[afaith@localhost ~]$ su < br/>
Password: type your password< br/>
[root@localhost afaith]# cd /usr/src browse to the source directory< br/>
[root@localhost src]# wget http://linuxtv.org/hg/~pinchartl/uvcvideo/archive/tip.tar.bz2 download linux-uvc r178 svn build from server or try svn< br/>
[root@localhost src]# mkdir linux-uvc make a directory for the downloaded archive< br/>
[root@localhost src]# mv linux-uvc.tar.bz2 linux-uvc move the archive to that directory< br/>
[root@localhost src]# cd linux-uvc browse into newly created directory that contains the archive< br/>
[root@localhost src]# tar xvfj linux-uvc.tar.bz2 extract files from bzip2 archive< br/>
[root@localhost linux-uvc]# make compile linux-uvc< br/>
[root@localhost linux-uvc]# rmmod uvcvideo remove old uvcvideo kernel module< br/>
[root@localhost linux-uvc]# rm -rf /lib/modules/`uname -r`/usb/media/uvcvideo.ko erase it – this might show you an error if it wasn’t installed at all< br/>
[root@localhost linux-uvc]# make install install the new compilled kernel module< br/>
[root@localhost linux-uvc]# lsmod | grep uvcvideo make sure no other uvcvideo module is loaded< br/>
[root@localhost linux-uvc]# modprobe uvcvideo load uvcvideo module< br/>
[root@localhost linux-uvc]# cd .. up one directory< br/>
[root@localhost src]# wget http://afaith.eu/download/luvcview.tar.bz2 now download the luvcview program that will help you test your webcam from my server or from the original location< br/>
[root@localhost src]# tar xvfj luvcview.tar.bz2 extract bzip2 archive< br/>
[root@localhost src]# cd luvcview-20070512 browse into the newly created directory< br/>
[root@localhost luvcview-20070512]# make compile this program. make sure libsdl it’s installed! otherwise this step it will fail< br/>
[root@localhost luvcview-20070512]# ./luvcview -f yuv before this step you could also take a look at the README file< br/>

Now you can use your webcam with Skype, Kopete or any other program that uses your webcam. Known issues :

  1. Adobe Flash won’t work with this webcam. As far as I know you can’t use in this program
  2. Image could be flipped horizontally
  3. Colors might need a little setup, because they are not so vivid

More informations you can find here :

Ubuntu forum ACER 5520 thread

Linux UVC Official Website

Linux UVC Mailing list

Hope this will help you folks. For everything you need and consider I might know the answer, don’t hesitate to comment or ask help. If you play nice and do your homework, you can be pretty sure that I will make anything possible to help you. Romanian version of this is on the way.

29th of October, 2009 – I am currently using Mandriva 2009.0 with 2.6.27.24-desktop-2mnb and my webcam is working out-of-the-box. Maybe other newer kernel versions already have this module included by default and you don’t have to compile it yourself. Nowadays you don’t have to “get dirty on your hands” with console and compilation, because the kernel include support by default for a lot of devices. so, first google a little bit and see if it’s working by default. then install/ask help/celebrate is working by getting drunk/etc.

Micuţul meu prieten

By , 18 - January - 2008 18:53

Geekie. Aşa l-am poreclit. De fapt, el se numeşte Little Billy, dar numele ăsta nu-mi place. Bleah, sună prea ciudat şi în plus nu e aşa expresiv. E vorba de fapt de un caracter care îţi animează desktop-ul KDE (3.5.8 momentan) şi nu te lasă singur în timp ce scrii ceva, porţi o discuţie pe Y!m sau faci un joculeţ…

geek linuxgeek linuxExistă o groază de companion-uri pentru Windows, majoritatea dintre ele venind cu cel puţin un virusache la pachet (troian, spy-agent, etc.) care în loc să te ajute/amuze, îţi deschid pop-up-uri, ferestre şi tot felul de site-uri în cele mai nepotrivite momente.

 

 

Mie-mi place! În stânga şi în dreapta aveţi câteva cadre în care Geekie stă serios şi face impresie bună. El se găseşte în pachetul KDE-Toys.

Mandriva 2008 Spring – aş vrea…

By , 17 - January - 2008 23:06

Nu de mult citeam pe Distrowatch şi pe câteva bloguri despre Mandriva 2008.1 a.k.a. Spring Edition. Şi citind anunţurile care erau atât de vagi (se rezumau la a prezenta sumar că va avea alt kernel mai nou şi nu ştiu ce alte modificări) mă tot gândeam, ce-mi doresc eu de la Mandriva 2008 Spring Edition? Continue reading 'Mandriva 2008 Spring – aş vrea…'»

Panorama Theme by Themocracy