Featured Posts

SciPy 2008 - Software & Tools STATUS: Day 1 - Thursday: Concluded. Day 2 - Friday: In progress. Astronomy: Enzo [ home ] yt (related to Enzo) [ home | scipy ] Books: Computational Modeling and Complexity Science...

Readmore

An example of checking out a git tag using Qt 4.6.0... Clone the Qt repository: $ git clone git://gitorious.org/qt/qt.git Show available tags: $ git tag -l output: v4.5.1 v4.5.2 v4.5.3 v4.6.0 v4.6.0-beta1 v4.6.0-rc1 v4.6.0-tp1 Checkout v4.6.0: $...

Readmore

Building 64-bit/32-bit Debug&Release Universal Build... See my directions on checking out Qt 4.6.0 from the git repository if you do not already have the source code. Launch a Terminal and cd to the source directory. Run configure w/ 64-bit & 32-bit...

Readmore

  • Prev
  • Next

Dell Vostro 400 – Ubuntu/Kubuntu Linux

Posted on : 22-02-2008 | By : Brandon W. King | In : Computers/IT, Error Fixes, Linux, Systems Administration

Tags: , , ,

0

I was able to get a Dell Vostro 400 to work with Kubuntu 8.4 Alpha 4 LiveCD. I used the installer and it resized the Windows XP partition just fine… What I did to get this to work is written below:

Okay, SATA cdroms and Linux don’t seem to be mixing very well… at least not with Ubuntu/Kubuntu 7.10. If you pop in one of the live cds, it will likely give you an IO Error when you select any item on the live cd boot menu.

As it turns out, that problem is fixed in Ubuntu/Kubuntu 8.4… but it’s not out yet being Feb 22nd (Release date scheduled for April). But, the live cd works with 8.4 Alpha 4 (looks like Alpha 5 came out today), which can be found here: https://wiki.kubuntu.org/HardyHeron/.

When I booted the live cd, the screen went blank… The next time I booted off the live cd, I choose F6, and removed “quiet splash” from the kernel arguments.

At some point you might run into an error like:

Feb 22 21:55:19 localhost ata2: failed to recover some devices, retrying in 5 secs

If this happens add the kernel argument irqpoll and it should bypass/fix the problem (not sure which; it just worked).

To add the irqpoll option in the live cd:

  1. Select F6
  2. Remove “quite splash”
  3. Add “irqpoll”

To add the irqpoll option to grub (once installed):

  1. Replace # defoptions=quiet splash with # defoptions=irqpoll

I am in a bit of a hurry during this post today, so if you have any questions or would like me to expand on something, just post a comment.

Dell Inspiron 9400 Ubuntu 7.04 (Fiesty) X won’t start & bcm43xx_microcode5.fw missing!

Posted on : 13-06-2007 | By : Brandon W. King | In : Computers/IT, Linux, Systems Administration

Tags: , , , , ,

21

If you have Dell Inspiron 9400 and are having trouble with Ubuntu or Kubuntu 7.04 (Fiesty) and you are getting the following errors or behavior, then you have come to the right place (Note: End of post has details of the hardware in this Dell Inspiron 9400):

bcm43xx: Error: Microcode “bcm43xx_microcode5.fw” not available or load failed

and/or

Failed to start the X server:
Fatal server error: no screens found

Failed to start the X server problem:
Even if you manage to get the Ubuntu installed without getting X to start from the Ubuntu live cd, you will still need to fix the problem once it is installed. Here is how to you can get the Ubuntu live cd to work (assuming you have the ATI X1400 graphics card):

  1. Boot from the Ubuntu 7.04 live CD and wait for the message saying X could not start. Get through the error messages until it drops you into a bash shell.
  2. Use your favorite text editor (or nano if you can’t find yours) to uncomment the universe line from /etc/apt/sources.list: sudo nano /etc/apt/sources.list
  3. sudo apt-get update
  4. sudo apt-get install xorg-driver-fglrx #Install the ati 3d accelerated driver
  5. sudo aticonfig –initial #creates a new xorg.conf setup for ati cards
  6. sudo modprobe fglrx #loads the ati fglrx driver
  7. sudo /etc/init.d/gdm restart #(for ubuntu) or sudo /etc/init.d/kdm restart #(for kubuntu)
  8. X should now start. Once you install you can repeat the same steps to get it working for the installed copy.

bcm43xx: Error: Microcode “bcm43xx_microcode5.fw” not available or load failed problem:
This is the error with the wireless card driver which requires firmware that is not installed by default. There is an easy way to install the firmware. Just install the bcm43xx-fwcutter package. It will ask you if you want it to automatically download install the firmware you need. Just say yes and it will do all the work.

  1. Follow step 2 from the previous section.
  2. sudo apt-get install bcm43xx-fwcutter #Make sure to tell it to download and install the firmware.


This Dell Inspiron 9400 Specs:

  • Intel Core 2 Duo T7200
  • 17 in UltraSharp TrueLife Wide-screen WUXGA (1920×1200 max resolution)
  • 2GB DRR2 533MHz RAM
  • 256MB Ati Mobility Radeon X1400 graphics card
  • 120 GB 5400RPM SATA HD
  • Integrated 10/100 Network Card (Broadcom BCM4401-B0 100Base-TX (from lspci))
  • Dell Wireless 1390 802.11g Mini-card (Broadcom Dell Wireless 1390 WLAN (from lspci))
  • 8X DVD+/-RW Drive
  • Integrated High Def. Audio (Intel 82801G High Def. Audio Controller (from lspci); works great by the way.