detecting and loading modules
HI All, I was trying to figure out how to look at which modules I am running and if one is not running force it to load. The module that I am specifically interested in is the tulip.o module for my pcmcia card. thanks, Andy __ Do You Yahoo!? Yahoo! Messenger - Talk while you surf! It's FREE. http://im.yahoo.com/
Re: detecting and loading modules
On Tue, Oct 31, 2000 at 04:59:31AM -0800, Andrew Dixon wrote: > HI All, > I was trying to figure out how to look at which > modules I am running and if one is not running force > it to load. > > The module that I am specifically interested in is the > tulip.o module for my pcmcia card. > lsmod displays loaded modules. modprobe -k tulip will load the tulip module (though pcmcia-cs should handle this itself). Drew -- PGP public key available at http://dparsons.webjump.com/drewskey.txt Fingerprint: A110 EAE1 D7D2 8076 5FE0 EC0A B6CE 7041 6412 4E4A
Unidentified subject!
Drew Parsons wrote: lsmod displays loaded modules. -- lsmod gives: #lsmod Module PagesUsed by memory_cs20 ds 2[memory_cs]2 i82365 52 pcmcia_core 9[memory_cs ds i82365]0 modprobe -k tulip will load the tulip module (though pcmcia-cs should handle this itself). and modprobe gives: #modprobe -k tulip /lib/modules/2.0.38/net/tulip.o: init_module: Device or resource busy Can you make any sence out of this? I can't find a man page for pcmcia-cs, what is it? thanks for your help, Andy __ Do You Yahoo!? Yahoo! Messenger - Talk while you surf! It's FREE. http://im.yahoo.com/
couldn't boot existing NT partition.
>"G. L. `Griz' Inabnit" wrote: > The entry in /etc/lilo.conf SHOULD read: > > other = /dev/hda1 > label = dos > table=/dev/hda I did exactly like this, but still get the msg "no such image". when I type , it shows only 'linux'. it looks like the installation erased the label for my NT partition. Can I reset it in linux? I couldn't find such under linux's fdisk thank you ! Ben > Take the (s) off of "other". :--) See if that flys. > > On Monday 30 October 2000 09:58 am, Benjamin F. Zhou wrote: > > Hi, thank you all so much for the replies. > > Desperated, I reinstalled Linux on my PC. I learned a lesson and a lot > > of knowledge from you all. But now I could not boot to my NT partition. > > I run fdisk and see clearly NTFS partition is there and marked as > > bootable (that *). I also added an entry > > under /etc/lilo.conf > > > > others = /dev/hda1 > > label = dos > > > > But I get the msg: "image not found" when I type "dos" at lilo. > > > > During the reinstallation, I noticed my NT partition didnt appear when > > the program asked me about boot partition labels. > > > > Can I still add that manually? > > > > thanks a looot > > > > Ben > > > > On Sat, 28 Oct 2000, Heather wrote: > > > > Bryan, thanks a lot for reply. > > > > I tried to set the permission to the new /tmp to 777. startx as root, > > > > still get the same result. the error msg are as followed: > > > > > > It needs to also be sticky: > > > chmod +t /tmp > > > > > > > _Font TransSocketUNIXConnect - can't connect:error=111 > > > > failed to set default path 'unix/:-1' > > > > Fatal server error > > > > could not open default font 'fixed' > > > > > > > > I also install the font server but still the same. What can I do > > > > still? > > > > > > > > thank you > > > > Ben > > > > > > > > On Sat, 28 Oct 2000, Bryan K. Walton wrote: > > > > > Recreate /tmp and make sure that the permissions are set correctly so > > > > > that users other than root can read the directory. > > > > > > > > > > -Bryan > > > > > > > > > > On Sat, Oct 28, 2000 at 04:28:21PM -0400, Benjamin F. Zhou wrote: > > > > > > Hi, > > > > > > > > > > > > I got a message saying the file system on which /tmp is located is > > > > > > full. > > > > > > > > > > > > Thinking /tmp contains only temperary files, I deleted them all. > > > > > > But after that I can no longer start X. I can still run > > > > > > Xconfigurator and configured successfully. > > > > > > But startx keeps failing. > > > > > > > > > > > > what should I reinstall? I want to avoid reinstalling from scratch. > > > > > > > > > > > > thanks a lot for your hint > > > > > > > > > > > > Ben
Re: TPad-600E and kernel 2.4
On 2000-10-30 04:11, Sale, Nigel wrote: >Just wondering if anybody has had any sucess using the latest debianised 2.4 > kernel source (test5 i think) on a Thinkpad 600E ? > >2.2.17 works fine, but when i use my 2.4.0 kernel i get hda errors, dma > errors and interrupt errors. I have kept the approriate kernel config > options the same between the two kernels. Playing with the options make no > difference. Turning DMA off makes things last a bit longer, but DMA worked > fine with 2.2.17, > >If anybody has sucess could they send me there .config file ? It worked fine for me when I was running 2.4.0-test5 on my old 600E. Here's the .config file from the test7 kernel I ran which should be similar to the test5 kernel I used (I haven't got the test5 config file any more). -- If you can't program in C, PERL, and shell scripts then don't call yourself a Unix administrator. Every idiot on the net is claiming to be a Unix admin. :( http://www.coker.com.au/projects.html Projects I am working on http://www.coker.com.au/~russell/ My home page # # Automatically generated make config: don't edit # CONFIG_X86=y CONFIG_ISA=y # CONFIG_SBUS is not set CONFIG_UID16=y # # Code maturity level options # CONFIG_EXPERIMENTAL=y # # Loadable module support # CONFIG_MODULES=y # CONFIG_MODVERSIONS is not set CONFIG_KMOD=y # # Processor type and features # # CONFIG_M386 is not set # CONFIG_M486 is not set CONFIG_M586=y # CONFIG_M586TSC is not set # CONFIG_M586MMX is not set # CONFIG_M686 is not set # CONFIG_M686FXSR is not set # CONFIG_MK6 is not set # CONFIG_MK7 is not set # CONFIG_MCRUSOE is not set # CONFIG_MWINCHIPC6 is not set # CONFIG_MWINCHIP2 is not set # CONFIG_MWINCHIP3D is not set CONFIG_X86_WP_WORKS_OK=y CONFIG_X86_INVLPG=y CONFIG_X86_CMPXCHG=y CONFIG_X86_BSWAP=y CONFIG_X86_POPAD_OK=y CONFIG_X86_L1_CACHE_BYTES=32 CONFIG_X86_USE_STRING_486=y CONFIG_X86_ALIGNMENT_16=y CONFIG_MICROCODE=m CONFIG_X86_MSR=m CONFIG_X86_CPUID=m CONFIG_NOHIGHMEM=y # CONFIG_HIGHMEM4G is not set # CONFIG_HIGHMEM64G is not set # CONFIG_MATH_EMULATION is not set # CONFIG_MTRR is not set # CONFIG_SMP is not set CONFIG_X86_UP_IOAPIC=y CONFIG_X86_IO_APIC=y CONFIG_X86_LOCAL_APIC=y # # General setup # CONFIG_NET=y # CONFIG_VISWS is not set CONFIG_PCI=y # CONFIG_PCI_GOBIOS is not set # CONFIG_PCI_GODIRECT is not set CONFIG_PCI_GOANY=y CONFIG_PCI_BIOS=y CONFIG_PCI_DIRECT=y CONFIG_PCI_NAMES=y # CONFIG_MCA is not set CONFIG_HOTPLUG=y # # PCMCIA/CardBus support # CONFIG_PCMCIA=m CONFIG_CARDBUS=y CONFIG_SYSVIPC=y # CONFIG_BSD_PROCESS_ACCT is not set CONFIG_SYSCTL=y CONFIG_KCORE_ELF=y # CONFIG_KCORE_AOUT is not set # CONFIG_BINFMT_AOUT is not set CONFIG_BINFMT_ELF=y CONFIG_BINFMT_MISC=m CONFIG_PM=y # CONFIG_ACPI is not set CONFIG_APM=y # CONFIG_APM_IGNORE_USER_SUSPEND is not set CONFIG_APM_DO_ENABLE=y CONFIG_APM_CPU_IDLE=y CONFIG_APM_DISPLAY_BLANK=y CONFIG_APM_RTC_IS_GMT=y CONFIG_APM_ALLOW_INTS=y # CONFIG_APM_REAL_MODE_POWER_OFF is not set # # Memory Technology Devices (MTD) # # CONFIG_MTD is not set # # Parallel port support # CONFIG_PARPORT=m CONFIG_PARPORT_PC=m CONFIG_PARPORT_PC_FIFO=y # CONFIG_PARPORT_PC_SUPERIO is not set # CONFIG_PARPORT_AMIGA is not set # CONFIG_PARPORT_MFC3 is not set # CONFIG_PARPORT_ATARI is not set # CONFIG_PARPORT_SUNBPP is not set # CONFIG_PARPORT_OTHER is not set CONFIG_PARPORT_1284=y # # Plug and Play configuration # CONFIG_PNP=m CONFIG_ISAPNP=m # # Block devices # CONFIG_BLK_DEV_FD=m # CONFIG_BLK_DEV_XD is not set # CONFIG_PARIDE is not set # CONFIG_BLK_CPQ_DA is not set # CONFIG_BLK_DEV_DAC960 is not set CONFIG_BLK_DEV_LOOP=m # CONFIG_BLK_DEV_NBD is not set CONFIG_BLK_DEV_LVM=m CONFIG_LVM_PROC_FS=y CONFIG_BLK_DEV_MD=y # CONFIG_MD_LINEAR is not set CONFIG_MD_RAID0=m CONFIG_MD_RAID1=m CONFIG_MD_RAID5=m # CONFIG_BLK_DEV_RAM is not set # CONFIG_BLK_DEV_INITRD is not set # # Networking options # CONFIG_PACKET=m CONFIG_PACKET_MMAP=y CONFIG_NETLINK=y CONFIG_RTNETLINK=y # CONFIG_NETLINK_DEV is not set CONFIG_NETFILTER=y CONFIG_NETFILTER_DEBUG=y CONFIG_FILTER=y CONFIG_UNIX=y CONFIG_INET=y CONFIG_IP_MULTICAST=y CONFIG_IP_ADVANCED_ROUTER=y CONFIG_RTNETLINK=y CONFIG_NETLINK=y CONFIG_IP_MULTIPLE_TABLES=y # CONFIG_IP_ROUTE_FWMARK is not set # CONFIG_IP_ROUTE_NAT is not set CONFIG_IP_ROUTE_MULTIPATH=y # CONFIG_IP_ROUTE_TOS is not set CONFIG_IP_ROUTE_VERBOSE=y # CONFIG_IP_ROUTE_LARGE_TABLES is not set # CONFIG_IP_PNP is not set CONFIG_NET_IPIP=m CONFIG_NET_IPGRE=m # CONFIG_NET_IPGRE_BROADCAST is not set CONFIG_IP_MROUTE=y CONFIG_IP_PIMSM_V1=y # CONFIG_IP_PIMSM_V2 is not set # CONFIG_ARPD is not set CONFIG_INET_ECN=y CONFIG_SYN_COOKIES=y # # IP: Netfilter Configuration # CONFIG_IP_NF_CONNTRACK=m CONFIG_IP_NF_FTP=m CONFIG_IP_NF_QUEUE=m CONFIG_IP_NF_IPTABLES=m CONFIG_IP_NF_MATCH_LIMIT=m CONFIG_IP_NF_MATCH_MAC=m # CONFIG_IP_NF_MATCH_MARK is not set CONFIG_IP_NF_MATCH_MULTIPORT=m CONFIG_IP_NF_MATCH_TOS=m CONFIG_IP_NF_MATCH_STATE=m CONFIG_IP_NF_MATCH_UNCLEAN=m CONFIG_IP_NF_MATCH_OWNER=m CONFIG_IP_NF_FILTER=m CONFIG_IP_NF_TARGET_
Re: couldn't boot existing NT partition.
"Benjamin F. Zhou" wrote: > > other = /dev/hda1 > > label = dos > > table=/dev/hda > > I did exactly like this, but still get the msg "no such image". when I > type , it shows only 'linux'. This almost certainly means that you did not rerun "lilo" after editing the lilo.conf file. --Greg
Re: couldn't boot existing NT partition.
Hi, you are right, I didn't rerun lilo, will run it tonight. thank you all sooooo much for the generous help. best regards, Ben On Tue, 31 Oct 2000, Greg Woods wrote: > "Benjamin F. Zhou" wrote: > > > > other = /dev/hda1 > > > label = dos > > > table=/dev/hda > > > > I did exactly like this, but still get the msg "no such image". when I > > type , it shows only 'linux'. > > This almost certainly means that you did not rerun "lilo" after editing > the lilo.conf file. > > --Greg >
rolling a kernel for a different machine
Hi All, I'm trying to roll a kernel for my laptop using my desktop machine. I tried the usual: #make config #make dep #make clean #make bzdisk and as I expected the boot disk does not work. Can anyone give me any pointers on rolling a kernel on one machine for an other? thanks, Andy __ Do You Yahoo!? Yahoo! Messenger - Talk while you surf! It's FREE. http://im.yahoo.com/
Re: detecting and loading modules
Drew, Is it the Xircom Realport card? (There are several known problems here..) What version of the kernel are you running? (The module was renamed -> 2.4.x) For PCMCIA, have a look at /etc/pcmcia/config, and see if you can find your card in there. This (with cardmgr) is what looks after loading and unloading modules for pcmcia/cardbus cards. Paul On Tue, Oct 31, 2000 at 04:59:31AM -0800, Andrew Dixon wrote: > HI All, > I was trying to figure out how to look at which > modules I am running and if one is not running force > it to load. > > The module that I am specifically interested in is the > tulip.o module for my pcmcia card. > lsmod displays loaded modules. modprobe -k tulip will load the tulip module (though pcmcia-cs should handle this itself). Drew -- PGP public key available at http://dparsons.webjump.com/drewskey.txt Fingerprint: A110 EAE1 D7D2 8076 5FE0 EC0A B6CE 7041 6412 4E4A -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: rolling a kernel for a different machine
On Tue, Oct 31, 2000 at 11:56:26AM -0800, Andrew Dixon wrote: > Hi All, > I'm trying to roll a kernel for my laptop using my > desktop machine. I tried the usual: > > #make config > #make dep > #make clean > #make bzdisk > > and as I expected the boot disk does not work. Can > anyone give me any pointers on rolling a kernel on one > machine for an other? > Have you tried make-kpkg yet ? It builds a kernel-image in *.deb format. Regards Joerg -- - Joerg Braukhoff eMail: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> -
Re: rolling a kernel for a different machine
on Tue, Oct 31, 2000 at 11:56:26AM -0800, Andrew Dixon ([EMAIL PROTECTED]) wrote: > Hi All, > I'm trying to roll a kernel for my laptop using my > desktop machine. I tried the usual: > > #make config > #make dep > #make clean > #make bzdisk > > and as I expected the boot disk does not work. Can > anyone give me any pointers on rolling a kernel on one > machine for an other? Your boot disk has to point to the root partition of the system it's booting on. What failure or error messages are you getting from the laptop when you try to boot? -- Karsten M. Self http://www.netcom.com/~kmself Evangelist, Opensales, Inc.http://www.opensales.org What part of "Gestalt" don't you understand? There is no K5 cabal http://gestalt-system.sourceforge.net/http://www.kuro5hin.org pgpMf89PfnBap.pgp Description: PGP signature
Re: detecting and loading modules
Paul Schulz wrote: Drew, Is it the Xircom Realport card? (There are several known problems here..) No, it's a NetGear 510c. It says on the box that it's Linux compatable and I even got the customer service guys to reply to my e-mail with some helpful advice. (that's where I found out that it needs the tulip.o module) What version of the kernel are you running? (The module was renamed -> 2.4.x) I'm running a 2.0.xx. That could very well be the problem so right now I'm trying to roll a custom kernel. For PCMCIA, have a look at /etc/pcmcia/config, and see if you can find your card in there. This (with cardmgr) is what looks after loading and unloading modules for pcmcia/cardbus cards. I'm not sure what the entry in /etc/pcmcia/config should look like. I did find a NetGear card in there bet its a different one and cardctl ident gives: #cardctl ident Socket 0: no product info available Socket 1: no product info available So I don't think it even recognizes that there's a card in the slot. I don't have another card to try so I don't know if this is the card or my setup. Any thoughts. Like I said I'm going to try a newer kernel and see what that does. later, __ Do You Yahoo!? >From homework help to love advice, Yahoo! Experts has your answer. http://experts.yahoo.com/
Re: rolling a kernel for a different machine
kmself@ix.netcom.com wrote: Your boot disk has to point to the root partition of the system it's booting on. What failure or error messages are you getting from the laptop when you try to boot? everything is smooth through the partition check and then I get: Invalid session number or type of track Kernel panic: VFS: Unable to mount root fs on 03:01 seems like your on the right track. Any idea how to fix it? thanks, Andy __ Do You Yahoo!? >From homework help to love advice, Yahoo! Experts has your answer. http://experts.yahoo.com/
Re: detecting and loading modules
On Tue, Oct 31, 2000 at 04:59:31AM -0800, Andrew Dixon wrote: > HI All, > I was trying to figure out how to look at which > modules I am running and if one is not running force > it to load. > > The module that I am specifically interested in is the > tulip.o module for my pcmcia card. > lsmod displays loaded modules. modprobe -k tulip will load the tulip module (though pcmcia-cs should handle this itself). Drew -- PGP public key available at http://dparsons.webjump.com/drewskey.txt Fingerprint: A110 EAE1 D7D2 8076 5FE0 EC0A B6CE 7041 6412 4E4A -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Unidentified subject!
Drew Parsons wrote: lsmod displays loaded modules. -- lsmod gives: #lsmod Module PagesUsed by memory_cs20 ds 2[memory_cs]2 i82365 52 pcmcia_core 9[memory_cs ds i82365]0 modprobe -k tulip will load the tulip module (though pcmcia-cs should handle this itself). and modprobe gives: #modprobe -k tulip /lib/modules/2.0.38/net/tulip.o: init_module: Device or resource busy Can you make any sence out of this? I can't find a man page for pcmcia-cs, what is it? thanks for your help, Andy __ Do You Yahoo!? Yahoo! Messenger - Talk while you surf! It's FREE. http://im.yahoo.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
couldn't boot existing NT partition.
>"G. L. `Griz' Inabnit" wrote: > The entry in /etc/lilo.conf SHOULD read: > > other = /dev/hda1 > label = dos > table=/dev/hda I did exactly like this, but still get the msg "no such image". when I type , it shows only 'linux'. it looks like the installation erased the label for my NT partition. Can I reset it in linux? I couldn't find such under linux's fdisk thank you ! Ben > Take the (s) off of "other". :--) See if that flys. > > On Monday 30 October 2000 09:58 am, Benjamin F. Zhou wrote: > > Hi, thank you all so much for the replies. > > Desperated, I reinstalled Linux on my PC. I learned a lesson and a lot > > of knowledge from you all. But now I could not boot to my NT partition. > > I run fdisk and see clearly NTFS partition is there and marked as > > bootable (that *). I also added an entry > > under /etc/lilo.conf > > > > others = /dev/hda1 > > label = dos > > > > But I get the msg: "image not found" when I type "dos" at lilo. > > > > During the reinstallation, I noticed my NT partition didnt appear when > > the program asked me about boot partition labels. > > > > Can I still add that manually? > > > > thanks a looot > > > > Ben > > > > On Sat, 28 Oct 2000, Heather wrote: > > > > Bryan, thanks a lot for reply. > > > > I tried to set the permission to the new /tmp to 777. startx as root, > > > > still get the same result. the error msg are as followed: > > > > > > It needs to also be sticky: > > > chmod +t /tmp > > > > > > > _Font TransSocketUNIXConnect - can't connect:error=111 > > > > failed to set default path 'unix/:-1' > > > > Fatal server error > > > > could not open default font 'fixed' > > > > > > > > I also install the font server but still the same. What can I do > > > > still? > > > > > > > > thank you > > > > Ben > > > > > > > > On Sat, 28 Oct 2000, Bryan K. Walton wrote: > > > > > Recreate /tmp and make sure that the permissions are set correctly so > > > > > that users other than root can read the directory. > > > > > > > > > > -Bryan > > > > > > > > > > On Sat, Oct 28, 2000 at 04:28:21PM -0400, Benjamin F. Zhou wrote: > > > > > > Hi, > > > > > > > > > > > > I got a message saying the file system on which /tmp is located is > > > > > > full. > > > > > > > > > > > > Thinking /tmp contains only temperary files, I deleted them all. > > > > > > But after that I can no longer start X. I can still run > > > > > > Xconfigurator and configured successfully. > > > > > > But startx keeps failing. > > > > > > > > > > > > what should I reinstall? I want to avoid reinstalling from scratch. > > > > > > > > > > > > thanks a lot for your hint > > > > > > > > > > > > Ben -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: TPad-600E and kernel 2.4
On 2000-10-30 04:11, Sale, Nigel wrote: >Just wondering if anybody has had any sucess using the latest debianised 2.4 > kernel source (test5 i think) on a Thinkpad 600E ? > >2.2.17 works fine, but when i use my 2.4.0 kernel i get hda errors, dma > errors and interrupt errors. I have kept the approriate kernel config > options the same between the two kernels. Playing with the options make no > difference. Turning DMA off makes things last a bit longer, but DMA worked > fine with 2.2.17, > >If anybody has sucess could they send me there .config file ? It worked fine for me when I was running 2.4.0-test5 on my old 600E. Here's the .config file from the test7 kernel I ran which should be similar to the test5 kernel I used (I haven't got the test5 config file any more). -- If you can't program in C, PERL, and shell scripts then don't call yourself a Unix administrator. Every idiot on the net is claiming to be a Unix admin. :( http://www.coker.com.au/projects.html Projects I am working on http://www.coker.com.au/~russell/ My home page # # Automatically generated make config: don't edit # CONFIG_X86=y CONFIG_ISA=y # CONFIG_SBUS is not set CONFIG_UID16=y # # Code maturity level options # CONFIG_EXPERIMENTAL=y # # Loadable module support # CONFIG_MODULES=y # CONFIG_MODVERSIONS is not set CONFIG_KMOD=y # # Processor type and features # # CONFIG_M386 is not set # CONFIG_M486 is not set CONFIG_M586=y # CONFIG_M586TSC is not set # CONFIG_M586MMX is not set # CONFIG_M686 is not set # CONFIG_M686FXSR is not set # CONFIG_MK6 is not set # CONFIG_MK7 is not set # CONFIG_MCRUSOE is not set # CONFIG_MWINCHIPC6 is not set # CONFIG_MWINCHIP2 is not set # CONFIG_MWINCHIP3D is not set CONFIG_X86_WP_WORKS_OK=y CONFIG_X86_INVLPG=y CONFIG_X86_CMPXCHG=y CONFIG_X86_BSWAP=y CONFIG_X86_POPAD_OK=y CONFIG_X86_L1_CACHE_BYTES=32 CONFIG_X86_USE_STRING_486=y CONFIG_X86_ALIGNMENT_16=y CONFIG_MICROCODE=m CONFIG_X86_MSR=m CONFIG_X86_CPUID=m CONFIG_NOHIGHMEM=y # CONFIG_HIGHMEM4G is not set # CONFIG_HIGHMEM64G is not set # CONFIG_MATH_EMULATION is not set # CONFIG_MTRR is not set # CONFIG_SMP is not set CONFIG_X86_UP_IOAPIC=y CONFIG_X86_IO_APIC=y CONFIG_X86_LOCAL_APIC=y # # General setup # CONFIG_NET=y # CONFIG_VISWS is not set CONFIG_PCI=y # CONFIG_PCI_GOBIOS is not set # CONFIG_PCI_GODIRECT is not set CONFIG_PCI_GOANY=y CONFIG_PCI_BIOS=y CONFIG_PCI_DIRECT=y CONFIG_PCI_NAMES=y # CONFIG_MCA is not set CONFIG_HOTPLUG=y # # PCMCIA/CardBus support # CONFIG_PCMCIA=m CONFIG_CARDBUS=y CONFIG_SYSVIPC=y # CONFIG_BSD_PROCESS_ACCT is not set CONFIG_SYSCTL=y CONFIG_KCORE_ELF=y # CONFIG_KCORE_AOUT is not set # CONFIG_BINFMT_AOUT is not set CONFIG_BINFMT_ELF=y CONFIG_BINFMT_MISC=m CONFIG_PM=y # CONFIG_ACPI is not set CONFIG_APM=y # CONFIG_APM_IGNORE_USER_SUSPEND is not set CONFIG_APM_DO_ENABLE=y CONFIG_APM_CPU_IDLE=y CONFIG_APM_DISPLAY_BLANK=y CONFIG_APM_RTC_IS_GMT=y CONFIG_APM_ALLOW_INTS=y # CONFIG_APM_REAL_MODE_POWER_OFF is not set # # Memory Technology Devices (MTD) # # CONFIG_MTD is not set # # Parallel port support # CONFIG_PARPORT=m CONFIG_PARPORT_PC=m CONFIG_PARPORT_PC_FIFO=y # CONFIG_PARPORT_PC_SUPERIO is not set # CONFIG_PARPORT_AMIGA is not set # CONFIG_PARPORT_MFC3 is not set # CONFIG_PARPORT_ATARI is not set # CONFIG_PARPORT_SUNBPP is not set # CONFIG_PARPORT_OTHER is not set CONFIG_PARPORT_1284=y # # Plug and Play configuration # CONFIG_PNP=m CONFIG_ISAPNP=m # # Block devices # CONFIG_BLK_DEV_FD=m # CONFIG_BLK_DEV_XD is not set # CONFIG_PARIDE is not set # CONFIG_BLK_CPQ_DA is not set # CONFIG_BLK_DEV_DAC960 is not set CONFIG_BLK_DEV_LOOP=m # CONFIG_BLK_DEV_NBD is not set CONFIG_BLK_DEV_LVM=m CONFIG_LVM_PROC_FS=y CONFIG_BLK_DEV_MD=y # CONFIG_MD_LINEAR is not set CONFIG_MD_RAID0=m CONFIG_MD_RAID1=m CONFIG_MD_RAID5=m # CONFIG_BLK_DEV_RAM is not set # CONFIG_BLK_DEV_INITRD is not set # # Networking options # CONFIG_PACKET=m CONFIG_PACKET_MMAP=y CONFIG_NETLINK=y CONFIG_RTNETLINK=y # CONFIG_NETLINK_DEV is not set CONFIG_NETFILTER=y CONFIG_NETFILTER_DEBUG=y CONFIG_FILTER=y CONFIG_UNIX=y CONFIG_INET=y CONFIG_IP_MULTICAST=y CONFIG_IP_ADVANCED_ROUTER=y CONFIG_RTNETLINK=y CONFIG_NETLINK=y CONFIG_IP_MULTIPLE_TABLES=y # CONFIG_IP_ROUTE_FWMARK is not set # CONFIG_IP_ROUTE_NAT is not set CONFIG_IP_ROUTE_MULTIPATH=y # CONFIG_IP_ROUTE_TOS is not set CONFIG_IP_ROUTE_VERBOSE=y # CONFIG_IP_ROUTE_LARGE_TABLES is not set # CONFIG_IP_PNP is not set CONFIG_NET_IPIP=m CONFIG_NET_IPGRE=m # CONFIG_NET_IPGRE_BROADCAST is not set CONFIG_IP_MROUTE=y CONFIG_IP_PIMSM_V1=y # CONFIG_IP_PIMSM_V2 is not set # CONFIG_ARPD is not set CONFIG_INET_ECN=y CONFIG_SYN_COOKIES=y # # IP: Netfilter Configuration # CONFIG_IP_NF_CONNTRACK=m CONFIG_IP_NF_FTP=m CONFIG_IP_NF_QUEUE=m CONFIG_IP_NF_IPTABLES=m CONFIG_IP_NF_MATCH_LIMIT=m CONFIG_IP_NF_MATCH_MAC=m # CONFIG_IP_NF_MATCH_MARK is not set CONFIG_IP_NF_MATCH_MULTIPORT=m CONFIG_IP_NF_MATCH_TOS=m CONFIG_IP_NF_MATCH_STATE=m CONFIG_IP_NF_MATCH_UNCLEAN=m CONFIG_IP_NF_MATCH_OWNER=m CONFIG_IP_NF_FILTER=m CONFIG_IP_NF_TARG
Re: couldn't boot existing NT partition.
"Benjamin F. Zhou" wrote: > > other = /dev/hda1 > > label = dos > > table=/dev/hda > > I did exactly like this, but still get the msg "no such image". when I > type , it shows only 'linux'. This almost certainly means that you did not rerun "lilo" after editing the lilo.conf file. --Greg -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: couldn't boot existing NT partition.
Hi, you are right, I didn't rerun lilo, will run it tonight. thank you all sooooo much for the generous help. best regards, Ben On Tue, 31 Oct 2000, Greg Woods wrote: > "Benjamin F. Zhou" wrote: > > > > other = /dev/hda1 > > > label = dos > > > table=/dev/hda > > > > I did exactly like this, but still get the msg "no such image". when I > > type , it shows only 'linux'. > > This almost certainly means that you did not rerun "lilo" after editing > the lilo.conf file. > > --Greg > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: detecting and loading modules
Drew, Is it the Xircom Realport card? (There are several known problems here..) What version of the kernel are you running? (The module was renamed -> 2.4.x) For PCMCIA, have a look at /etc/pcmcia/config, and see if you can find your card in there. This (with cardmgr) is what looks after loading and unloading modules for pcmcia/cardbus cards. Paul On Tue, Oct 31, 2000 at 04:59:31AM -0800, Andrew Dixon wrote: > HI All, > I was trying to figure out how to look at which > modules I am running and if one is not running force > it to load. > > The module that I am specifically interested in is the > tulip.o module for my pcmcia card. > lsmod displays loaded modules. modprobe -k tulip will load the tulip module (though pcmcia-cs should handle this itself). Drew -- PGP public key available at http://dparsons.webjump.com/drewskey.txt Fingerprint: A110 EAE1 D7D2 8076 5FE0 EC0A B6CE 7041 6412 4E4A -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: rolling a kernel for a different machine
On Tue, Oct 31, 2000 at 11:56:26AM -0800, Andrew Dixon wrote: > Hi All, > I'm trying to roll a kernel for my laptop using my > desktop machine. I tried the usual: > > #make config > #make dep > #make clean > #make bzdisk > > and as I expected the boot disk does not work. Can > anyone give me any pointers on rolling a kernel on one > machine for an other? > Have you tried make-kpkg yet ? It builds a kernel-image in *.deb format. Regards Joerg -- - Joerg Braukhoff eMail: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> - -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: detecting and loading modules
Paul Schulz wrote: Drew, Is it the Xircom Realport card? (There are several known problems here..) No, it's a NetGear 510c. It says on the box that it's Linux compatable and I even got the customer service guys to reply to my e-mail with some helpful advice. (that's where I found out that it needs the tulip.o module) What version of the kernel are you running? (The module was renamed -> 2.4.x) I'm running a 2.0.xx. That could very well be the problem so right now I'm trying to roll a custom kernel. For PCMCIA, have a look at /etc/pcmcia/config, and see if you can find your card in there. This (with cardmgr) is what looks after loading and unloading modules for pcmcia/cardbus cards. I'm not sure what the entry in /etc/pcmcia/config should look like. I did find a NetGear card in there bet its a different one and cardctl ident gives: #cardctl ident Socket 0: no product info available Socket 1: no product info available So I don't think it even recognizes that there's a card in the slot. I don't have another card to try so I don't know if this is the card or my setup. Any thoughts. Like I said I'm going to try a newer kernel and see what that does. later, __ Do You Yahoo!? >From homework help to love advice, Yahoo! Experts has your answer. http://experts.yahoo.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
InterMezzo and Debian
Is anyone using InterMezzo with Debian? It looks like quite a good system --- especially for connecting laptops with desktops. Are there plans to provide a Debian package for InterMezzo? Cheers, Mark. -- _/\___/~~\ /~~\_/~~\__/~~\__Mark_Phillips /~~\_/~~\[EMAIL PROTECTED] /~~\HE___/~~\__/~~\APTAIN_ /~~\__/~~\ __ "They told me I was gullible ... and I believed them!" -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
rolling a kernel for a different machine
Hi All, I'm trying to roll a kernel for my laptop using my desktop machine. I tried the usual: #make config #make dep #make clean #make bzdisk and as I expected the boot disk does not work. Can anyone give me any pointers on rolling a kernel on one machine for an other? thanks, Andy __ Do You Yahoo!? Yahoo! Messenger - Talk while you surf! It's FREE. http://im.yahoo.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: rolling a kernel for a different machine
on Tue, Oct 31, 2000 at 11:56:26AM -0800, Andrew Dixon ([EMAIL PROTECTED]) wrote: > Hi All, > I'm trying to roll a kernel for my laptop using my > desktop machine. I tried the usual: > > #make config > #make dep > #make clean > #make bzdisk > > and as I expected the boot disk does not work. Can > anyone give me any pointers on rolling a kernel on one > machine for an other? Your boot disk has to point to the root partition of the system it's booting on. What failure or error messages are you getting from the laptop when you try to boot? -- Karsten M. Self <[EMAIL PROTECTED]> http://www.netcom.com/~kmself Evangelist, Opensales, Inc.http://www.opensales.org What part of "Gestalt" don't you understand? There is no K5 cabal http://gestalt-system.sourceforge.net/http://www.kuro5hin.org PGP signature
detecting and loading modules
HI All, I was trying to figure out how to look at which modules I am running and if one is not running force it to load. The module that I am specifically interested in is the tulip.o module for my pcmcia card. thanks, Andy __ Do You Yahoo!? Yahoo! Messenger - Talk while you surf! It's FREE. http://im.yahoo.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: rolling a kernel for a different machine
[EMAIL PROTECTED] wrote: Your boot disk has to point to the root partition of the system it's booting on. What failure or error messages are you getting from the laptop when you try to boot? everything is smooth through the partition check and then I get: Invalid session number or type of track Kernel panic: VFS: Unable to mount root fs on 03:01 seems like your on the right track. Any idea how to fix it? thanks, Andy __ Do You Yahoo!? >From homework help to love advice, Yahoo! Experts has your answer. http://experts.yahoo.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]