Updates from magnusium RSS Toggle Comment Threads | Keyboard Shortcuts

  • magnusium 4:35 pm on July 10, 2009 Permalink | Reply
    Tags: , move   

    All future blog posts will be on http://blog.rubbad.com. I have a webhost, might as well use it, and I found out it is way more versatile to have wordpress on there, there are some things missing on this one. All post have been moved there long with all your comments and stuff. This one will be left here until further notice.

     
  • magnusium 3:33 pm on July 8, 2009 Permalink | Reply
    Tags: , , VirtualBox   

    VirtualBox 3.0 in Fedora 11 

    How to get VirtualBox 3.0 installed with USB support on Fedora 11.

    We need to install a little something to get the module to actually build before we install Virtualbox.

    As root:

    # yum install dkms kernel-devel make automake autoconf gcc

    Then install VirtualBox:

    32bit:

    # rpm -Uhv http://download.virtualbox.org/virtualbox/3.0.0/VirtualBox-3.0.0_49315_fedora11-1.i586.rpm

    64bit

    # rpm -Uhv http://download.virtualbox.org/virtualbox/3.0.0/VirtualBox-3.0.0_49315_fedora11-1.x86_64.rpm

    Right, now for the usb part. Got to find out the Group ID for vboxusers now. Go to Administration -> Users and Groups.

    Remember the Group ID of vboxusers

    Remember the Group ID of vboxusers

    Select the vboxusers group and press properties, add yourself to this group.

    Add yourself to this group

    Add yourself to this group

    Now we just have to add this little line to /etc/fstab

    none /sys/bus/usb/drivers usbfs devgid=501,devmode=664 0 0

    note that 501 was the Group ID for vboxusers, which you are a member of, this grants you usb inside VirtualBox.

    Now, reboot and try out your virtual boxes!

    Thanks to readysleep for the fstab info!

     
    • Shaun 3:43 am on August 9, 2009 Permalink

      You’re a Genius, found this when I was about to give up!
      Thankyou so much, even works with my iPhone!
      Shaun

  • magnusium 7:04 pm on July 6, 2009 Permalink | Reply
    Tags: , , , , ,   

    Fullscreen flash in firefox 3.5 

    Firefox 3.5 crashes when trying to view a flash video in fullscreen.
    Not to worry, for there is a workaround.

    in /usr/lib/firefox-3.5.1pre/firefox.sh

    EDIT: the path on Fedora 11 is: /usr/lib/firefox-3.5/run-mozilla.sh
    you add export LD_PRELOAD=/usr/lib/libGL.so.1 at the beginning of the file, but underneath #!/bin/sh

    So it looks like this:

    #!/bin/sh
    #fix the goddamn flash bug.
    export LD_PRELOAD=/usr/lib/libGL.so.1

    # Firefox launcher containing a Profile migration helper for
    # temporary profiles used during alpha and beta phases.

    Save, and try out some flash video in fullscreen.

    This should work for Archlinux, Fedora and Ubuntu. The path to firefox.sh might vary though.

    Workaround taken from https://bugs.launchpad.net/firefox/+bug/333127/comments/13

     
  • magnusium 9:25 am on June 17, 2009 Permalink | Reply
    Tags: , , ,   

    Amarok 2.1 and Fedora 11 KDE 

    Howto get Amarok 2.1 to see your “iTunes” share, or mt-daapd in this case, also known as firefly.

    Obviously we begin by installing Amarok ;-) .

    I installed a bunch of stuff trying to get this to work, most of it avahi-related, but the thing that got it working was nss-mdns.

    Install a bunch of stuff:

    `yum install avahi-qt4 avahi-dnsconfd avahi-compat-libdns_sd kdnssd-avahi avahi nss-mdns libopendaap`

    EDIT: you only need nss-mdns, double checked.

    Don’t forget to open the port in the firewall.

    open port 5353

    open port 5353

    Fire up Amarok and listen away! Takes a while before you see your share, but it will show up.

     
  • magnusium 7:56 pm on June 16, 2009 Permalink | Reply
    Tags: , , , ,   

    Fedora 11 

    This is a short howto get the Nvidia drivers and multimedia stuff installed on your new Fedora 11.
    I assume you have a newly installed system before following this. The first thing you want to do before you run

    `yum update`

    is to install yum-presto:

    `yum install yum-presto`,

    and save some time and bandwidth. Next up is to install dkms and the devel package for your running kernel,type in

    `uname -r`

    in your terminal, and if there is no PAE in there install kernel-devel:

    `yum install kernel-devel`

    Otherwise install kernel-PAE-devel:

    `yum install kernel-PAE-devel`

    Then runĀ  yum update, and when that’s done, reboot.

    Nvidia drivers, for this we need to enable the RPMfusion repositories:

    `rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm`.

    Then install the driver, I use the akmod-nvidia package which builds the required module on reboot:

    `yum install akmod-nvidia xorg-x11-drv-nvidia-libs.i586 xorg-x11-drv-nvidia-libs.x86_64`,

    then reboot.

    When you get back you can go to http://www.adobe.com and download the yum flash-plugin for fedora, or click here and install:

    `http://get.adobe.com/flashplayer/thankyou/?installer=Flash_Player_10_for_Linux_(YUM)`

    The multimedia stuff is next:

    `yum install flash-pluginĀ  gstreamer-ffmpeg gstreamer-plugins-good gstreamer-plugins-bad gstreamer-plugins-ugly xine-lib-extras-freeworld gecko-mediaplayer`

    That’s that, you should now be able to enjoy all of the webs offerings!

    Credit where credit is due: Leigh on fedoraforums for an excellent Nvidia howto: http://forums.fedoraforum.org/showthread.php?t=204752

     
  • magnusium 12:03 pm on May 31, 2009 Permalink | Reply
    Tags:   

    Cycling 

    Went cycling again, was the longest 10Km ever. To hot outside.

     
  • magnusium 10:41 am on May 18, 2009 Permalink | Reply
    Tags: , Karmic Koala, KDE 4.3,   

    Karmic Koala Alpha 1 

    Testing Kubuntu Karmic, and KDE 4.3 Beta. This is going to be a great release! KDE 4.3 Beta is much improved from the 4.2.3 I’ve played with recently, all small things, and I’m sure I haven’t found them all yet. One has to be careful updating this thing though, yesterdays updates broke KDE totally, good thing I have fluxbox installed to fall back to when things break. And they will break, this is an alpha release afterall. There’s not a medibuntu repository set up for Karmic, so the Apple trailers won’t play, but everything else is working, Amarok can play daap streams again, pulseaudio seems to be working very well as my Audigy card now again outputs same signal to front and side speakers like I want it to. Flash videos don’t eat as much cpu as they used to.

    I installed Kubuntu Karmic Alpha 1 on my main desktop, Athlon XP 2600+ , 1,5 GB ram, Nvidia 6200 AGP and 40GB /, 80 GB /home with ext4 as file system. It’s using less than 500 megs of memory as I type this while Amarok is playing in the background and Firefox running with 1 whole tab open. I realized I suck at writing reviews, so I’ll shut up and post some pictures for you instead, ok? ;-)

    While I was taking these, Ksnapshot caused KDE to become unresponsive to anything but ctrl + alt + del bringing up the shutdown menu, and I found out ctrl + alt + backspace is disabled. Annoying.

    The calendar has gained some new features, you now get to see the holidays marked in red on the calendar. Configurable too by Country. This one is showing all holidays in Finland.

    You can find out more about KDE 4.3 here, and about Koala here.

    If you wonder about the theme I’m using, it’s called air and available on http://www.kde-look.org

     
  • magnusium 8:07 pm on March 20, 2009 Permalink | Reply
    Tags: ,   

    Got to stop… 

    ..My seemingly endless distrohopping.
    If anyone’s got some tips how to stop hopping, please do share them! :)
    Anywhoo I’m back to Ubuntu.
    Gnome with Dust Sand theme. Still need to install vmware server 2 on the laptop, so I can study Windows servers + networking and AD and WSUS and Exchange and all the other buggy stuff. Vmware server 2 is good in the sense that it actually shares the NAT between virtual machines, unlike VirtualBox. Otherwise I’d use that. Vmware server 2 is fast run through a local net too, no mentionable lag as I first suspected there would be. Anyhow I’m just rambling, I’ll get back to my whiskey on the rocks now.
    Thanks for reading.

     
    • Jacob 3:44 pm on May 24, 2009 Permalink

      The art of distrohopping is driven by curiosity, to see what’s up next. One of the solutions you already are using: Virtualbox. I prefer the Sun-version rather than the one in the Ubuntu repos:

      deb http://download.virtualbox.org/virtualbox/debian jaunty non-free

      A 2nd alternative (If you prefer KDE and everything new) is to use Arch with KDEmod. Then you will have the latest KDE and Kernel ++ always thus no need to switch distro to keep up to date ;)

    • magnusium 5:44 pm on May 24, 2009 Permalink

      Hi there, yes, using virtualbox is an option, tried moblin today actually using just that. Arch + KDEMod is sweet, but right now I find myself using openSuSE 11.1 + KDE 4.3 Beta from the Factory repositories, and 11 x86_64 is updating on this laptop that used to run Fedora 10 just a few hours ago. :) This ATi card on the laptop is getting more and more difficult to keep in check, no recent distro since ubu 8.10 and fedora 10 wants to play nice with it. Looking into some older distros for that reason.

  • magnusium 7:44 pm on March 13, 2009 Permalink | Reply  

    happy birthday internet! 

     
  • magnusium 10:36 am on January 23, 2009 Permalink | Reply
    Tags: , debian, e17, elive, enlightenment,   

    Debian & Enlightenment = elive 

    I was looking for something new in linux desktops. Ubuntu and it’s deriatives never really gave me what I wanted from a desktop and they always felt a bit slow on this system at least. I installed Archlinux and discovered the speed I was missing, but it’s too much tweaking neccesary really, ( Archers, please don’t kill me! I like Arch! ;) ) but the point in bringing up Arch, it is where I rediscovered the enlightenment window manager! Installation is easy in Arch:

    `pacman -Sy e17-svn e17-extra-svn desktop-file-utils`

    and you’re done! Easy. But still, if you really want to enjoy enlightenment you have to check out elive. It is the most beutiful system you will ever see.

    It is built on Debian testing, “Lenny”, the 2.6.26.8 linux kernel, and the enlightenment wm.

    Thunar is the default filemanager, wich you might know from Xfce. It does a great job, but fails to browse network shares, as in samba. I have yet to find an replacement, I do not want nautilus eiter, so I’m stuck with sftp through the console for now.

    Iceweasel 3.0.3 with the iFox theme is the default web browser, and has

    Shockwave Flash 9.0 r124

    Java 1.0.6

    Mozilla-mplayer

    Google Preview

    Installed as plugins.

    I removed mozilla-mplayer and replaced it with the newer gecko-mediaplayer, wich can play the movie trailers on Apple.com without any problem. Mozilla-mplayer cannot.

    The installation of gecko-mediaplayer is not that easy, a simple `aptitude install gecko-mediaplayer` will not do, as it is not in the repos. It can be found, however, in the unstable, or “Sid” repos of Debian. You need to get the dependancys too:

    For gecko-mediaplayer_0.9.3-1_i386.deb:

    gnome-mplayer_0.9.3-1_i386.deb
    libdiscid0_0.1.0-1_i386.deb
    libmusicbrainz3-6_3.0.2-1_i386.deb

    Install those, and the movie trailers works! yay!

    So far I have been very pleased with elive. More to follow in the few days, when I’ve been using this system for a longer time.

    This is the development release of elive, not the stable one. the stable download requires a small payment, but the development version is free of charge.

    It comes with multimedia codecs and drivers for Nvidia ( probably ATi too ) installed by default. My nvidia 6200 was detected and resolution was correct on boot.

    My pretty much default desktop:

    My Desktop

    My Desktop

    Now, go GET IT!

     
c
compose new post
j
next post/next comment
k
previous post/previous comment
r
reply
e
edit
o
show/hide comments
t
go to top
l
go to login
h
show/hide help
esc
cancel