General :: Error While Making Initrd Image - "2.6.37-rc2" Folder Is Missing In "firmware"

Nov 21, 2010

I tried compiling linux kernel 2.6.37-rc2 (mainline), Compilation and installation of kernel and modules went fine. After that while trying to make initrd image, I used the following command :-

mohitdhingras@mohitdhingras-laptop:~$ sudo mkinitramfs -o initrd.img-2.6.37-rc2 2.6.37-rc2

It is showing warnings like :-

W: Possible missing firmware /lib/firmware/2.6.37-rc2/radeon/RV610_me.bin for module radeon
W: Possible missing firmware /lib/firmware/2.6.37-rc2/radeon/RV610_pfp.bin for module radeon
W: Possible missing firmware /lib/firmware/2.6.37-rc2/radeon/R600_me.bin for module radeon
W: Possible missing firmware /lib/firmware/2.6.37-rc2/radeon/R600_pfp.bin for module radeon

Actually, "2.6.37-rc2" folder is missing in "firmware".

View 6 Replies


ADVERTISEMENT

Ubuntu :: Windows Driver Firmware - Error "Wireless Connection (Firmware Missing)"

Jun 4, 2011

after installing Ubuntu Natty Narwhal 11.04, I'm experiencing tons and tons of complications with the wireless Internet connection. I have solved most of them. Now I have only one thing left. When I hit the drop-down menu for wireless connections, it says "Wireless connection (Firmware missing)"

I have installed the driver for my wireless card but what is the firmware? I honestly don't know what it is although it's very basic. I have a Broadcom 43xx as my wireless card (specifically 4306). How do I get the firmware for it? Do I find it in Windows? Also I cannot get b43-fwcutter because I have absolutely to Internet connection on Ubuntu. To post this, I'm using Windows.

View 4 Replies View Related

General :: How To See The Content Of The Initrd Image

Feb 8, 2010

i am using rhel5 and i just wanted to see the contents of the initrd image. I have copied that from /boot/grub and saved in /tmp directory. Then i did the following

#mv initrd-2.6.18-53.el5.img initrd-2.6.18-53.el5.img.gz
#gunzip initrd-2.6.18-53.el5.img.gz
#mount -o loop initrd-2.6.18-53.el5.img /mnt

when i gave that, it says "mount: you must specify the filesystem type" Then i included "-t ext2" option in the mount command. Now it says,

mount: wrong fs type, bad option, bad superblock on /dev/loop0,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so

Then i created a ext2 filesystem and did the same thing. But there is no difference.

View 1 Replies View Related

General :: Create New Initrd Image In Sles10.2?

Aug 13, 2010

i need to create new initrd image in sles10.2

View 1 Replies View Related

General :: Arch Update Failed - Error "firmware: /lib/firmware/radeon/R700_rlc.bin Exists In Filesystem Note That In The Beginning"

Jul 4, 2010

I can't my system because of this error: Code: linux-firmware: /lib/firmware/radeon/R700_rlc.bin exists in filesystem Note that in the beginning, it asks:

Code: :: Replace kernel26-firmware with core/linux-firmware? [Y/n] There are so many updates by now that the list fills in a few pages in the terminal! Also, I wonder why so many Arch updates get stuck or broken compared to almost any other distro? Is it poorly designed packages? Is it a design flaw in pacman/the package format?

View 6 Replies View Related

General :: Missing Firmware Preventing Internet Connection?

Jul 13, 2011

just did a dual boot or whatever you call it last night)and I can't figure out how to connect to my home wireless internet. I checked in one of the menus, and it says "firmware missing". Does anybody have an idea of what I need to do to fix this? If I haven't been specific enough, please ask for more information. I'm not really sure what to include.

View 1 Replies View Related

Debian :: Procedure Behind Initrd Image?

Feb 14, 2011

i am using linux for couple of years. suddenly i a question arises in my mind. Before loading kernel during booting linux box initrd image loads necessary real mount point, file system, modules etc. but how initrd loads them ?? is there predefined modules list stored in initrd image or something else....what is the background procedure of it

View 1 Replies View Related

Software :: Missing ISO 9660 Image Error Upgrading From USB

Jul 2, 2011

I have an Intel Core2 Duo system that is currently running the 32-bit version of Fedora 12. I want to upgrade the system to Fedora 14.I downloaded the DVD installation ISO for Fedora 14, and I used unetbootin on an 8 Gigabytes USB flash drive to created a bootable disk from the installation ISO.

When I boot off the USB drive, the installation process will run. I get to a screen concerning the boot loader. I use GRUB to dual boot the system between a Fedora and Windows 7.What is needed to resolve this issue so the installer can proceed properly and perform the upgrade?

View 2 Replies View Related

Debian :: Booting - Initrd Image Works?

May 11, 2011

When we boot the kernel before loding the main file system it loads the temp file system through initrd how that initrd image works.

View 1 Replies View Related

Server :: Create A Initrd Image Without Using Mkfs But Cpio?

Jan 26, 2011

how to create an initrd image using cpio, instead of mkfs?

Now im doing it like this:

Code:
dd if=/dev/zero of=initrd bs=1024 count=10000
mkfs -t ext2 -F -m 0 -b 1024 -i 1024 initrd

But i would like to move to cpio, because with dd, if you add something new, you might need to change the count. Also cpio is used in distro's like Fedora and Ubuntu.

View 2 Replies View Related

Fedora Installation :: Missing Initrd - 13?

Jun 8, 2010

I do not find any initramfs-2.6.33.5-112.fc13.i686.PAE.img in my /boot folder after I updated Fedora 13 after a fresh installation. The vmlinuz file is present in the /boot folder.he grub.conf file does not show any initrd entry too.

View 3 Replies View Related

Server :: Initrd Image Created With Cpio Doesn't Boot The Livecd

Jul 1, 2011

Im trying to build an initrd image for my livecd using cpio -o -H newc, but the livecd can't boot. If I create the initrd image using mkfs.ext2 then it works.

View 2 Replies View Related

General :: Making A Folder And All Its Files Read Only Via Script?

Jul 14, 2011

Quick question. I need to ensure that all my files within specific folders are marked as being read only if the folders name is 'Forms' for example. There may be many 'forms' folders on the server within many different directories.It is a requirement that everything within these folders are marked as being read only but people are not doing so for whatever reason, and would therefore like for it to be done automatically i.e. a script executed by a cron job every eve to esnure that all files within the forms directories are marked read only.

View 1 Replies View Related

General :: Making Script To Copy Files To Another Folder?

Jun 5, 2011

make a simple script to copy files from my "hfiles " directory to a "www" folder at leats I think its a directory, it has the permissions as "lrwxrwxrwx " but its like a public branch So I proceeded to make a file entittled MkPublic to copy the "hfiles" directory to the "www" branch

here is the code i used:

#!/bin/sh
# COPIES FILES
echo "copying files"

[code]....

when i try to run the script it tells me that there is a syntax error and an unexpected end of file and nothing seems to get copied anywhere so clearly there is something wrong with one im doing, i tried multiple ways : using the quotes, spacing the equal signs, but I seem to still get the same results.

View 8 Replies View Related

General :: Making Tar File From Folder - Unknown Option

Aug 6, 2010

I am trying to make my first tar file in linux. I am trying to make a tar file from a folder (with all subfolders and files) and using several commands I got several errors!

This is the tar usage:
tar [-]{txruc}[eONvVwAfblhm{op}][0-7[lmh]] [tapefile] [blocksize] [[-C directory] file] ...

Some of my attempts and responses:
tar -czf itic_glb_cognity-06082010.tar.gz itic-glb-cognity/
response: tar: z: unknown option (not using 'z' again!)
tar -cf itic-glb-cognity-06082010.tar.gz itic-glb-cognity/
response: tar: cannot stat itic-glb-cognity. Not dumped.

The last ones repeats for all the next attempts:
tar -cf itic-glb-cognity-06082010.tar.gz itic-glb-cognity
tar -cf iticglbcognity06082010.tar.gz itic-glb-cognity/
(full path + name without spaces) tar -cf iticglbcognity06082010.tar.gz /epos/webbus/bea/user_projects/domains/itic-glb-cognity

For some of the above a 10kb file was created, where the expected file would be about 250MB. I dont think it has anything to do with the user's rights, because I think I have them all.

View 6 Replies View Related

Fedora :: Run Ssmtp From An Initrd Image To Send An E-mail, Via Gmail MTA, Upon Reboot Of The Machine?

Sep 20, 2010

I am attempting to run ssmtp from an initrd image to send an e-mail, via Gmail MTA, upon reboot of the machine. I have already successfully installed and configured ssmtp on the running box (in other words, ssmtp successfully runs after completion of the boot cycle). When attempting to mail something via `echo "Test" | ssmtp username@gmail.com`, I receive the following error message:

[Code]...

View 1 Replies View Related

Ubuntu :: Scanner - When Try To Save Image To Desktop Or File/folder - Message - Child Process Error

Jan 23, 2011

I have ubuntu 10.04.1 and a H.P.psc 1311 all-in-one printer scanner.Printer works ok but when trying to scan,with xsane,it goes through the scanning process and an image of the document comes up on the screen.

When I try to save this image to desktop or file/folder whatever I get the message; "Child Process Error. Failed to execute OCR command:GOCR:no such file or directory."

View 3 Replies View Related

Fedora Installation :: Mkinitrd Can Make Initrd Image With All Hdd Driver - Config To Everytime Update Kernel?

Jul 16, 2009

I install fedora on my usb-hdd. Sometimes i boot it from real machine, sometimes i boot from virtual machine (kvm). When I boot from real machine, hdd driver is usb-storage, when i boot from virtual machine hdd drivers are ata_generic and pata_acpi.

Everytime i update kernel, mkinitrd only create initrd image contains only hdd driver current running, and I must recreate initrd manual with all preload hdd driver. How to config fedora to everytime update kernel, mkinitrd can make initrd image with all hdd driver I need?

View 2 Replies View Related

Ubuntu :: The Wirless Says That Missing Firmware?

Aug 6, 2011

i have ubuntu 11.04 ihave tried mpvick@ubuntu:~$ sudo apt-get install b43-fwcutter && sudo apt-get install firmware-b43-lpphy- but it didnt work i am using a direct connection but it said it could not find b43 also i am dual booting between windows 7 starter and ubuntu 11.04 and this is my firtst time using linux also i am in 9th grade so i probably need it in walk through format i have a brodcom 208.11 card and im running it on the hp mini 110 and i downloaded strait from ubuntu.com so no disc or usb any way like i said the wirless says that i am missing firmware

View 9 Replies View Related

General :: Add A Folder/directory In The Iso Image Of Cd ?

Feb 21, 2011

How i should add a directory/folder in the iso image of linux(redhat) cd and keep the image/cd in bootable state.

I have tried the same but after adding the directory say "Extras", i am facing the following error...

Quote:

View 5 Replies View Related

Fedora Hardware :: Wireless Firmware Missing On 15?

May 25, 2011

I am new to Fedora 15. I just installed it on my laptop.I have a HP pavillion dv4-1314us with intel core 2 duo.When I try to turn on my wireless, it tells me "firmware missing".lspci -vnn | grep 14e402:00.0 Network controller [0280]: Broadcom Corporation BCM4322 802.11a/b/g/n Wireless LAN Controller [14e4:432b] (rev 01)I tried using this http://wireless.kernel.org/en/users/Drivers/b43 . I executed the Fedora Part, rebooted and it still doesn't work.

View 4 Replies View Related

Debian :: Make-kpkg --initrd Won't Create Initrd?

May 18, 2010

When I compile a custom kernel with this command: make-kpkg --initrd kernel_image kernel_headers and then install the .deb, there's no initrd in /boot and I have to create it manually. I've thought that the --initrd option should take care about this, but somehow it doesn't.

It behaves like this for about two years at least (since I've compiled my first kernel). Of course, it's no big deal to create it manually, I was just wondering whether do I do anything wrong or whether should I fill a bug report..

View 1 Replies View Related

Debian Installation :: 7.7 Missing Firmware - Files Cannot Be Found On USB Or SDC

Jan 10, 2015

While attempting to install 7.7 on i7 Samsung notebook, iwlwifi and rtl_nic files cannot be found on usb or sdc (have no floppy to try) Added the missing files to iso and burned new disc which would not boot.

View 1 Replies View Related

Debian Installation :: Missing Firmware For Wireless Adapter

May 19, 2015

DELL Inspiron 15 3543 (3000 Series)5th Generation Intel Core i5-5200U Processor (3M Cache, up to 2.70 GHz).I have installed Debian 8 and received following message relating missing firmware files rtl_nic/rtl8106e-1.fw (EDIT: I understand this is not wireless adapter, but wired adapter which appears to be working ok as I can connect to internet ok.)The wireless adapter wasn't recognised so I used LAN cable and completed the install.this is details of wireless adapter....

Code: Select allit@it:~$ lspci -vvnn | grep -A 9 Network
06:00.0 Network controller [0280]: Broadcom Corporation BCM43142 802.11b/g/n [14e4:4365] (rev 01)
   Subsystem: Dell Wireless 1704 802.11n + BT 4.0 [1028:0016]
   Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
   
[code]...

View 14 Replies View Related

Debian :: New Kernel Source Compile Missing Firmware

Dec 21, 2015

So I am new to linux and i upgraded my kernel to 4.3.3 and to add the bfq patch. When i enter the command make install I get the following Code:

Select allupdate-initramfs: Generating /boot/initrd.img-4.3.3
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8107e-2.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8107e-1.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168h-2.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168h-1.fw for module r8169

[Code] ....

Now my ethernet drivers are not working.

View 8 Replies View Related

Debian Hardware :: Missing Firmware For Network Adapter

Aug 5, 2012

I believe that I understood this message correctly:

W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168f-2.fw for module r8169

View 5 Replies View Related

Fedora :: Cannot Connect To Wireless \ Wirless Firmware Is Missing?

Apr 11, 2011

When I try to connect to the internet wirelessly with Fedora 14 it tells that the wirless firmware is missing. Is there anywayI can fix this or find the firmware for a Dell Wireless 1379 Wlan mini-chip? The Chipset is BCM4315Also my computer is a Dell Inspiron 1545

View 3 Replies View Related

Fedora Hardware :: Wireless Firmware Missing / Resolve This?

May 26, 2011

I have Compaq presario laptop.I installed Fedora 15 on my laptop.I can't able to
connect my wireless network.I am getting "Wireless firmware missing".How to resolve this

View 1 Replies View Related

Fedora Hardware :: 15 Wireless Firmware Missing From Dell?

Jun 14, 2011

I've recently burned Fedora 15 into a CD, in order to install from there onto my computer. However, when boot into Fedora, my wireless doesn't work, instead, it says that firmware is missing.I have had exactly the same problem installing other Linux distros, such as Ubuntu. When I consulted the support at Ubuntu, they were unable to solve the problem. The 'missing firmware' problem is exactly the same in other Linux distros, so I'm pretty much guessing that it's the same problem and is due to my wireless card incompatibility or something.

View 6 Replies View Related

Fedora Networking :: Firmware Missing For Wireless Connection?

Aug 11, 2011

Fedora OS: 2.6.38.8-35.fc15.i686 NOtebook: Compaq Presario V3424TU Wireless connection is not enabling and it is showing "Firmware missing" I need to connect wireless to help my final year project.

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved