Re: problem with linking kernel in 5.1 release by adding deviceumodem

2003-07-08 Thread utzkul
 On Sun, Jul 06, 2003 at 06:32:57PM +0200, [EMAIL PROTECTED] wrote:
 
  the LINT file is in 5.x the NOTES file!!
  but i only added the device umodem to the GENERIC kernel so all usb
  devices are included
  and also the make depend works fine!
  the error is by doing make!!!
 
 Calm down and read umodem(4).
 device umodem requires device ucom.
 
 

thanks !!!

-- 
+++ GMX - Mail, Messaging  more  http://www.gmx.net +++

Jetzt ein- oder umsteigen und USB-Speicheruhr als Prämie sichern!

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: problem with linking kernel in 5.1 release by adding deviceumodem

2003-07-08 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2003-07-08 11:34:38 +0200:
  On Sun, Jul 06, 2003 at 06:32:57PM +0200, [EMAIL PROTECTED] wrote:
  
   the LINT file is in 5.x the NOTES file!!
   but i only added the device umodem to the GENERIC kernel so all usb
   devices are included
   and also the make depend works fine!
   the error is by doing make!!!
  
  Calm down and read umodem(4).
  device umodem requires device ucom.
  
  
 
 thanks !!!

your exclamation point key is stuck!!!

-- 
If you cc me or remove the list(s) completely I'll most likely ignore
your message.see http://www.eyrie.org./~eagle/faqs/questions.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: problem with linking kernel in 5.1 release by adding deviceumodem

2003-07-06 Thread utzkul
 # [EMAIL PROTECTED] / 2003-07-05 17:56:02 +0200:
  linking kernel
  umodem.o: In function `umodem_attach':
  umodem.o(.text+0x4aa): undefined reference to `ucom_attach'
  umodem.o: In function `umodem_intr':
  umodem.o(.text+0x75d): undefined reference to `ucom_status_change'
  umodem.o: In function `umodem_detach':
  umodem.o(.text+0xcfd): undefined reference to `ucom_detach'
  umodem.o(.data+0x70): undefined reference to `ucom_devclass'
  *** Error code 1
  
  if i exclude the device umodem it works fine but i need it
 
 don't ignore the instructions and it'll work.
 
 -- 
 If you cc me or remove the list(s) completely I'll most likely ignore
 your message.see http://www.eyrie.org./~eagle/faqs/questions.html
 

where are the instruction???
there are only error messages???
and i didn't forget to make a make depend

thx

-- 
+++ GMX - Mail, Messaging  more  http://www.gmx.net +++

Jetzt ein- oder umsteigen und USB-Speicheruhr als Prämie sichern!

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: problem with linking kernel in 5.1 release by adding deviceumodem

2003-07-06 Thread Lowell Gilbert
Roman Neuhauser [EMAIL PROTECTED] writes:

 # [EMAIL PROTECTED] / 2003-07-05 17:56:02 +0200:
  linking kernel
  umodem.o: In function `umodem_attach':
  umodem.o(.text+0x4aa): undefined reference to `ucom_attach'
  umodem.o: In function `umodem_intr':
  umodem.o(.text+0x75d): undefined reference to `ucom_status_change'
  umodem.o: In function `umodem_detach':
  umodem.o(.text+0xcfd): undefined reference to `ucom_detach'
  umodem.o(.data+0x70): undefined reference to `ucom_devclass'
  *** Error code 1
  
  if i exclude the device umodem it works fine but i need it
 
 don't ignore the instructions and it'll work.

I'm not sure where the instructions are supposed to come from.  On
4.x, the LINT file tells you that you need device usb for all USB
support, but there is no LINT on 5.x.  As a 4.x user trying to give
advice to 5.x users, where can I point people to for those instructions?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: problem with linking kernel in 5.1 release by adding deviceumodem

2003-07-06 Thread Herbert
On Sun, Jul 06, 2003 at 06:32:57PM +0200, [EMAIL PROTECTED] wrote:

 the LINT file is in 5.x the NOTES file!!
 but i only added the device umodem to the GENERIC kernel so all usb
 devices are included
 and also the make depend works fine!
 the error is by doing make!!!

Calm down and read umodem(4).
device umodem requires device ucom.



pgp0.pgp
Description: PGP signature


Re: problem with linking kernel in 5.1 release by adding deviceumodem

2003-07-05 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2003-07-05 17:56:02 +0200:
 linking kernel
 umodem.o: In function `umodem_attach':
 umodem.o(.text+0x4aa): undefined reference to `ucom_attach'
 umodem.o: In function `umodem_intr':
 umodem.o(.text+0x75d): undefined reference to `ucom_status_change'
 umodem.o: In function `umodem_detach':
 umodem.o(.text+0xcfd): undefined reference to `ucom_detach'
 umodem.o(.data+0x70): undefined reference to `ucom_devclass'
 *** Error code 1
 
 if i exclude the device umodem it works fine but i need it

don't ignore the instructions and it'll work.

-- 
If you cc me or remove the list(s) completely I'll most likely ignore
your message.see http://www.eyrie.org./~eagle/faqs/questions.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]