Fedora 23 on a Dell XPS13 (part 1)

Taking advantage of a trip to Canada and a very favourable CAN$:€ exchange rate, I bought a Dell XPS13 (9350 or “late 2015”), following excellent reviews from around the web. Dell sold a ’ developer edition’ of this laptop (shipping with Ubuntu Linux) but unfortunately it was out of stock on Dell US and I couldn’t find the item on the Dell Canada website. So I bought the Windows version with a touchscreen (it was Black Friday :-)). Here is how to install Fedora 23 on it (and probably most other Linux distribution) … I will focus on three aspects (in brief: everything works out of the box, except the wireless card that needed some additional action): How to boot and install Fedora Workstation What works and what doesn’t work out of the box Some things to do after installation (additional software)

December 17, 2015 · 4 min · jepoirrier

Funny update of ql2400 and ql2500 devices in Fedora 14

[caption id=“attachment_1093” align=“aligncenter” width=“497” caption=“ql2400 and ql2500 update in Fedora 14”] [/caption] Although some people think it’s a joke (see kalev’s comment on 2011-09-17 19:13:44 in the bugfix report), I won’t install this update; I agree it’s funny but refusing to install it at least gives me the feeling I have still something to say on my system (that’s also what free software are for, isn’t it?). ...

September 17, 2011 · 1 min · jepoirrier

Installing Fedora 14 on a Toshiba Satellite L670-10K

No issue, installation even smoother than the installation of Fedora 13 on the same machine, last month.

November 10, 2010 · 1 min · jepoirrier

Installing Fedora 13 on a Toshiba Satellite L670-10K

I quickly needed a new laptop to continue working and I found a Toshiba Satellite L670-10K. It’s a nice entry-level laptop with a dual core processor (I didn’t know Intel was still doing Pentium-branded processors) and a 17" screen ( read the specs for other details). I downloaded the latest Fedora Linux (version 13, 64 bits ; and version 14 is coming soon) and installed it from the LiveCD. Nearly everything was recognized out-of-the-box: screen resolution, graphical card (Intel, with 3D effects), wired network, webcam, card reader, sound card, etc. ...

October 21, 2010 · 2 min · jepoirrier

Installing Pwytter on Fedora 11

This morning, it was impossible to post tweets on Twitter so I finally gave in to install a Twitter client. Amongst many software available, Pwytter seemed interesting to try: free software, written in Python were my two criteria. Unfortunately, the installation process is not straightforward (although its use of the general python setup procedure). Here is how to install it on Fedora 11 from the command line: Download Pwytter, unzip it, enter directory pwytter-0.8 Install ImageTK: as root, type " yum install python-imaging-tk" ( in Fedora, ImageTK was renamed python-imaging-tk) Install simplejson: as root, type " yum install python-simplejson" (optional) launch: python setup.py build launch: python setup.py install Complete the installation by copying some files with the 4 lines below (type them as root too) ( a comment in pwytter blog helps to solve the pwCache installation bug): cp pwCache.py /usr/lib/python2.6/site-packages/pwytter-0.8-py2.6.egg cp pwCache.pyc /usr/lib/python2.6/site-packages/pwytter-0.8-py2.6.egg cp -r media/ /usr/lib/python2.6/site-packages/pwytter-0.8-py2.6.egg cp -r theme/ /usr/lib/python2.6/site-packages/pwytter-0.8-py2.6.egg Now you can launch pwytter from any user! In addition, since the source code is available and Identi.ca supports a Twitter-compatible API, let’s see if it’s easy to modify pwytter for Identi.ca :-) ...

August 8, 2009 · 1 min · jepoirrier

Fedora 11 is out (since a week or so)

This week, I nearly emptied my internet quota by downloading and seeding the new Fedora Core 11. For those who don’t know yet, Fedora is a Linux-based operating system that showcases the latest in free and open source software. What I particularly like in this GNU/Linux distribution is that its developers prefer to make changes to the original software instead of applying fixes specifically for Fedora ; in this way, all the other distributions may also take advantages of the improved software. You’ll find many reviews and " tours" on the web about this new Fedora. In the next paragraphs, I’ll just highlight some of the most interesting points I saw until now. Coming from a Fedora 9 also helps to pinpoint the major improvements (mainly from a user point-of-view). ...

June 15, 2009 · 3 min · jepoirrier

A first step toward TV on my Linux laptop

I recently got a Hauppauge WinTV-PVR-USB2 (a TV tuner, video recorder and FM receiver) because I read it was well supported on GNU/Linux. The following post explains how I installed it on a Fedora Core 9. If you want to install it with another Linux distribution, some information may vary but most of the following steps will be exactly the same. First connect the USB device, the list of USB devices shows my system has recognised it: ...

November 22, 2008 · 3 min · jepoirrier