linux-admin.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re[10]: Linux Help
       [not found] ` <1090339517.2470.11.camel@linux.local>
@ 2004-07-20 16:27   ` Kev
  2004-07-20 16:42     ` Sascha Retzki
  0 siblings, 1 reply; 8+ messages in thread
From: Kev @ 2004-07-20 16:27 UTC (permalink / raw)
  To: lantis; +Cc: linux-admin

how can you make Debian Detect hardware after the installation ?



------- 
Web Hosting at cheep price, stating at $1 per moth with your own domain, .COM, .NET, .LK, .ORG etc..
PHP, CGI, Perl, MySQL, Cpanel 9, POP3, POP3s, SMTP, IMAP, FTP,
http://www.orbitsl.net


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Re[10]: Linux Help
  2004-07-20 16:27   ` Re[10]: Linux Help Kev
@ 2004-07-20 16:42     ` Sascha Retzki
  2004-07-20 16:46       ` Re[12]: " Kev
  2004-07-20 16:57       ` Re[12]: " Kev
  0 siblings, 2 replies; 8+ messages in thread
From: Sascha Retzki @ 2004-07-20 16:42 UTC (permalink / raw)
  To: linux-admin

Am Di, 2004-07-20 um 18.27 schrieb Kev:
> how can you make Debian Detect hardware after the installation ?

This question is ( among many other debian-specific questions ) covered
by their documentations, but ok :)


"detect" hardware .. hm .. first of, /etc/modules is a
one-modulename-per-line file is loaded at boottime, so this is the place
where you put the module-names in ( without the path or the .o ). The
detection is imho manually done with debian. Tip is to use modprobe
instead of isnmod to load dependencies of modules, use lspci -v to find
out all pci/Isa/... adapters and chipnames in your computer ... . Linux
module-names are named after chipsetname, not that what the vendor tries
to tell you on the cage ;) ... .

> 
> ------- 
> Web Hosting at cheep price, stating at $1 per moth with your own domain, .COM, .NET, .LK, .ORG etc..
> PHP, CGI, Perl, MySQL, Cpanel 9, POP3, POP3s, SMTP, IMAP, FTP,
> http://www.orbitsl.net
> 
> -
> To unsubscribe from this list: send the line "unsubscribe linux-admin" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 
> 


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re[12]: Linux Help
  2004-07-20 16:42     ` Sascha Retzki
@ 2004-07-20 16:46       ` Kev
  2004-07-20 17:05         ` Sascha Retzki
  2004-07-21  1:23         ` chuck gelm
  2004-07-20 16:57       ` Re[12]: " Kev
  1 sibling, 2 replies; 8+ messages in thread
From: Kev @ 2004-07-20 16:46 UTC (permalink / raw)
  To: lantis; +Cc: linux-admin

I have installed Debina with out my LAN cards (Realtec) i did add the
cards after the Denian installation, now i cant seem to get Debian to
detect them :(


On Tue, 20 Jul 2004 18:42:44 +0200
Sascha Retzki <lantis@iqranet.info> wrote:

>--> Am Di, 2004-07-20 um 18.27 schrieb Kev:
>--> > how can you make Debian Detect hardware after the installation ?
>--> 
>--> This question is ( among many other debian-specific questions ) covered
>--> by their documentations, but ok :)
>--> 
>--> 
>--> "detect" hardware .. hm .. first of, /etc/modules is a
>--> one-modulename-per-line file is loaded at boottime, so this is the place
>--> where you put the module-names in ( without the path or the .o ). The
>--> detection is imho manually done with debian. Tip is to use modprobe
>--> instead of isnmod to load dependencies of modules, use lspci -v to find
>--> out all pci/Isa/... adapters and chipnames in your computer ... . Linux
>--> module-names are named after chipsetname, not that what the vendor tries
>--> to tell you on the cage ;) ... .
>--> 
>--> > 
>--> > ------- 
>--> > Web Hosting at cheep price, stating at $1 per moth with your own domain, .COM, .NET, .LK, .ORG etc..
>--> > PHP, CGI, Perl, MySQL, Cpanel 9, POP3, POP3s, SMTP, IMAP, FTP,
>--> > http://www.orbitsl.net
>--> > 
>--> > -
>--> > To unsubscribe from this list: send the line "unsubscribe linux-admin" in
>--> > the body of a message to majordomo@vger.kernel.org
>--> > More majordomo info at  http://vger.kernel.org/majordomo-info.html
>--> > 
>--> > 
>--> 
>--> -
>--> To unsubscribe from this list: send the line "unsubscribe linux-admin" in
>--> the body of a message to majordomo@vger.kernel.org
>--> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>--> 

------- 
Web Hosting at cheep price, stating at $1 per moth with your own domain, .COM, .NET, .LK, .ORG etc..
PHP, CGI, Perl, MySQL, Cpanel 9, POP3, POP3s, SMTP, IMAP, FTP,
http://www.orbitsl.net


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re[12]: Linux Help
  2004-07-20 16:42     ` Sascha Retzki
  2004-07-20 16:46       ` Re[12]: " Kev
@ 2004-07-20 16:57       ` Kev
  1 sibling, 0 replies; 8+ messages in thread
From: Kev @ 2004-07-20 16:57 UTC (permalink / raw)
  To: lantis; +Cc: linux-admin

PS. the LAN cards are both, Realtek RTL8139


On Tue, 20 Jul 2004 18:42:44 +0200
Sascha Retzki <lantis@iqranet.info> wrote:

>Am Di, 2004-07-20 um 18.27 schrieb Kev:
>> how can you make Debian Detect hardware after the installation ?
>
>This question is ( among many other debian-specific questions ) covered
>by their documentations, but ok :)
>
>
>"detect" hardware .. hm .. first of, /etc/modules is a
>one-modulename-per-line file is loaded at boottime, so this is the place
>where you put the module-names in ( without the path or the .o ). The
>detection is imho manually done with debian. Tip is to use modprobe
>instead of isnmod to load dependencies of modules, use lspci -v to find
>out all pci/Isa/... adapters and chipnames in your computer ... . Linux
>module-names are named after chipsetname, not that what the vendor tries
>to tell you on the cage ;) ... .
>
>> 
>> ------- 
>> Web Hosting at cheep price, stating at $1 per moth with your own domain, .COM, .NET, .LK, .ORG etc..
>> PHP, CGI, Perl, MySQL, Cpanel 9, POP3, POP3s, SMTP, IMAP, FTP,
>> http://www.orbitsl.net
>> 
>> -
>> To unsubscribe from this list: send the line "unsubscribe linux-admin" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>> 
>> 
>
>-
>To unsubscribe from this list: send the line "unsubscribe linux-admin" in
>the body of a message to majordomo@vger.kernel.org
>More majordomo info at  http://vger.kernel.org/majordomo-info.html
>

------- 
Web Hosting at cheep price, stating at $1 per moth with your own domain, .COM, .NET, .LK, .ORG etc..
PHP, CGI, Perl, MySQL, Cpanel 9, POP3, POP3s, SMTP, IMAP, FTP,
http://www.orbitsl.net


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Re[12]: Linux Help
  2004-07-20 16:46       ` Re[12]: " Kev
@ 2004-07-20 17:05         ` Sascha Retzki
  2004-07-20 17:07           ` Sascha Retzki
  2004-07-21  1:23         ` chuck gelm
  1 sibling, 1 reply; 8+ messages in thread
From: Sascha Retzki @ 2004-07-20 17:05 UTC (permalink / raw)
  To: linux-admin

Am Di, 2004-07-20 um 18.46 schrieb Kev:
> I have installed Debina with out my LAN cards (Realtec) i did add the
> cards after the Denian installation, now i cant seem to get Debian to
> detect them :(
> 

Realtec ? Maybe 8139too or 8139cp... RealTek RTL-8029 ? that is ne ... .
( ne is generally a module I constantly try because NE1/2000 are widely
used :) ). 


> 
> On Tue, 20 Jul 2004 18:42:44 +0200
> Sascha Retzki <lantis@iqranet.info> wrote:
> 
> >--> Am Di, 2004-07-20 um 18.27 schrieb Kev:
> >--> > how can you make Debian Detect hardware after the installation ?
> >--> 
> >--> This question is ( among many other debian-specific questions ) covered
> >--> by their documentations, but ok :)
> >--> 
> >--> 
> >--> "detect" hardware .. hm .. first of, /etc/modules is a
> >--> one-modulename-per-line file is loaded at boottime, so this is the place
> >--> where you put the module-names in ( without the path or the .o ). The
> >--> detection is imho manually done with debian. Tip is to use modprobe
> >--> instead of isnmod to load dependencies of modules, use lspci -v to find
> >--> out all pci/Isa/... adapters and chipnames in your computer ... . Linux
> >--> module-names are named after chipsetname, not that what the vendor tries
> >--> to tell you on the cage ;) ... .
> >--> 
> >--> > 
> >--> > ------- 
> >--> > Web Hosting at cheep price, stating at $1 per moth with your own domain, .COM, .NET, .LK, .ORG etc..
> >--> > PHP, CGI, Perl, MySQL, Cpanel 9, POP3, POP3s, SMTP, IMAP, FTP,
> >--> > http://www.orbitsl.net
> >--> > 
> >--> > -
> >--> > To unsubscribe from this list: send the line "unsubscribe linux-admin" in
> >--> > the body of a message to majordomo@vger.kernel.org
> >--> > More majordomo info at  http://vger.kernel.org/majordomo-info.html
> >--> > 
> >--> > 
> >--> 
> >--> -
> >--> To unsubscribe from this list: send the line "unsubscribe linux-admin" in
> >--> the body of a message to majordomo@vger.kernel.org
> >--> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> >--> 
> 
> ------- 
> Web Hosting at cheep price, stating at $1 per moth with your own domain, .COM, .NET, .LK, .ORG etc..
> PHP, CGI, Perl, MySQL, Cpanel 9, POP3, POP3s, SMTP, IMAP, FTP,
> http://www.orbitsl.net
> 
> -
> To unsubscribe from this list: send the line "unsubscribe linux-admin" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 
> 


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Re[12]: Linux Help
  2004-07-20 17:05         ` Sascha Retzki
@ 2004-07-20 17:07           ` Sascha Retzki
  2004-07-20 17:55             ` Re[14]: " Kev
  0 siblings, 1 reply; 8+ messages in thread
From: Sascha Retzki @ 2004-07-20 17:07 UTC (permalink / raw)
  To: linux-admin

Am Di, 2004-07-20 um 19.05 schrieb Sascha Retzki:
> Am Di, 2004-07-20 um 18.46 schrieb Kev:
> > I have installed Debina with out my LAN cards (Realtec) i did add the
> > cards after the Denian installation, now i cant seem to get Debian to
> > detect them :(
> > 
> 
> Realtec ? Maybe 8139too or 8139cp... RealTek RTL-8029 ? that is ne ... .
> ( ne is generally a module I constantly try because NE1/2000 are widely
> used :) ). 
> 
Oh well, command is "modprobe 8139too" or "modprobe 8139cp" or "modrpobe
ne" ... after you found out which one works, put it into /etc/modules.

> 
> > 
> > On Tue, 20 Jul 2004 18:42:44 +0200
> > Sascha Retzki <lantis@iqranet.info> wrote:
> > 
> > >--> Am Di, 2004-07-20 um 18.27 schrieb Kev:
> > >--> > how can you make Debian Detect hardware after the installation ?
> > >--> 
> > >--> This question is ( among many other debian-specific questions ) covered
> > >--> by their documentations, but ok :)
> > >--> 
> > >--> 
> > >--> "detect" hardware .. hm .. first of, /etc/modules is a
> > >--> one-modulename-per-line file is loaded at boottime, so this is the place
> > >--> where you put the module-names in ( without the path or the .o ). The
> > >--> detection is imho manually done with debian. Tip is to use modprobe
> > >--> instead of isnmod to load dependencies of modules, use lspci -v to find
> > >--> out all pci/Isa/... adapters and chipnames in your computer ... . Linux
> > >--> module-names are named after chipsetname, not that what the vendor tries
> > >--> to tell you on the cage ;) ... .
> > >--> 
> > >--> > 
> > >--> > ------- 
> > >--> > Web Hosting at cheep price, stating at $1 per moth with your own domain, .COM, .NET, .LK, .ORG etc..
> > >--> > PHP, CGI, Perl, MySQL, Cpanel 9, POP3, POP3s, SMTP, IMAP, FTP,
> > >--> > http://www.orbitsl.net
> > >--> > 
> > >--> > -
> > >--> > To unsubscribe from this list: send the line "unsubscribe linux-admin" in
> > >--> > the body of a message to majordomo@vger.kernel.org
> > >--> > More majordomo info at  http://vger.kernel.org/majordomo-info.html
> > >--> > 
> > >--> > 
> > >--> 
> > >--> -
> > >--> To unsubscribe from this list: send the line "unsubscribe linux-admin" in
> > >--> the body of a message to majordomo@vger.kernel.org
> > >--> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> > >--> 
> > 
> > ------- 
> > Web Hosting at cheep price, stating at $1 per moth with your own domain, .COM, .NET, .LK, .ORG etc..
> > PHP, CGI, Perl, MySQL, Cpanel 9, POP3, POP3s, SMTP, IMAP, FTP,
> > http://www.orbitsl.net
> > 
> > -
> > To unsubscribe from this list: send the line "unsubscribe linux-admin" in
> > the body of a message to majordomo@vger.kernel.org
> > More majordomo info at  http://vger.kernel.org/majordomo-info.html
> > 
> > 
> 
> -
> To unsubscribe from this list: send the line "unsubscribe linux-admin" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 
> 


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re[14]: Linux Help
  2004-07-20 17:07           ` Sascha Retzki
@ 2004-07-20 17:55             ` Kev
  0 siblings, 0 replies; 8+ messages in thread
From: Kev @ 2004-07-20 17:55 UTC (permalink / raw)
  To: lantis; +Cc: linux-admin

>Oh well, command is "modprobe 8139too" or "modprobe 8139cp" or "modrpobe
>ne" ... after you found out which one works, put it into /etc/modules.

oh yeah it works !!!! THANKS !!!

its 8139too


On Tue, 20 Jul 2004 19:07:49 +0200
Sascha Retzki <lantis@iqranet.info> wrote:

>Am Di, 2004-07-20 um 19.05 schrieb Sascha Retzki:
>> Am Di, 2004-07-20 um 18.46 schrieb Kev:
>> > I have installed Debina with out my LAN cards (Realtec) i did add the
>> > cards after the Denian installation, now i cant seem to get Debian to
>> > detect them :(
>> > 
>> 
>> Realtec ? Maybe 8139too or 8139cp... RealTek RTL-8029 ? that is ne ... .
>> ( ne is generally a module I constantly try because NE1/2000 are widely
>> used :) ). 
>> 
>Oh well, command is "modprobe 8139too" or "modprobe 8139cp" or "modrpobe
>ne" ... after you found out which one works, put it into /etc/modules.
>
>> 
>> > 
>> > On Tue, 20 Jul 2004 18:42:44 +0200
>> > Sascha Retzki <lantis@iqranet.info> wrote:
>> > 
>> > >--> Am Di, 2004-07-20 um 18.27 schrieb Kev:
>> > >--> > how can you make Debian Detect hardware after the installation ?
>> > >--> 
>> > >--> This question is ( among many other debian-specific questions ) covered
>> > >--> by their documentations, but ok :)
>> > >--> 
>> > >--> 
>> > >--> "detect" hardware .. hm .. first of, /etc/modules is a
>> > >--> one-modulename-per-line file is loaded at boottime, so this is the place
>> > >--> where you put the module-names in ( without the path or the .o ). The
>> > >--> detection is imho manually done with debian. Tip is to use modprobe
>> > >--> instead of isnmod to load dependencies of modules, use lspci -v to find
>> > >--> out all pci/Isa/... adapters and chipnames in your computer ... . Linux
>> > >--> module-names are named after chipsetname, not that what the vendor tries
>> > >--> to tell you on the cage ;) ... .
>> > >--> 
>> > >--> > 
>> > >--> > ------- 
>> > >--> > Web Hosting at cheep price, stating at $1 per moth with your own domain, .COM, .NET, .LK, .ORG etc..
>> > >--> > PHP, CGI, Perl, MySQL, Cpanel 9, POP3, POP3s, SMTP, IMAP, FTP,
>> > >--> > http://www.orbitsl.net
>> > >--> > 
>> > >--> > -
>> > >--> > To unsubscribe from this list: send the line "unsubscribe linux-admin" in
>> > >--> > the body of a message to majordomo@vger.kernel.org
>> > >--> > More majordomo info at  http://vger.kernel.org/majordomo-info.html
>> > >--> > 
>> > >--> > 
>> > >--> 
>> > >--> -
>> > >--> To unsubscribe from this list: send the line "unsubscribe linux-admin" in
>> > >--> the body of a message to majordomo@vger.kernel.org
>> > >--> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>> > >--> 
>> > 
>> > ------- 
>> > Web Hosting at cheep price, stating at $1 per moth with your own domain, .COM, .NET, .LK, .ORG etc..
>> > PHP, CGI, Perl, MySQL, Cpanel 9, POP3, POP3s, SMTP, IMAP, FTP,
>> > http://www.orbitsl.net
>> > 
>> > -
>> > To unsubscribe from this list: send the line "unsubscribe linux-admin" in
>> > the body of a message to majordomo@vger.kernel.org
>> > More majordomo info at  http://vger.kernel.org/majordomo-info.html
>> > 
>> > 
>> 
>> -
>> To unsubscribe from this list: send the line "unsubscribe linux-admin" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>> 
>> 
>
>-
>To unsubscribe from this list: send the line "unsubscribe linux-admin" in
>the body of a message to majordomo@vger.kernel.org
>More majordomo info at  http://vger.kernel.org/majordomo-info.html
>

------- 
Web Hosting at cheep price, stating at $1 per moth with your own domain, .COM, .NET, .LK, .ORG etc..
PHP, CGI, Perl, MySQL, Cpanel 9, POP3, POP3s, SMTP, IMAP, FTP,
http://www.orbitsl.net


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Linux Help
  2004-07-20 16:46       ` Re[12]: " Kev
  2004-07-20 17:05         ` Sascha Retzki
@ 2004-07-21  1:23         ` chuck gelm
  1 sibling, 0 replies; 8+ messages in thread
From: chuck gelm @ 2004-07-21  1:23 UTC (permalink / raw)
  To: Kev; +Cc: linux-admin

Uh, I like bottom posting and removing unnecessary lines.
Kev wrote:
> I have installed Debina with out my LAN cards (Realtec) i did add the
> cards after the Denian installation, now i cant seem to get Debian to
> detect them :(

What did you do and how did it fail?

Rheorical:

  How does hardware detection fall into administration?
  I would have posted this topic on linux-newbie.

> On Tue, 20 Jul 2004 18:42:44 +0200
> Sascha Retzki <lantis@iqranet.info> wrote:

>>--> Am Di, 2004-07-20 um 18.27 schrieb Kev:
>>--> > how can you make Debian Detect hardware after the installation ?
>>--> 
>>--> This question is ( among many other debian-specific questions ) covered
>>--> by their documentations, but ok :)

>>--> "detect" hardware .. hm .. first of, /etc/modules is a
>>--> one-modulename-per-line file is loaded at boottime, so this is the place
>>--> where you put the module-names in ( without the path or the .o ). The
>>--> detection is imho manually done with debian. Tip is to use modprobe
>>--> instead of isnmod to load dependencies of modules, use lspci -v to find
>>--> out all pci/Isa/... adapters and chipnames in your computer ... . Linux
>>--> module-names are named after chipsetname, not that what the vendor tries
>>--> to tell you on the cage ;) ... .

modprobe 8139too

HTH, Chuck


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2004-07-21  1:23 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20040720214345.16B6.SAVAGE-GARDEN@hanikamail.com>
     [not found] ` <1090339517.2470.11.camel@linux.local>
2004-07-20 16:27   ` Re[10]: Linux Help Kev
2004-07-20 16:42     ` Sascha Retzki
2004-07-20 16:46       ` Re[12]: " Kev
2004-07-20 17:05         ` Sascha Retzki
2004-07-20 17:07           ` Sascha Retzki
2004-07-20 17:55             ` Re[14]: " Kev
2004-07-21  1:23         ` chuck gelm
2004-07-20 16:57       ` Re[12]: " Kev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).