Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Jan 2007 15:39:14 -0800 (PST)
From:      Grant Wagner <kithera@yahoo.com>
To:        questions@freebsd.org
Subject:   Re: Can not compile kernel.
Message-ID:  <255952.69945.qm@web43106.mail.sp1.yahoo.com>
In-Reply-To: <op.tmtkp9guhbloih@xml.opera.com>

next in thread | previous in thread | raw e-mail | index | archive | help


applecom@inbox.ru wrote: Grant Wagner  wrote:

> Now I have a custom kernel which is failing to build. I've attached the  
> config file for it, and it fails trying to build with references about  
> ieee80211. The odd thing is I have no wireless in my box and have  
> commented out all the wireless references. What else is dependant on  
> them and should be commented out as well? The last bit of output is  
> below.

>  if_ural.o(.text+0xe5): In function `ural_next_scan':
>  : undefined reference to `ieee80211_next_scan'
>  *** Error code 1
> Stop in /usr/obj/usr/src/sys/STRIPPED.
>  *** Error code 1
> Stop in /usr/src.
>  *** Error code 1

Remove 'device ural' from your kernel config. file. Ural is a driver for  
wireless adapters and depends on 'device wlan' which is commented in your  
conf. file.

Thanks applecom, I noticed that too. My kernel have been compiled and now is installed and runs nicely
 
 Now, on to another problem. I am having difficulty installing cups and getting printing working on my Samsung ML-1710. I've installed cups from port, and the splix driver from http://splix.ap2c.org/. My printer shows up as /dev/ulpt0 and running "echo "stuff" > /dev/ulpt0" causes my printer to warm up, so I know at least I can write to the port and communication is working partially. In the cups menu, I added the printer, and attempted to print a test page. I get an error message saying my quota is full. Wierd as I don't have quota support on this machine.
 
 Any ideas?
 Grant

 
---------------------------------
 Get your own web address.
 Have a HUGE year through Yahoo! Small Business.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?255952.69945.qm>