Matt, On Tue, 04 Mar 2003 15:59:20 MST Matt Russell wrote:
> Module installs fine but won't bring up the modem. Hardware is fine since it > can still be brought up in rc2 without any hesitation. anyone have any > ideas? Early in the Bering RC series, serial support was via a kernel module and you needed serial.o for serial support. In later releases, including 1.0 and 1.1, serial support is compiled directly into the kernel: $ KERNEL=http://leaf-project.org/devel/jnilo//bering/1.1/development/kernel $ lynx -source $KERNEL/Bering-2.4.20.config | grep CONFIG_SERIAL= CONFIG_SERIAL=y You no longer needneed serial.o . It should not be in Bering 1.1 module tree[1] so I'm curious where you got it from. --Brad [1] http://leaf.sourceforge.net/devel/jnilo/bering/1.1/modules/2.4.20/ ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.com ------------------------------------------------------------------------ leaf-user mailing list: [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html
