PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Serveur - Sécurité et techniques > linux.debian.user > Where to put modules to load at boot?
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
linux.debian.user debian-user@lists.debian.org.

Where to put modules to load at boot?

Réponse
 
LinkBack Outils de la discussion
Vieux 27/03/2007, 02h00   #1
mike
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Where to put modules to load at boot?

Still struggling trying to get LIRC to start properly at boot.

Other systems, like Fedora, Ubunto, etc, seemingly can put this
in /etc/modprobe.conf, or /etc/sysconfig/modules/,
and my Debian doesn't have those places.
I try in /etc/modules to no avail.
The file /etc/modules.conf says "DO NOT EDIT".

How are you Debian experts doing this?

Thanks,
Mike


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 27/03/2007, 02h20   #2
mike
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Where to put modules to load at boot?

On Monday 26 March 2007 18:13, Kevin Mark wrote:
> On Mon, Mar 26, 2007 at 05:58:41PM -0700, mike wrote:
> > Still struggling trying to get LIRC to start properly at boot.
> >
> > Other systems, like Fedora, Ubunto, etc, seemingly can put this
> > in /etc/modprobe.conf, or /etc/sysconfig/modules/,
> > and my Debian doesn't have those places.
> > I try in /etc/modules to no avail.
> > The file /etc/modules.conf says "DO NOT EDIT".
> >
> > How are you Debian experts doing this?
> >
> > Thanks,
> > Mike

>
> are you saying that you put the modules in /etc/modules and after a
> reboot, and a lsmod, the modules you put in there do not show up?


Thanks, Kevin, I am tearing my hair out... Yes they do show up in lsmod, but
LIRC isn't working. This doesn't make sense to me.

I have found in order to get LIRC working after a reboot, I have to go to the
LIRC directory and do "make clean && make && make install (as root) then
manually load the modules, then do "lircd" (as root). Then if I do "irw" and
get some responses on the screen from my remote, I know it's working again.

I sincerely appreciate ideas,
Mike


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 27/03/2007, 02h20   #3
Kevin Mark
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Where to put modules to load at boot?

On Mon, Mar 26, 2007 at 05:58:41PM -0700, mike wrote:
> Still struggling trying to get LIRC to start properly at boot.
>
> Other systems, like Fedora, Ubunto, etc, seemingly can put this
> in /etc/modprobe.conf, or /etc/sysconfig/modules/,
> and my Debian doesn't have those places.
> I try in /etc/modules to no avail.
> The file /etc/modules.conf says "DO NOT EDIT".
>
> How are you Debian experts doing this?
>
> Thanks,
> Mike

are you saying that you put the modules in /etc/modules and after a
reboot, and a lsmod, the modules you put in there do not show up?
--
| .''`. == Debian GNU/Linux == | my web site: |
| : :' : The Universal |mysite.verizon.net/kevin.mark/|
| `. `' Operating System | go to counter.li.org and |
| `- http://www.debian.org/ | be counted! #238656 |
| my keyserver: subkeys.pgp.net | my NPO: cfsg.org |
|join the new debian-community.org to Debian! |

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGCG+fv8UcC1qRZVMRAvB2AJ4//or7tYNZLk0dojghNIWCugrtrACfTWde
O5fo0jalTCi9d60bEgeC0JY=
=kmDN
-----END PGP SIGNATURE-----

  Réponse avec citation
Vieux 27/03/2007, 02h30   #4
Roberto C. Sánchez
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Where to put modules to load at boot?

On Mon, Mar 26, 2007 at 06:19:23PM -0700, mike wrote:
>
> Thanks, Kevin, I am tearing my hair out... Yes they do show up in lsmod, but
> LIRC isn't working. This doesn't make sense to me.
>
> I have found in order to get LIRC working after a reboot, I have to go tothe
> LIRC directory and do "make clean && make && make install (as root) then
> manually load the modules, then do "lircd" (as root). Then if I do "irw" and
> get some responses on the screen from my remote, I know it's working again.
>

Is there something wrong with the Debian packages? I may have missed
something earlier in the thread, but I wonder why it is that you feel
you need to manually install from source.

Regards,

-Roberto

--
Roberto C. Sánchez
http://people.connexer.com/~roberto
http://www.connexer.com

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFGCHJb1snWssAFC08RAj0GAJ4oI3HJc17I9kuvWjrrY+ HCkpXi9gCeK1hW
0tbZmpTnQF4vyouxZ7B/VkY=
=9DVZ
-----END PGP SIGNATURE-----

  Réponse avec citation
Vieux 27/03/2007, 02h30   #5
mike
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Where to put modules to load at boot?

On Monday 26 March 2007 18:24, Roberto C. Sánchez wrote:
> On Mon, Mar 26, 2007 at 06:19:23PM -0700, mike wrote:
> > Thanks, Kevin, I am tearing my hair out... Yes they do show up in lsmod,
> > but LIRC isn't working. This doesn't make sense to me.
> >
> > I have found in order to get LIRC working after a reboot, I have to go to
> > the LIRC directory and do "make clean && make && make install (as root)
> > then manually load the modules, then do "lircd" (as root). Then if I do
> > "irw" and get some responses on the screen from my remote, I know it's
> > working again.

>
> Is there something wrong with the Debian packages? I may have missed
> something earlier in the thread, but I wonder why it is that you feel
> you need to manually install from source.
>
> Regards,
>
> -Roberto


Thanks Roberto,
The Debian packages (lirc-modules-source) won't compile. Not sure if it's a
bug with the 2.6.20.x kernel or lirc itself.
I've bee through it, it won't work.
Thanks,
Mike
  Réponse avec citation
Vieux 27/03/2007, 02h40   #6
Roberto C. Sánchez
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Where to put modules to load at boot?

On Mon, Mar 26, 2007 at 06:29:07PM -0700, mike wrote:
>
> Thanks Roberto,
> The Debian packages (lirc-modules-source) won't compile. Not sure if it'sa
> bug with the 2.6.20.x kernel or lirc itself.
> I've bee through it, it won't work.
> Thanks,
> Mike


Oh. I did not realize you were running a home-rolled kernel. My
mistake.

However, have you tried using module-assistant?

Regards,

-Roberto
--
Roberto C. Sánchez
http://people.connexer.com/~roberto
http://www.connexer.com

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFGCHXU1snWssAFC08RAmSYAJ91oJkbPhaePKI5SKeLcf TtQBXPLwCfWNWg
2qBpHjXgKPSvFTSm/kz1Xnw=
=F6Bf
-----END PGP SIGNATURE-----

  Réponse avec citation
Vieux 27/03/2007, 02h50   #7
mike
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Where to put modules to load at boot?

On Monday 26 March 2007 18:39, Roberto C. Sánchez wrote:
> On Mon, Mar 26, 2007 at 06:29:07PM -0700, mike wrote:
> > Thanks Roberto,
> > The Debian packages (lirc-modules-source) won't compile. Not sure if it's
> > a bug with the 2.6.20.x kernel or lirc itself.
> > I've bee through it, it won't work.
> > Thanks,
> > Mike

>
> Oh. I did not realize you were running a home-rolled kernel. My
> mistake.
>
> However, have you tried using module-assistant?
>
> Regards,
>
> -Roberto


Yes, thanks. module-assistant fails to compile it as well.
  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 23h42.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,14211 seconds with 15 queries