Debian Configuration :: Loading Modules At Boot?

Aug 29, 2010

I have to load the ip_conntrack modules every time I reboot. How do I get the iptables modules to load automatically at boot. It seems they are supposed to auto load when they are needed but they are not doing that. I have to do modprobe on them. also does anyone know where I can download all the modules available for iptables? I looked on the netfiler site and did not learn much.

View 1 Replies


ADVERTISEMENT

Debian Configuration :: Loading Video At Boot

Dec 18, 2015

I did a fresh install of Debian Jessie and I have problem booting up with video. I have to boot with "nomodeset" argument or else the boot sequence bugs, and I see a straight line of funky little color squares on the screen. And it boots with nomodeset.

lsmod do lists "nouveau".

So I don't get what's wrong. I have a Nvidia Geforce GT 750M 2gb (Lenovo y400 notebook). My graphic card is listed in the supported hardware of "nouveau"

I remember having a very similar problem on Ubuntu and installing the proprietary driver solved it. So maybe my hardware isnt supported by nouveau? But I would prefer to use an open-source driver than the prorietary.

Here is the kernel log: (I pasted only the lines which contains "nouveau")

Dec 18 11:55:02 Prototron kernel: [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.16.0-4-amd64 root=UUID=3743665a-bd92-4d96-9733-e6934e0c9543 ro quiet modeset=nouveau

Dec 18 11:55:02 Prototron kernel: [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.16.0-4-amd64 root=UUID=3743665a-bd92-4d96-9733-e6934e0c9543 ro quiet modeset=nouveau

[Code] .....

View 13 Replies View Related

Ubuntu Networking :: Modules Not Loading At Boot-time?

Sep 1, 2011

I've recently been having a lot of trouble trying to install a ralink 3062 driver on my ubuntu 11.04 desktop. There are quite a few excellent tutorials on this website. [URL]... In my case, however, adding the conflicting drivers to /etc/modprobe.d/blacklist.conf didn't prevent them being loaded at boot-time, so I could not make the change permanent. I eventually found a workaround online which I thought I'd share here. Once you have updated your blacklist and module list, use Quote:

sudo update-initramfs -u

I'm a beginner so I'm not sure, but I think the problem is that initramfs loads the conflicting modules into memory before the system comes to reading the blacklist and module files. Once you've done this, restart your system and you shouldn't have any further problems. P.s. As far as I know this only works (but should only be a problem for kernel 2.6 and later)

View 2 Replies View Related

General :: Rc.modules Not Loading Modules At Startup?

May 11, 2010

I've been trying to load my pcmcia network card driver "xirc2ps_cs" at startup with no success. I have added "modprobe xirc2ps_cs" to the rc.modules file but it doesn't load at startup. Curiously, though, if I execute rc.modules AFTER the machine has booted it will load the modules just fine. Just not during the boot up process. Thinking that hotstart might have been causing problems I've disabled hotstart (chmod -x) temporarilly to remove it from the picture, but there was no change.

View 5 Replies View Related

Debian Configuration :: Debbootstrap Not Retrive Modules?

May 7, 2011

I have installed an images using debbootstrap command. The problem is there is no module in /lib/modules.For example I have installed lm-sensors but when I run sensors-detect, in the middle of detection I get these:FATAL: Could not load /lib/modules/2.6.32-24-server/modules.dep: No such file or directoryFailed to load module i2c-piix4

View 6 Replies View Related

Debian Configuration :: Kernel Modules Won't Load Anymore

Jul 7, 2015

After a hiatus I found my machine to be down, but upon turning it on I get significant errors and dropped into emergency mode (see below). This machine wasn't very up-to-date to begin with, so I'm having difficulty determining the order in which to proceed. A couple naive checks and updates on my part are not working. The file system appears to be intact enough to "cd" around and "ls" to see that my files are all (seemingly) there. But the kernel modules aren't loading which is, you know, a problem.

The state I find it in is that it will begin booting to Linux 3.2 (which I know is no longer supported in testing, see below where I tried to update to 3.16), but fails quickly and puts me into emergency mode

Loading, please wait...
megasas: INIT adapter done
systemd[1]: Failed to insert module 'autofs4'
systemd[1]: Failed to open /dev/autofs: No such file or directory
systemd[1]: Failed to initialize automounter: No such file or directory
systemd[1]: Failed to set up automount Arbitrary Executable File Formats File System Automount Point.

...Then several drives show up as clean....

Running "journalctl -xb" shows that it can't mount the module even though it's there on the disk:
... systemd-modules-load[259]: could not open moddep file '/lib/modules/3.2.0-4-amd64/modules.dep.bin'
... systemd-modules-load[259]: Failed to lookup alias 'firewire-sbp2': Function not implemented
... systemd-modules-load[259]: could not open modeep file '/lib/modules/3.2.0-4-amd64/modules.dep.bin'
... systemd-modules-load[259]: Failed to lookup alias 'loop': Function not implemented

And yet, if I 'ls' that modules.dep.bin file, it's right where it's supposed to be, for the appropriate architecture and everything.

After that (in the journalctl output), it shows several things start up, but systemd-modules-load.service fails:
.. systemd[1]: systemd-modules-load.service: main process exited, code=exited, status=1/FAILURE
.. systemd[1]: systemd-modules-load.service: Failed to start Load Kernel Modules

...and lots of things fail from systemd-udevd: failed to execute '/lib/udev/socket:@/org/freedesktop/hal/udev_ev_event': No such file directory.

"uname -a" shows
Linux <my hostname> 3.2.0-4-amd64 #1 SMP Debian 3.2.32-1 x86_64 GNU/Linux

I tried updating via apt to the Linux 3.16.0 kernel, but grub wasn't finding it in a way that effects the boot process, and no appropriate "vmlinuz-" file appears with the others on the boot partition. So, I tried switching to grub2 but the update-grub command produces many errors.... For now, grub2 still (attempts to) load the old kernel (3.2) with the same results as I was getting with the old grub-legacy.

Regarding the module-loading features, running "lsmod" shows about 30 lines:

Module
ext3
mbcache
jbd
dm_mod
usbhid
hid

[Code] ....

...I'm at the limit of what I know to check and/or try.

View 1 Replies View Related

Debian Configuration :: No Rule To Make Target Modules

Sep 17, 2015

i'm trying to install driver for some PCI device but i have problems with it - when i run it it gives me an error

Code: Select allmake: Entering directory `/lib/modules/2.6.32-5-686/build'
make: *** No rule to make target `modules'.  Stop.
make: Leaving directory `/lib/modules/2.6.32-5-686/build'

i've tried to find solution in internets but have no success usually they say that problem is that ppl forget to download kernel-headers and kernel-sources or unpack kernel-sources or make symlink usr/src/linux but i've done it all and the result is the same.i think the root of problem is that `/lib/modules/ 2.6.32-5-686/build' folder is empty but there have to be this RULE, so what i have to do to have it there? my system is Debian 6.0.10 Squeeze, Kernel 2.6.32-5-686.

View 2 Replies View Related

Debian Configuration :: Can't Build Modules With 2.6.38-2-amd64 Packages

Apr 14, 2011

My new laptop works out of the box except for the video and the ethernet. For this, I have to use a later kernel than the Debian kernel (debian squeeze is currently 2.6.32). Upgrading to the new kernel (without moving to the testing dist itself) was pretty easy. I just installed linux-image-2.6.38-2-amd64 and linux-base from the testing distribution by manually downloading and using dpkg. After that, ethernet and video started working.

However, my virtualbox installation no longer works because the drivers do not match the kernel. I am used to this; whenever debian upgrades the kernel on me, I have to run "/etc/init.d/vboxdrv setup". This rebuilds the drivers. This failed for me, however, because it could not find the headers. So, I installed some more packages:

linux-kbuild-2.6.38
linux-headers-2.6.38-2-common
linux-headers-2.6.38-2-amd64

Now, when I rebuild it, I get this:

# /etc/init.d/vboxdrv setup
Stopping VirtualBox kernel modules:.
Uninstalling old VirtualBox DKMS kernel modules:.

[code]....

View 14 Replies View Related

Debian Configuration :: Modules Get Mismatched With The Running Kernel Version?

Sep 30, 2010

is there a common reason why modules get mismatched with the running kernel version?why do I always get that uneasy feeling like I'm headed in the wrong direction?

View 4 Replies View Related

Debian :: Want To Set Modules To Boot?

Feb 5, 2011

To start off with, I'll put the information as best I can that I think would help everyone figure out what it is that I want to do:My Laptop is a Dell Inspiron 1545I have a Broadcom BCM4312 802.11b/g (rev. 01) Wifi Driver (according to lspci)Take care, I already have it working!I installed the driver for it (as best I could) from I am running Debian 5.08 Lenny amd64My wireless internet works via the instructions from My question is how I can set it up so that every time I boot, I don't have to run:modprobe ieee80211_crypt_tkipinsmod wl.koIn the terminal (after using su and then going to the folder that contains the wl.ko file).

I've been trying to find this on the internet, but it seems that I have been unlucky in that department. This is the first time in about 6 years I've used linux (back in high school I tinkered with Slackware, Gentoo, and Vector, recently tried openSUSE but I've always been curious to try out Debian).

View 3 Replies View Related

Ubuntu :: Prevent Modules From Loading?

May 21, 2011

I am running 11.04 and would like to stop the loading of the parport and lp modules. I put entries in the /etc/modprobe.d/blacklist.conf file and ran update-initramfs -u. After a reboot lsmod shows both modules as being loaded.

View 1 Replies View Related

Ubuntu :: Stop The Loading Of The Parport And Lp Modules?

May 21, 2011

I am running 11.04 and would like to stop the loading of the parport and lp modules. I put entries in the /etc/modprobe.d/blacklist.conf file and ran update-initramfs -u. After a reboot lsmod shows both modules as being loaded.

View 4 Replies View Related

Slackware :: 13.37 Isn't Loading The Modules - CPU Frequency Scaling ?

Jun 10, 2011

For some reason, it seems that 13.37 isn't loading the modules I need for cpu frequency scaling. I've edited /etc/rc.d/rc.modules so that CPUFREQ is set to on. On 13.1, this would mean the powernow-k8 module would be loaded for my AMD cpu, and the subsequent "ondemand" governor would be loaded. However, for some reason this isn't being done during the boot process. I've tried it using both the generic kernel and the huge kernel (I'd been using huge for a long time before without realizing it.) Has anything changed in 13.37 with regards to CPU frequency scaling?

View 5 Replies View Related

CentOS 5 Networking :: Iptables Not Loading Some Modules?

Jan 23, 2010

The problem I am having is that iptables won't load the required modules for my firewall rules.

iptables -F
iptables -P INPUT DROP
iptables -P FORWARD DROP

[code]....

View 1 Replies View Related

Debian Configuration :: Lenny Not Loading Iptables Rules

Dec 30, 2010

I'm having some trouble with the configuration of the iptables. I want to setup a network server to serve as Fail Over (for my 2 ISPs), DHCP and DNS. I have 3 network cards, 2 connected to ISP's routers and 1 that serves as UPLINK for my switch.

I want to add some Iptables rules so I can achieve what I want to do. The problem is that the rules I try to use, they have to effect.... they don't load, here are the rules I am trying to add:

#iptables --table nat --append POSTROUTING --out-interface eth1 -j MASQUERADE
#iptables --table nat --append POSTROUTING --out-interface eth2 -j MASQUERADE
#iptables --table nat --append POSTROUTING --out-interface eth2 -j SNAT --to EXTIP

When I try to check to see if it loads, with the command:

#iptables -L

It returns empty

View 2 Replies View Related

Debian :: Determine And Remove Modules Load At Kernel Boot?

Jul 17, 2009

I was wondering how can I determine among the modules loaded at boot which of them are really necessary and which are not, in order to reduce the boot process time and have a more "elegant" system start.

I know this theme is a little bit of complicated because it depends of the user's point of view and demand a high knowledge of which things are happening in your system but I need somewhere to start improving the performance of my debian system.

View 3 Replies View Related

Fedora :: Loading Modules To Work With Card Reader Using F13?

Aug 7, 2010

I found a solution to my card reader problem in a another fedora post but when I type the code in terminal I get:
all config files need.conf /etc/modprobe.d/blacklist
How to write this code so I wont get this error and I can load these modules and also how to edit the modprobe.conf.

The code is below, using fedora 13.
You must load these two modules to work with card reader.
First : Remove the card from the Reader!
AS superuser type in console :
1. /sbin/modprobe tifm_core <enter>
2. /sbin/modprobe tifm_sd <enter>

If you want to automate these modules loading do the following :
edit the /etc/modprobe.conf file
add these :
alias mmc_core tifm_core
alias mmc_card tifm_sd

View 2 Replies View Related

Ubuntu Installation :: Boot Error "modprobe: FATAL Could Not Load /lib/modules 2.6.35-22 Generic Modules No Such File Or Directory"

Apr 14, 2011

Tonight I installed ubuntu 10.10 (32 bit) on an external usb harddrive with a dvd I burned and I used my older desktop. I disconnected all internal and external drives first so everything had to be put on the usb drive I selected (only option available). I used the option to load extra software, use the entire hard drive, and let the software do it's thing. I basically had no options where to put things and it didn't have much choice.

When I boot the usb drive on my laptop (win 7 64 bit) by telling the bios to boot to it first... I get an error: modprobe: FATAL Could not load /lib/modules 2.6.35-22 generic modules No such file or directory. This message appears twice and then it does boot into ubuntu and seems to work fine. I'm new to this OS so that is an uneducated guess but the things I have done seem to be working. So exactly what is this error referring too? Is there a way to fix the problem or do I just ignore it.

View 9 Replies View Related

Debian Configuration :: Can't Umount Ramdisk After Loading New Root File System

Feb 1, 2010

I have built a kernel with a ramdisk(ramdisk.image.gz) included. Also in the kernel command line I specified root=/dev/ram0. I am trying to use this ramdisk to load a loopback file as the root filesystem off a fat partition. This is /sbin/init from the ramdisk.

#!/bin/sh
mount -n -t msdos /dev/mmcblk0p1 /mnt
losetup /dev/loop0 /mnt/linux/linuxdsk.img
mount -t ext2 /dev/loop0 /mnt2

[Code]....

The problem is both umount and blockdev report "device is busy". I want to free up this RAM any suggestions?

View 1 Replies View Related

Debian Configuration :: FATAL: Error Inserting Pcc_cpufreq (/lib/modules/3.0.0-1-amd64/kernel/drivers/cpufreq/pcc-cpufreq.ko): No Such Device

Jul 31, 2011

I recently started having this odd behaviour while using and loading cpufrequtils on boot, I don't know if it is happening to someone else.During boot I'm getting( when /etc/init.d/cpufrequtils invokes /etc/init.d/loadcpufreq to load the proper module):

Loading cpufreq kernel modules...FATAL: Error inserting speedstep_centrino (/lib/modules/3.0.0-1-amd64/kernel/drivers/cpufreq/speedstep-centrino.ko): No such device
FATAL: Error inserting pcc_cpufreq (/lib/modules/3.0.0-1-amd64/kernel/drivers/cpufreq/pcc-cpufreq.ko): No such device

[code]....

View 2 Replies View Related

Debian Configuration :: FATAL: Error Inserting Nvidia (/lib/modules/2.6.26-2-686/nvidia/nvidia.ko): No Such Device

Mar 15, 2010

I'm trying to install the nvidia drivers but it is not working.

lspci | grep VGA

02:00.0 VGA compatible controller: nVidia Corporation NV18 [GeForce4 MX - nForce GPU] (rev a3)

My xorg.conf looks like this:

# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.

[code]...

And after that my X is not working. And when i try sudo modprobe nvidia I get this:

FATAL: Error inserting nvidia (/lib/modules/2.6.26-2-686/nvidia/nvidia.ko): No such device

View 2 Replies View Related

Debian Configuration :: Boot Via PXE, "no Default Or Ui Configuration Directive?

Mar 19, 2011

A week ago I opened this thread viewtopic.php?f=17&t=61580 in "Board index ‹ Help ‹ Installation" and asked for a moderator to move this to here. Because it hasnt happened up to know, I am reopening the thread here. It would be reeeeally great if somebody could help me with my problem!

I own two computers, one netbook and one laptop. I want to boot my netbook as a diskless client via PXE.I set up a dhcp-, tftp and nfs-server on my laptop but when i boot my netbook, the follwoing messages are displayed:(to make it more clear, i uploaded the whole output and shortened the output below)

[Code]...

View 1 Replies View Related

Debian :: Laptop Will Not Boot - Error Loading Journal

Apr 13, 2011

I have a laptop with important data (no backup) that will not boot. It's a vanilla Debian 6 amd64 with dm-crypt LUKs encryption to a internal sata drive partitioned sda1 sda2 sda5 with lvm2 formatted ext3 for sda5. The symptom is that upon powering up, it progresses (albeit slowly now) past grub, to the point where the the "Enter passphrase" prompt occurs. After entering the phrase, it pauses with "Reading all physical volumes. This may take a while". It seems to work, but then gives me errors like:

ata3.00: status: {DRDY ERR }
ata3.00: error: { UNC }
ata3.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
ata3.00: BMDMA stat 0x25
ata3.00: failed command READ DMA EXT
...some more stuff...
end_request: I/O error:, dev sda, sector 308725410
JBD: Failed to read block at offset 24711
EXT3-fs: error loading journal
and it drops me to Busybox ash shell. My impression is that the sda1 partition with the kernel is intact, but the sda2 or sda5 is bad.

What else I have done:
1. Removed problem disk and installed it into another known good laptop. Issue occurs with new laptop. So, I would assume hd is bad, laptop is good.
2. Booted from hd using grub rescue mode. Similar errors occurred.
3. Using suspect laptop and hd, booted into a live cd environment, which attempted to mount the encrypted drive. It prompted for the passphrase, but said it could not mount the drive.

View 1 Replies View Related

Debian :: Freezing On First Boot At Loading Initial Ramdisk?

Apr 22, 2011

I just performed my very first linux install. I used the Debian 6.0.1a iso. I made it all the way through the installation with no problems whatsoever. I was able to select the version from the grub screen, still everything seemed to be going fine...then it froze. I attached an image of the screen where the system froze:

Its basically the loading screen, times 4! At the top left in case its too hard to read, it says: Loading Linux 2.6.32-5-686, then...Loading initial ramdisk... This sounds all fine and dandy to me but it freezes here. I've tried searching the forums and google for an answer and have come up empty...I'm sure someone has had this problem but it seems to be a tough thing to search for. Would appreciate all the help I can get! Oh and btw, here are the system specs:

circa 2001ish Dell Dimension 4300
P4 1.4ghz
256 ram
onboard video etc...

View 2 Replies View Related

Debian Installation :: First Boot - Stuck On 'Loading Initial Ramdisk'

Jun 24, 2011

I've just installed Debian 6.0.1a on a HP Proliant ML115, the install seemed to go ok. As it began to start up it 'Grub Bootloader' loaded then on the screen after the bootup froze at 'Loading initial ramdisk'

Unfortunately im a complete novice to debian

View 10 Replies View Related

Debian Hardware :: Error Loading Nouveau Driver On Boot

Nov 3, 2015

Recently I bought the next notebook: Asus R510JF-DM020 i7-4720HQ

My hardware (extend ouput):

Code: Select all$ inxi -Fzx

System: Host: Asus-R510JF Kernel: 4.2.0-1-amd64 x86_64 (64 bit gcc: 4.9.3)
Desktop: KDE Plasma 5.4.2 (Qt 5.5.1) Distro: Debian GNU/Linux stretch/sid
Machine: Mobo: ASUSTeK model: X550JF v: 1.0 Bios: American Megatrends v: X550JF.203 date: 04/02/2015
CPU: Quad core Intel Core i7-4720HQ (-HT-MCP-) cache: 6144 KB
flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx) bmips: 20751

[Code] ....

View 2 Replies View Related

Debian :: Lenny - Stage 1.5 Grub Loading ... Error 2 Due To The Bios "RAID" Configuration

Aug 4, 2010

I'm trying to install Debian Lenny on my new Dell XPS 8100 Desktop with 2 x 1To SATA HD. (No Windows or any other OS install is present on the system) The Bios allows me to change the SATA mode to either "ATA" or "RAID"

- When SATA mode is set to RAID, the installation goes without issues, but when it comes to load into the system, I've got that Stage 1.5 Grub Loading... Error 2 problem. I assume this is due to the Bios "RAID" configuration. I then switched the SATA mode to "ATA" in the Bios and now I can see the menu that allows me to boot my debian install but that part actually fails too saying "ALERT /dev/sda1 does not exist"

- When SATA mode was set to ATA, I tried to re-install the system but this time my drive was not recognized by the installer: "No common CD ROM drive"

View 2 Replies View Related

Debian Installation :: Install To Intel Mac Dual Boot Using REFIt Not Loading

Jan 3, 2010

I have installed Debian on my intel iMac, I installed grub first in my root partition and then in the Debian partition. When I boot my Mac, rEFIt brings me to the boot page and shows the Linux drive, but when I choose it, it tries to start up and then gives me the line "Not a bootable drive" and just hangs. How to get this to boot?

View 3 Replies View Related

Ubuntu :: How To Write Cdfs Configuration Into Modules

Apr 4, 2010

i have installed cdfs 2.6 in my ubuntu9.1:

sudo apt-get install cdfs-src
sudo tar -xvf cdfs.tar.bz2
sudo make
sudo make install

how to write cdfs Configuration into /etc/modules ? when i use command : sudo gedit /etc/modules to open the /etc/modules file,and then how to write??

View 2 Replies View Related

Debian Configuration :: Dual Boot Ubuntu/Debian: Debian Has Disappeared?

Apr 5, 2011

I have just installed Ubuntu (/dev/sda7) and Debian (/dev/sda4), but since I have updated all informations on Ubuntu, then Debian did not appear anymore on the grub list. There is an wiki I have found, but I an not really sure about what to do.

Here are the boot informations:
Boot Info Script 0.55    dated February 15th, 2010                   

Boot Info Summary:

=> Grub 2 is installed in the MBR of /dev/sda and looks at sector 488861020
of the same hard drive for core.img, core.img is at this location on
/dev/sda and looks on partition #3 for (,gpt3)/grub.

[Code]...

ps: on this file, it says that the /boot is installed on the MBR and /dev/sda3. I will remove the boot from MBR as I am now using /dev/sda3 instead. Sorry for my english

View 7 Replies View Related







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