Showing posts with label fedora. Show all posts
Showing posts with label fedora. Show all posts

Friday, September 2, 2011

Fedora Installation

While installing Fedora by creating dual boot, you may get a error saying could not allocate space for requested partitions:not enough space left to create partition even when you have free 'unallocated space'.
Make sure that you can still create primary partitions (max. 4 primary partitions allowed). Create extended partition and create root, /boot partitions as logical partitions within that. (max. one extended partition allowed). If you already have a extended partition, create free space within that.

  • A swap partition (at least 256 MB) - Depending on RAM
  • /boot partition (250MB) - contains the operating system kernel (which allows your system to boot Fedora), along with files used during the bootstrap process.
  • root partition (3-5GB) - The / (or root) partition is the top of the directory structure.
 For more info on this
http://docs.fedoraproject.org/en-US/Fedora/13/html/Installation_Guide/s2-diskpartrecommend-x86.html

Friday, July 8, 2011

ndiswrapper module not found: solved

When I logged into my Linux distribution almost after several months, I just hit this error while connecting to wifi. I still dunno what exactly went wrong. But one clean install of ndiswrapper got me into working happily!
Go to ndiswrapper directory(where ndiswrapper was unzipped), make clean, make, make install, when you modprobe ndiswrapper now, no error but get connected:)
       This is probably 'coz kernel is unaware of ndiswrapper module (somehow ndiswrapper module object file got deleted) , and to make use of that, should be added into kernel and then load it.

Tuesday, December 7, 2010

VLC player on Fedora: solved

While installing VLC player on Fedora 10 I ran into following error:
rpm -ivh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
Retrieving http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
warning: /var/tmp/rpm-tmp.mBuC1o: Header V3 RSA/SHA256 signature: NOKEY, key ID 16ca1a56
error: Failed dependencies:
    system-release >= 12 is needed by rpmfusion-free-release-12-3.noarch

I got over it by changing into this:
rpm -ivh http://download1.rpmfusion.org/free/fedora/releases/10/Everything/x86_64/os/rpmfusion-free-release-10-1.noarch.rpm

if it is other than x86_64, replace it with either of i386, ppc or ppc64 depending on your system architecture.To check your system architecture, run this:
#arch

The problem here was probably 'coz latest release of rpmfusion does not support pre versions of Fedora 12.

Saturday, October 2, 2010

wifi on linux : solved


Finally got wifi up on linux.. Have been trying from 2 days reading tutorials and downloading drivers.. All you guys trying the same on FC distributions(I'm using FC10), on Dell(dual  boot),
follow these steps[...]
Errors welcome:)