Resource Unavaliable
I have a pcmcia problem. I have a 3com nic that i can't get to work. When i put it into the slot it ids the card correctly and calls insmod to load the driver. The next thing i get (in syslog) is a message from the kernel saying "3c589_cs: RequestIRQ: Resource in use". Next i get a message from cardmgr saying "get dev info on socket 0 failed: Resource temporarily unavaliable". I don't know what to do. I have lots of free IRQs on this machine so i don't think it is running out our them. TIA Thanks Jefferson Cowart [EMAIL PROTECTED]
Re: Seeking recommendation for Laptop, must satisfy:
On Monday 07 October 2002 06:02 pm, kyi wrote: > Toshiba 3005-S307 [...] BTW where would one buy a new Toshiba 3005 ? 5005s are very different, OTOH 3005s have been discontinued and sold out a long time ago. Also, do suspend-to-memory and suspend-to-disk work flawlessly on your machine? Also, have you tried doing "powerpoint" type of presentations with it? Thanks Oleg
Kernel Compilation Trouble
I was trying to compile Kernel 2.4.19 (from sid/unstable) on my ASUS A1 laptop (Sis chipset) but in the end I got this: gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -nostdinc -I /usr/lib/gcc-lib/i386-linux/2.95.4/include -DKBUILD_BASENAME=strstr -c -o strstr.o strstr.c rm -f lib.a ar rcs lib.a checksum.o old-checksum.o delay.o usercopy.o getuser.o memcpy.o strstr.o make[2]: Leaving directory `/usr/src/linux/arch/i386/lib' make[1]: Leaving directory `/usr/src/linux/arch/i386/lib' ld -m elf_i386 -T /usr/src/linux/arch/i386/vmlinux.lds -e stext arch/i386/kernel/head.o arch/i386/kernel/init_task.o init/main.o init/version.o init/do_mounts.o \ --start-group \ arch/i386/kernel/kernel.o arch/i386/mm/mm.o kernel/kernel.o mm/mm.o fs/fs.o ipc/ipc.o \ drivers/char/char.o drivers/block/block.o drivers/misc/misc.o drivers/net/net.o drivers/media/media.o drivers/char/agp/agp.o drivers/char/drm/drm.o drivers/ide/idedriver.o drivers/cdrom/driver.o drivers/sound/sounddrivers.o drivers/pci/driver.o drivers/pcmcia/pcmcia.o drivers/pnp/pnp.o drivers/video/video.o \ net/network.o \ /usr/src/linux/arch/i386/lib/lib.a /usr/src/linux/lib/lib.a /usr/src/linux/arch/i386/lib/lib.a \ --end-group \ -o vmlinux drivers/char/drm/drm.o: In function `sis_fb_alloc': drivers/char/drm/drm.o(.text+0x6986): undefined reference to `sis_malloc' drivers/char/drm/drm.o(.text+0x69cd): undefined reference to `sis_free' drivers/char/drm/drm.o: In function `sis_fb_free': drivers/char/drm/drm.o(.text+0x6b12): undefined reference to `sis_free' drivers/char/drm/drm.o: In function `sis_final_context': drivers/char/drm/drm.o(.text+0x6fc6): undefined reference to `sis_free' make: *** [vmlinux] Error 1 So does anybody have any clue on what to do? - Cheers Anders
Re: Seeking recommendation for Laptop, must satisfy:
I've recently bought a Compaq Presario 905EA and am quite happy with it. The only major problems I've had with Linux are that, as it's a very new laptop model, it ships an (still) unsupported graphic card (ATI Mobility Radeon U1, which works with the VESA driver but has no 2D or 3D support) and I couldn't get the sound to work. Other than that, it works great. :) > built in cdrom and floppy, no stupid docking stations...sony vaio...yikes > better yet a built in dvd drive It has both, and the DVD is a combo DVD/CD-RW drive. > needs to be able to run vmware so that windows can be run... I haven't tried to run vmware on it, but I think it will run without problems (Mobile Athlon XP 1800+, 256MB RAM). > lightweight, good sized screen, great resolution, About 3Kg. Maybe that's not exactly "lightweight", but having in mind that its an "all-in-one" laptop (DVD/DR-RW, floppy, network card, modem, IR port, USB, firewire... anything you'll ever need) I don't think it's really that heavy. It has a 15" screen at 1024x768, which also means that the keyboard is BIG. I'm not used to laptops, so for me a BIG keyboard and a BIG screen were a must. :) > Probably i386 arch would be the best since I'm not sure VMware > will work on non i386 arch... Athlon XP. Same thing. > Powersave mode has to work easily in linux. ACPI works with a patch... AMD's PowerNow! is unsupported but that is beeing worked on. It's just a matter of time. > It just has to work without a lot of hassles of looking for obscure patches.. > :-) ACPI and PowerNow! (when it's ready) are the only things you'll need a patch for, if you plan to use a 2.4 kernel. The 2.5 series already have those applied, if you're not afraid to use the development kernel series. > price is the least important but it would be nice to not to spend too much > not more than 2000US The laptop's price was 2000 euros here in Spain, so... yes, that's about $2000. :) I've made a web about setting linux up in this laptop, it's at: http://www.bisente.com/documentos/presario905/ You'll get there a better idea of what works and what doesn't, and what patches do you need. As I've said earlier, the only major problems are getting 2D/3D accel support from the graphics card and getting the sound card to work, so no multimedia applications... man, the day I'll be able to play a DVD with sound on this hottie I'll be really happy. :D -- Vicente Aguilar <[EMAIL PROTECTED]> | http://www.bisente.com
RE: Kernel Compilation Trouble
Here is the most basic hint I can think of: Are you sure you ran "make dep" after changing your kernel options and before running "make modules"? Vincent > -Original Message- > From: Anders E. Andersen [mailto:[EMAIL PROTECTED] > Sent: Tuesday 8 October 2002 10:16 > To: debian-laptop > Subject: Kernel Compilation Trouble > > > I was trying to compile Kernel 2.4.19 (from sid/unstable) on > my ASUS A1 > laptop (Sis chipset) but in the end I got this: > > gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes > -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common > -fomit-frame-pointer > -pipe -mpreferred-stack-boundary=2 -march=i686 -nostdinc -I > /usr/lib/gcc-lib/i386-linux/2.95.4/include > -DKBUILD_BASENAME=strstr -c > -o strstr.o strstr.c > rm -f lib.a > ar rcs lib.a checksum.o old-checksum.o delay.o usercopy.o getuser.o > memcpy.o strstr.o > make[2]: Leaving directory `/usr/src/linux/arch/i386/lib' > make[1]: Leaving directory `/usr/src/linux/arch/i386/lib' > ld -m elf_i386 -T /usr/src/linux/arch/i386/vmlinux.lds -e stext > arch/i386/kernel/head.o arch/i386/kernel/init_task.o init/main.o > init/version.o init/do_mounts.o \ > --start-group \ > arch/i386/kernel/kernel.o arch/i386/mm/mm.o kernel/kernel.o > mm/mm.o fs/fs.o ipc/ipc.o \ > drivers/char/char.o drivers/block/block.o > drivers/misc/misc.o > drivers/net/net.o drivers/media/media.o drivers/char/agp/agp.o > drivers/char/drm/drm.o drivers/ide/idedriver.o drivers/cdrom/driver.o > drivers/sound/sounddrivers.o drivers/pci/driver.o > drivers/pcmcia/pcmcia.o drivers/pnp/pnp.o drivers/video/video.o \ > net/network.o \ > /usr/src/linux/arch/i386/lib/lib.a /usr/src/linux/lib/lib.a > /usr/src/linux/arch/i386/lib/lib.a \ > --end-group \ > -o vmlinux > drivers/char/drm/drm.o: In function `sis_fb_alloc': > drivers/char/drm/drm.o(.text+0x6986): undefined reference to > `sis_malloc' > drivers/char/drm/drm.o(.text+0x69cd): undefined reference to > `sis_free' > drivers/char/drm/drm.o: In function `sis_fb_free': > drivers/char/drm/drm.o(.text+0x6b12): undefined reference to > `sis_free' > drivers/char/drm/drm.o: In function `sis_final_context': > drivers/char/drm/drm.o(.text+0x6fc6): undefined reference to > `sis_free' > make: *** [vmlinux] Error 1 > > > So does anybody have any clue on what to do? > > - Cheers Anders > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact > [EMAIL PROTECTED] >
Re: Kernel Compilation Trouble
DEFFONTAINES Vincent wrote: Here is the most basic hint I can think of: Are you sure you ran "make dep" after changing your kernel options and before running "make modules"? Absolutely. >make deb No problems >make bzImage Lots of stuff.. Got this at the end. For the record I have not been able to compile the kernel ever on any of my machines. I always get weird errors like these. Anders :)
RE: Kernel Compilation Trouble
> For the record I have not been able to compile the kernel > ever on any of > my machines. I always get weird errors like these. Looks like you may be forgetting an important option every time you set up a kernel. Try posting your .config and I'll have a look at it if you want. > > Anders :) > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact > [EMAIL PROTECTED] >
Re: Kernel Compilation Trouble
DEFFONTAINES Vincent wrote: Here is the most basic hint I can think of: Are you sure you ran "make dep" after changing your kernel options and before running "make modules"? It actually gives this right at the end when I do make dep, is this a problem? make[1]: Entering directory `/usr/src/linux' /usr/src/linux/include/linux/modversions.h was not updated make[1]: Leaving directory `/usr/src/linux' Anders there...
RE: Kernel Compilation Trouble
As far as I know, it shouldn't be a problem. > > It actually gives this right at the end when I do make dep, is this a > problem? > > make[1]: Entering directory `/usr/src/linux' > /usr/src/linux/include/linux/modversions.h was not updated > make[1]: Leaving directory `/usr/src/linux' > > > Anders there... > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact > [EMAIL PROTECTED] >
Re: Hardware for a Presario with Linux support
El lun, 07-10-2002 a las 23:18, Al Stone escribió: > Ooops. Sorry if that wasn't clear. No, it was clear, Al. I said "card" because I didn't know how to call it. :) > I don't have any card, just the MultiPort wireless > module that plugs into the connectors on the back > of the LCD panel. The part number for the one I > bought is 233412-xx1 on the HP web site. I couldn't > seem to find a part number for the Presario unit > you mentioned; it's probably on the hp.com site > somewhere but I didn't look that hard. Ok. Anyway, I'm going to call the tech support and ask where can I get one of these MultiPort modules here in Spain. > There's a bit more info on MultiPort at: > > http://www.compaq.com/products/notebooks/multiport.html Thanks! That page clarifies a lot of things about this MultiPort technology. -- Vicente Aguilar <[EMAIL PROTECTED]> | http://www.bisente.com
Re: Kernel Compilation Trouble
DEFFONTAINES Vincent wrote: Looks like you may be forgetting an important option every time you set up a kernel. Try posting your .config and I'll have a look at it if you want. Should be attached. I was just looking at it. When a variable is unset does that mean it is set to =n? I saw a post about unsetting the CONFIG_X86_UP_APIC setting because it might cause X lockups with certain APM bioses. I have certainly experienced trouble like that and it is one of the main reasons I'd like to recompile. Thanks for the help. Anders # # Automatically generated by make menuconfig: don't edit # CONFIG_X86=y CONFIG_ISA=y # CONFIG_SBUS is not set CONFIG_UID16=y # # Code maturity level options # # CONFIG_EXPERIMENTAL is not set # # Loadable module support # CONFIG_MODULES=y CONFIG_MODVERSIONS=y CONFIG_KMOD=y # # Processor type and features # # CONFIG_M386 is not set # CONFIG_M486 is not set # CONFIG_M586 is not set # CONFIG_M586TSC is not set # CONFIG_M586MMX is not set # CONFIG_M686 is not set CONFIG_MPENTIUMIII=y # CONFIG_MPENTIUM4 is not set # CONFIG_MK6 is not set # CONFIG_MK7 is not set # CONFIG_MELAN is not set # CONFIG_MCRUSOE is not set # CONFIG_MWINCHIPC6 is not set # CONFIG_MWINCHIP2 is not set # CONFIG_MWINCHIP3D is not set # CONFIG_MCYRIXIII is not set CONFIG_X86_WP_WORKS_OK=y CONFIG_X86_INVLPG=y CONFIG_X86_CMPXCHG=y CONFIG_X86_XADD=y CONFIG_X86_BSWAP=y CONFIG_X86_POPAD_OK=y # CONFIG_RWSEM_GENERIC_SPINLOCK is not set CONFIG_RWSEM_XCHGADD_ALGORITHM=y CONFIG_X86_L1_CACHE_SHIFT=5 CONFIG_X86_TSC=y CONFIG_X86_GOOD_APIC=y CONFIG_X86_PGE=y CONFIG_X86_USE_PPRO_CHECKSUM=y CONFIG_X86_MCE=y # CONFIG_TOSHIBA is not set # CONFIG_I8K is not set # CONFIG_MICROCODE is not set # CONFIG_X86_MSR is not set # CONFIG_X86_CPUID is not set 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_BIGPHYS_AREA is not set # CONFIG_SMP is not set # Might wanna set this to no # CONFIG_X86_UP_APIC is not set # CONFIG_X86_UP_IOAPIC is not set # # General setup # CONFIG_NET=y 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_EISA is not set # CONFIG_MCA is not set CONFIG_HOTPLUG=y # # PCMCIA/CardBus support # CONFIG_PCMCIA=y CONFIG_CARDBUS=y # CONFIG_TCIC is not set # CONFIG_I82092 is not set # CONFIG_I82365 is not set # # PCI Hotplug Support # # CONFIG_HOTPLUG_PCI is not set # CONFIG_HOTPLUG_PCI_COMPAQ is not set # CONFIG_HOTPLUG_PCI_COMPAQ_NVRAM is not set # CONFIG_HOTPLUG_PCI_IBM is not set # CONFIG_HOTPLUG_PCI_ACPI is not set 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=y CONFIG_BINFMT_ELF=y CONFIG_BINFMT_MISC=y CONFIG_PM=y CONFIG_APM=m # CONFIG_APM_IGNORE_USER_SUSPEND is not set # CONFIG_APM_DO_ENABLE is not set # CONFIG_APM_CPU_IDLE is not set # CONFIG_APM_DISPLAY_BLANK is not set # CONFIG_APM_RTC_IS_GMT is not set # CONFIG_APM_ALLOW_INTS is not set # CONFIG_APM_REAL_MODE_POWER_OFF is not set # # Memory Technology Devices (MTD) # # CONFIG_MTD is not set # # Parallel port support # # CONFIG_PARPORT is not set # # Plug and Play configuration # CONFIG_PNP=y CONFIG_ISAPNP=y # # Block devices # CONFIG_BLK_DEV_FD=y # CONFIG_BLK_DEV_XD is not set # CONFIG_PARIDE is not set # CONFIG_BLK_CPQ_DA is not set # CONFIG_BLK_CPQ_CISS_DA is not set # CONFIG_CISS_SCSI_TAPE is not set # CONFIG_BLK_DEV_DAC960 is not set # CONFIG_BLK_DEV_UMEM is not set # CONFIG_BLK_DEV_LOOP is not set # CONFIG_BLK_DEV_NBD is not set # CONFIG_BLK_DEV_RAM is not set # CONFIG_BLK_DEV_INITRD is not set # # Multi-device support (RAID and LVM) # # CONFIG_MD is not set # CONFIG_BLK_DEV_MD is not set # CONFIG_MD_LINEAR is not set # CONFIG_MD_RAID0 is not set # CONFIG_MD_RAID1 is not set # CONFIG_MD_RAID5 is not set # CONFIG_MD_MULTIPATH is not set # CONFIG_BLK_DEV_LVM is not set # # Networking options # CONFIG_PACKET=y # CONFIG_PACKET_MMAP is not set # CONFIG_NETLINK_DEV is not set # CONFIG_NETFILTER is not set # CONFIG_FILTER is not set CONFIG_UNIX=y CONFIG_INET=y CONFIG_IP_MULTICAST=y # CONFIG_IP_ADVANCED_ROUTER is not set # CONFIG_IP_PNP is not set # CONFIG_NET_IPIP is not set # CONFIG_NET_IPGRE is not set # CONFIG_IP_MROUTE is not set # CONFIG_INET_ECN is not set # CONFIG_SYN_COOKIES is not set # CONFIG_VLAN_8021Q is not set # CONFIG_IPX is not set # CONFIG_ATALK is not set # # Appletalk devices # # CONFIG_DEV_APPLETALK is not set # CONFIG_DECNET is not set # CONFIG_BRIDGE is not set # # QoS and/or fair queueing # # CONFIG_NET_SCHED is not set # # Network testing # # CONFIG_NET_PKTGEN is not set # # Telephony Support # # CONFIG_PHONE is not set # CONFIG_PHONE_IXJ is not set # CONFIG_PHONE_IXJ_PCMCIA is not set # # ATA/IDE/MFM/RLL support # CONFIG_IDE=y # # IDE, ATA and ATAPI Block devices # CONFIG_BLK_DEV_IDE=y # CONFIG_BLK_DEV_HD_IDE is not s
Re: Hardware for a Presario with Linux support
> I have no idea what sort of expansion you have, but with regards to a PCMCIA > wireless card, i use the Netgear MA401 and it works a charm (cheap too). Thanks, Tom. Anyway I think I'm going to try with one of those MultiPort modules even if it's quite a bit more expensive than a PCMCIA card, I don't want to waste the ONLY PCMCIA slot this laptop has. :/ -- Vicente Aguilar <[EMAIL PROTECTED]> | http://www.bisente.com
RE: Kernel Compilation Trouble
You need other options selected: Code Maturity Level Options -> Say YES to "Prompt for development and/or incomplete code/drivers" This gives you access to the following: Console Drivers -> Frame-Buffer support -> Support for frame buffer devices = YES Below : SIS acceleration = YES Plus possibly the two ones below, depending on your hardware config. This gets your kernel config to compile on my box correctly. (I found that with a google search that drove me to linux kernel mailing list archive) See http://www.uwsg.iu.edu/hypermail/linux/kernel/0202.2/0652.html Vincent > -Original Message- > From: Anders E. Andersen [mailto:[EMAIL PROTECTED] > Sent: Tuesday 8 October 2002 11:14 > To: debian-laptop > Subject: Re: Kernel Compilation Trouble > > > DEFFONTAINES Vincent wrote: > > > Looks like you may be forgetting an important option every > time you set up a > > kernel. > > Try posting your .config and I'll have a look at it if you want. > > Should be attached. > > I was just looking at it. When a variable is unset does that > mean it is > set to =n? > > I saw a post about unsetting the CONFIG_X86_UP_APIC setting > because it > might cause X lockups with certain APM bioses. I have certainly > experienced trouble like that and it is one of the main > reasons I'd like > to recompile. > > Thanks for the help. > > Anders >
Re: Seeking recommendation for Laptop, must satisfy:
On Tue, 2002-10-08 at 00:05, Oleg wrote: > On Monday 07 October 2002 06:02 pm, kyi wrote: > > > Toshiba 3005-S307 [...] > > BTW where would one buy a new Toshiba 3005 ? 5005s are very different, OTOH > 3005s have been discontinued and sold out a long time ago. > > Also, do suspend-to-memory and suspend-to-disk work flawlessly on your > machine? > I got mine @ compusa. Right now I am just starting to mess around with apm / acpi, so I can't give any details on how it works. > Also, have you tried doing "powerpoint" type of presentations with it? No I am the network admin where I work, I never goto customers so no need for presentations. What exactly do you mean by that anyway? Openoffice works perfectly, as do MS Powerpoint via-CrossOver-Office. > > Thanks > Oleg > Glad I could be of some help ;-) - Jayson Garrell
Re: Seeking recommendation for Laptop, must satisfy:
On Tuesday 08 October 2002 11:46 am, kyi wrote: > > Also, have you tried doing "powerpoint" type of presentations with it? > > No I am the network admin where I work, I never goto customers so no > need for presentations. What exactly do you mean by that anyway? There must be a special video output that connects to a projector, and it has to work under Linux. Then one has to be able to display those "slides" (not necessarily powerpoint, but the name stuck) on full screen. Oleg
Re: Seeking recommendation for Laptop, must satisfy:
On Tue, 8 Oct 2002 12:02:05 -0400 Oleg <[EMAIL PROTECTED]> wrote: O> There must be a special video output that connects to a projector, O> and it has to work under Linux. Then one has to be able to display O> those "slides" (not necessarily powerpoint, but the name stuck) on O> full screen. I don't think I've ever seen a laptop that lacked a VGA port (even the iBook). Usually the selection of output route is controlled by some "magic" key sequence (on older Toshibas it was Fn-F5) that interacts directly with the H/W. The only difficulty is when the capabilities of the screen and the projector don't match up and the X-configurations give problems. James -- ++---+-+ | James Tappin | School of Physics & Astronomy | O__| | [EMAIL PROTECTED] | University of Birmingham | -- \/` | | Ph: 0121-414-6462. Fax: 0121-414-3722 | | ++-+
Toshiba Satellite 1110Z14
Hello everybody I'm just comping home from MediaMarkt with an offer for a Toshiba Satellite 1110Z14 laptop. This model is not listed on linux-laptop.net, so I'd like to know if anybody in here has this model working. It is a Celeron1.5 GHz and has a ATI Radeon M6C graphics chip. I think the Radeon should be supported by the experimental X4.2 version, but I'd sleep better if I knew that someone has it really working. So, if there is someone, pleas cc: me, as I'm not subscribed to this list (debian-user alone is causing enough traffic for my taste...) thanks joerg
Re: Seeking recommendation for Laptop, must satisfy:
On Tue, 2002-10-08 at 18:02, Oleg wrote: > On Tuesday 08 October 2002 11:46 am, kyi wrote: > > > > Also, have you tried doing "powerpoint" type of presentations with it? > > > > No I am the network admin where I work, I never goto customers so no > > need for presentations. What exactly do you mean by that anyway? > > There must be a special video output that connects to a projector, and it has > to work under Linux. Then one has to be able to display those "slides" (not > necessarily powerpoint, but the name stuck) on full screen. Why a "special video output" ? I've never seen a projector that could not take input from the VGA connector on the back of my laptop. The composite video connector is only useful if you need to output to a video component, such as a TV. The projectors commonly used for business presentations all take VGA signal. All laptop I have had in my hands have a VGA connector on their back. signature.asc Description: This is a digitally signed message part
Re: Seeking recommendation for Laptop, must satisfy:
> There must be a special video output that connects to a projector, and it has > to work under Linux. Then one has to be able to display those "slides" (not > necessarily powerpoint, but the name stuck) on full screen. > > Oleg Well there is a s-video & composite video outs. I have used the s-video but not the composite connector. All I did was connect the s-video cable and turn on the laptop, the video came up automagically on the tv. We have a projector an even though I haven't used it with this laptop I'm sure it would work the same way. - Jayson Garrell
Re: Kernel Compilation Trouble
Hi all, I had a similary problem, I have a laptop Gericom with a chip SiS630 so if it's not done, you have to download the drivers for you video card from http://www.winischhofer.net/linuxsis630.shtml and follow the instruction : for the kernel you have to download the file sisfb_srs_160209-1.tar.gz ( http://www.webit.at/~twinny/sis/sisfb_src_160902-1.tar.gz ) but check on the web site if it's the right file. and after : ~/sisfb_src_160902-1 $ cat README Installation instructions: Copy all *.c and *.h files EXCEPT sisfb.h over the existing ones in [kernel-tree]/drivers/video/sis. Copy sisfb.h to /usr/src/linux/include/linux and over eventual other copies of this file. If you experience compile errors, you have missed sisfb.h. Further, please use my Makefile (or patch your's accordingly) otherwise the acceleration code will not be linked (which results in errors, of course) For kernel 2.5.34 and later: 1) You need to change the Makefile in /drivers/video/ in line 90 like this: obj-$(CONFIG_FB_SIS) += sis/ cfbimgblt.o 2) For hardware accelerated 2D, set the kernel option "CONFIG_FBCON_ACCEL" ("Hardware acceleration" in menuconfig) /Thomas in fact, me, I forgot to copy the Makefile from the source sisfb_src_160902.tar.gz in [kernel-tree]/drivers/video/sis so if I had just copy the makefile and everythin was ok for more information, I give you an advice to follow what is write on the web site yoann Anders E. Andersen a écrit: I was trying to compile Kernel 2.4.19 (from sid/unstable) on my ASUS A1 laptop (Sis chipset) but in the end I got this: gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -nostdinc -I /usr/lib/gcc-lib/i386-linux/2.95.4/include -DKBUILD_BASENAME=strstr -c -o strstr.o strstr.c rm -f lib.a ar rcs lib.a checksum.o old-checksum.o delay.o usercopy.o getuser.o memcpy.o strstr.o make[2]: Leaving directory `/usr/src/linux/arch/i386/lib' make[1]: Leaving directory `/usr/src/linux/arch/i386/lib' ld -m elf_i386 -T /usr/src/linux/arch/i386/vmlinux.lds -e stext arch/i386/kernel/head.o arch/i386/kernel/init_task.o init/main.o init/version.o init/do_mounts.o \ --start-group \ arch/i386/kernel/kernel.o arch/i386/mm/mm.o kernel/kernel.o mm/mm.o fs/fs.o ipc/ipc.o \ drivers/char/char.o drivers/block/block.o drivers/misc/misc.o drivers/net/net.o drivers/media/media.o drivers/char/agp/agp.o drivers/char/drm/drm.o drivers/ide/idedriver.o drivers/cdrom/driver.o drivers/sound/sounddrivers.o drivers/pci/driver.o drivers/pcmcia/pcmcia.o drivers/pnp/pnp.o drivers/video/video.o \ net/network.o \ /usr/src/linux/arch/i386/lib/lib.a /usr/src/linux/lib/lib.a /usr/src/linux/arch/i386/lib/lib.a \ --end-group \ -o vmlinux drivers/char/drm/drm.o: In function `sis_fb_alloc': drivers/char/drm/drm.o(.text+0x6986): undefined reference to `sis_malloc' drivers/char/drm/drm.o(.text+0x69cd): undefined reference to `sis_free' drivers/char/drm/drm.o: In function `sis_fb_free': drivers/char/drm/drm.o(.text+0x6b12): undefined reference to `sis_free' drivers/char/drm/drm.o: In function `sis_final_context': drivers/char/drm/drm.o(.text+0x6fc6): undefined reference to `sis_free' make: *** [vmlinux] Error 1 So does anybody have any clue on what to do? - Cheers Anders __ Etudiant: Wanadoo t'offre le Pack eXtense Haut Débit soit 150,92 euros d'économies ! Clique ici : http://www.ifrance.com/_reloc/mail.etudiant
Re: Kernel Compilation Trouble
Hey All! I just succesfully compiled and ran my first linux kernel. Thanks goes to Vincent and yoann! Both your clues helped tremendously. Kind Regards Anders E. Andersen
Pcmcia-HOWTO: Dudes, questions and suggestions
[To Debian-laptop] Read at end the cause of this e-mail [A Debian-users-spanish] Lean al final el porque de este correo. [This is an english/spanish mail, if you can understand both languagues you can completed mi bad english with spanish explication] Hi, First of all, i prey you excuse for my very bad english. He estado leyendo su COMO sobre Pcmcia, y despues de su lectura tengo dudas, preguntas y alguna sugerencia que hacerle, aunque alguna de las dudas se podrían tomar también como sugerencias. I have read your pcmcia-howto, and after i read it i have dues, questions and any suggested to make you, perhaps something dude it can be take by suggestion. Bien, mi sistema es debian 2.2, todavía sin actualizar a 3.0 :-( con un núcleo 2.4.18 en un Dell Inspiron 8100 para que sepamos sobre que entorno estamos hablando. Y la tarjeta a instalar es una conceptronic SP100TCL, 32 bit cardbus tipo II, 10/100 Mbps basada en un chip Realtek 8139 y compatible con NE-2000. Además supuestamente es compatible con linux ^_^ (Por eso la compre) Mi system is a debian 2.2, still is not actualized to 3.0 with a 2.4.18 kernel in a Dell inspiron 8100 for you understand where we are. The card i want to install is a conceptronic SP100TCL, 32 bit cardbus type II, 10/100 Mbps based on a realtek 8139 chip and NE-2000 compatibility. Yet is linux compatibilty, supossed (this is the reason for i buy it) Despues de leer el como, opte por descargar el paquete pcmcia-cs desde sourceforge ya que como en el se indicaba es mejor que instalar las versiones que traen las distribuciones. Una vez descargado y descomprimido, realice tal como se indica en el como: After i read howto, i download pcmcia-cs package from sourceforge, so howto indicates is better that install drivers from distributions. After download it and untar, i make: make config make all make install No hubo resultado aparente y segui sin tener soporte pcmcia en el núcleo, y he aqui mi primera duda, y también sugerencia. En el como no queda claro si es necesario recompilar el núcleo para activar el soporte pcmcia o este se añadira al hacer todas estas operaciones. A mi en concreto no me funciono, así que compile el núcleo de nuevo con soporte pcmcia y despues volví a realizar make config, make all, make install y esta vez si logre crear un módulo, no se exactamente si al hacer todas estas operaciones o por la recompilación del núcleo. This produced any result and i followed less kernel pcmcia support, and here are mi first dude, and suggestion. In the howto isn't obvious that is it necessary recompile kernel for to active pcmcia support, or this support is added after make config, ... For me, this operation doesn't anything, so i compiled kernel again with pcmcia support and after y come back to realiced make config, make all... and in this ocasion i will obtain a module, i don't know if it are for make thats operations or for compiled kernel. Despues de esto, gran susto porque mi portatil se quedaba «frito» y no quedaba mas solución que reiniciarlo, pero todo fue impaciencia por mi parte, dos páginas mas adelante pone en su como: After this, i take a bigger scare, because mi laptop was remain «fried» and i must reboot it, but all was my impatient, two pages after in howto: On the Dell Inspiron 8000, exclude port 0x800-0x8ff Bien, creo que debe cambiar esto a: well, i think that you must change it to this: On the Dell Inspiron 8x00 series, exclude port 0x800-0x8ff Por lo menos a mi me pasaba, quizas otros usuarios de la serie Inspiron 8000 puedan confirmarselo. At least me pass, perhaps other usuarios of 8000 inspiron series can be confirmated it. Despues de esto cardmgr cargaba la tarjeta pcmcia: After of this, cardmgr install the card: Oct 8 20:41:50 Puerto_Lobo cardmgr[1217]: socket 1: CardBus hotplug device Con esto llegabamos a la sección 3. Resolving installation and configuration problems y como todavía no hemos resuelto nada echo mano de las herramientas de configuración: With this we become to section 3.Resolving and how i still can resolved nothing, i use debug tools: Puerto_Lobo:/usr/src/pcmcia/debug-tools# ./test_setup Current kernel: 2.4.18 #1 Tue Oct 8 08:34:19 CEST 2002 pcmcia_core.o not found. The PCMCIA modules are not installed for this kernel! Checking current syslog files in /var/log: sh: /bin/ls: Argument list too long No PCMCIA messages were found! Kernel startup messages (from 'dmesg'): Linux Kernel Card Services 3.1.22 options: [pci] [cardbus] [pm] Yenta IRQ list 0098, PCI irq10 Socket status: 3006 Yenta IRQ list 0298, PCI irq10 Socket status: 3020 cs: cb_alloc(bus 7): vendor 0x10ec, device 0x8139 cs: IO port probe 0x0c00-0x0cff: clean. cs: IO port probe 0x0100-0x04ff: excluding 0x378-0x37f 0x4d0-0x4d7 cs: IO port probe 0x0a00-0x0aff: clean. cs: IO port probe 0x0c00-0x0cff: clean. cs: IO port probe 0x0100-0x04ff: excluding 0x4d0-0x4d7 cs: IO port probe 0x0a00-0x0aff: clean. cs: cb_free
Business Proposal (Urgent)
8th October 2002 Mr Frank K. Adams Department of Mining & Natural Resources South Africa Email: [EMAIL PROTECTED] Dear Sir, STRICTLY CONFIDENTIAL & URGENT. I am Frank K. Adams, a native of Cape Town in South Africa and I am an Executive Accountant with the South African Department of Mining & Natural Resources. First and foremost, I want to apologize for using this medium to reach you for a transaction/business of this magnitude, but this is due to confidentiality and prompt access reposed on this medium. Be informed that a member of the South Africa Export Promotion Council (SEPC) who was at the Government delegation to your country during a trade exhibition gave your enviable credentials/particulars to me. I have decided to seek a confidential co-operation with you in the execution of the deal described hereunder for the benefit of all parties. Within the Department of Mining & Natural Resources where I work as Accountant and with the cooperation of four other top officials, we have in our possession as overdue payment, bills totaling Eighteen Million, Five Hundred Thousand U. S. Dollars (US$18.5m) which we want to transfer abroad with the assistance and cooperation of a foreign company/individual to receive the said fund on our behalf. As it is, we are handicapped in the circumstances, as the South Africa Civil Service Code of Conduct does not allow us to operate offshore account, hence your importance in the whole transaction. This amount (US$18.5m) represents the balance of the total contract value executed on behalf of my Department by a foreign contracting firm, which we the officials over-invoiced deliberately. The actual Contract Sum has been paid to the original contractor, leaving the balance in the tune of the said amount which we have, in principle, obtained approval to remit by Telegraphic Transfer (T.T) to any foreign bank account you will provide, by filing in an application through the Justice Ministry here in South Africa for the transfer of rights and privileges of the former contractor to you. I have the authority of my partners involved to propose that should you be willing to assist us in the transaction, your share of the sum will be 20% of the US$18.5 million, 70% for us and 10% for taxation and miscellaneous expenses. The business itself is 100% safe, on your part provided you treat it with utmost secrecy and confidentiality. Also your area of specialization is not a hindrance to the successful execution of this transaction. I have reposed my confidence in you and hope that you will not disappoint me. Please contact me immediately through my confidential e-mail address: [EMAIL PROTECTED] whether or not you are interested in this deal. If you are not, it will enable me contact another foreign partner to carry out the deal. I want to assure you that my partners and I are in a position to make the payment of this claim possible provided you can give us a very strong assurance and guarantee that our share will be secured for us. Please remember to treat this matter as very confidential matter; and we will not want any form of exposure, as we are still in active Government Service and remember once again that time is of the essence in this business. I wait in anticipation of your fullest co-operation. I am available to entertain any questions concerning the clarity of this transaction. Yours faithfully, Mr Frank K. Adams
Kernel Compilation Trouble
I was trying to compile Kernel 2.4.19 (from sid/unstable) on my ASUS A1 laptop (Sis chipset) but in the end I got this: gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -nostdinc -I /usr/lib/gcc-lib/i386-linux/2.95.4/include -DKBUILD_BASENAME=strstr -c -o strstr.o strstr.c rm -f lib.a ar rcs lib.a checksum.o old-checksum.o delay.o usercopy.o getuser.o memcpy.o strstr.o make[2]: Leaving directory `/usr/src/linux/arch/i386/lib' make[1]: Leaving directory `/usr/src/linux/arch/i386/lib' ld -m elf_i386 -T /usr/src/linux/arch/i386/vmlinux.lds -e stext arch/i386/kernel/head.o arch/i386/kernel/init_task.o init/main.o init/version.o init/do_mounts.o \ --start-group \ arch/i386/kernel/kernel.o arch/i386/mm/mm.o kernel/kernel.o mm/mm.o fs/fs.o ipc/ipc.o \ drivers/char/char.o drivers/block/block.o drivers/misc/misc.o drivers/net/net.o drivers/media/media.o drivers/char/agp/agp.o drivers/char/drm/drm.o drivers/ide/idedriver.o drivers/cdrom/driver.o drivers/sound/sounddrivers.o drivers/pci/driver.o drivers/pcmcia/pcmcia.o drivers/pnp/pnp.o drivers/video/video.o \ net/network.o \ /usr/src/linux/arch/i386/lib/lib.a /usr/src/linux/lib/lib.a /usr/src/linux/arch/i386/lib/lib.a \ --end-group \ -o vmlinux drivers/char/drm/drm.o: In function `sis_fb_alloc': drivers/char/drm/drm.o(.text+0x6986): undefined reference to `sis_malloc' drivers/char/drm/drm.o(.text+0x69cd): undefined reference to `sis_free' drivers/char/drm/drm.o: In function `sis_fb_free': drivers/char/drm/drm.o(.text+0x6b12): undefined reference to `sis_free' drivers/char/drm/drm.o: In function `sis_final_context': drivers/char/drm/drm.o(.text+0x6fc6): undefined reference to `sis_free' make: *** [vmlinux] Error 1 So does anybody have any clue on what to do? - Cheers Anders -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Seeking recommendation for Laptop, must satisfy:
I've recently bought a Compaq Presario 905EA and am quite happy with it. The only major problems I've had with Linux are that, as it's a very new laptop model, it ships an (still) unsupported graphic card (ATI Mobility Radeon U1, which works with the VESA driver but has no 2D or 3D support) and I couldn't get the sound to work. Other than that, it works great. :) > built in cdrom and floppy, no stupid docking stations...sony vaio...yikes > better yet a built in dvd drive It has both, and the DVD is a combo DVD/CD-RW drive. > needs to be able to run vmware so that windows can be run... I haven't tried to run vmware on it, but I think it will run without problems (Mobile Athlon XP 1800+, 256MB RAM). > lightweight, good sized screen, great resolution, About 3Kg. Maybe that's not exactly "lightweight", but having in mind that its an "all-in-one" laptop (DVD/DR-RW, floppy, network card, modem, IR port, USB, firewire... anything you'll ever need) I don't think it's really that heavy. It has a 15" screen at 1024x768, which also means that the keyboard is BIG. I'm not used to laptops, so for me a BIG keyboard and a BIG screen were a must. :) > Probably i386 arch would be the best since I'm not sure VMware > will work on non i386 arch... Athlon XP. Same thing. > Powersave mode has to work easily in linux. ACPI works with a patch... AMD's PowerNow! is unsupported but that is beeing worked on. It's just a matter of time. > It just has to work without a lot of hassles of looking for obscure patches.. > :-) ACPI and PowerNow! (when it's ready) are the only things you'll need a patch for, if you plan to use a 2.4 kernel. The 2.5 series already have those applied, if you're not afraid to use the development kernel series. > price is the least important but it would be nice to not to spend too much > not more than 2000US The laptop's price was 2000 euros here in Spain, so... yes, that's about $2000. :) I've made a web about setting linux up in this laptop, it's at: http://www.bisente.com/documentos/presario905/ You'll get there a better idea of what works and what doesn't, and what patches do you need. As I've said earlier, the only major problems are getting 2D/3D accel support from the graphics card and getting the sound card to work, so no multimedia applications... man, the day I'll be able to play a DVD with sound on this hottie I'll be really happy. :D -- Vicente Aguilar <[EMAIL PROTECTED]> | http://www.bisente.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
RE: Kernel Compilation Trouble
Here is the most basic hint I can think of: Are you sure you ran "make dep" after changing your kernel options and before running "make modules"? Vincent > -Original Message- > From: Anders E. Andersen [mailto:[EMAIL PROTECTED]] > Sent: Tuesday 8 October 2002 10:16 > To: debian-laptop > Subject: Kernel Compilation Trouble > > > I was trying to compile Kernel 2.4.19 (from sid/unstable) on > my ASUS A1 > laptop (Sis chipset) but in the end I got this: > > gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes > -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common > -fomit-frame-pointer > -pipe -mpreferred-stack-boundary=2 -march=i686 -nostdinc -I > /usr/lib/gcc-lib/i386-linux/2.95.4/include > -DKBUILD_BASENAME=strstr -c > -o strstr.o strstr.c > rm -f lib.a > ar rcs lib.a checksum.o old-checksum.o delay.o usercopy.o getuser.o > memcpy.o strstr.o > make[2]: Leaving directory `/usr/src/linux/arch/i386/lib' > make[1]: Leaving directory `/usr/src/linux/arch/i386/lib' > ld -m elf_i386 -T /usr/src/linux/arch/i386/vmlinux.lds -e stext > arch/i386/kernel/head.o arch/i386/kernel/init_task.o init/main.o > init/version.o init/do_mounts.o \ > --start-group \ > arch/i386/kernel/kernel.o arch/i386/mm/mm.o kernel/kernel.o > mm/mm.o fs/fs.o ipc/ipc.o \ > drivers/char/char.o drivers/block/block.o > drivers/misc/misc.o > drivers/net/net.o drivers/media/media.o drivers/char/agp/agp.o > drivers/char/drm/drm.o drivers/ide/idedriver.o drivers/cdrom/driver.o > drivers/sound/sounddrivers.o drivers/pci/driver.o > drivers/pcmcia/pcmcia.o drivers/pnp/pnp.o drivers/video/video.o \ > net/network.o \ > /usr/src/linux/arch/i386/lib/lib.a /usr/src/linux/lib/lib.a > /usr/src/linux/arch/i386/lib/lib.a \ > --end-group \ > -o vmlinux > drivers/char/drm/drm.o: In function `sis_fb_alloc': > drivers/char/drm/drm.o(.text+0x6986): undefined reference to > `sis_malloc' > drivers/char/drm/drm.o(.text+0x69cd): undefined reference to > `sis_free' > drivers/char/drm/drm.o: In function `sis_fb_free': > drivers/char/drm/drm.o(.text+0x6b12): undefined reference to > `sis_free' > drivers/char/drm/drm.o: In function `sis_final_context': > drivers/char/drm/drm.o(.text+0x6fc6): undefined reference to > `sis_free' > make: *** [vmlinux] Error 1 > > > So does anybody have any clue on what to do? > > - Cheers Anders > > > -- > 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: Kernel Compilation Trouble
DEFFONTAINES Vincent wrote: > Here is the most basic hint I can think of: > > Are you sure you ran "make dep" after changing your kernel options and > before running "make modules"? Absolutely. >make deb No problems >make bzImage Lots of stuff.. Got this at the end. For the record I have not been able to compile the kernel ever on any of my machines. I always get weird errors like these. Anders :) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
RE: Kernel Compilation Trouble
> For the record I have not been able to compile the kernel > ever on any of > my machines. I always get weird errors like these. Looks like you may be forgetting an important option every time you set up a kernel. Try posting your .config and I'll have a look at it if you want. > > Anders :) > > > -- > 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: Kernel Compilation Trouble
DEFFONTAINES Vincent wrote: > Here is the most basic hint I can think of: > > Are you sure you ran "make dep" after changing your kernel options and > before running "make modules"? It actually gives this right at the end when I do make dep, is this a problem? make[1]: Entering directory `/usr/src/linux' /usr/src/linux/include/linux/modversions.h was not updated make[1]: Leaving directory `/usr/src/linux' Anders there... -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
RE: Kernel Compilation Trouble
As far as I know, it shouldn't be a problem. > > It actually gives this right at the end when I do make dep, is this a > problem? > > make[1]: Entering directory `/usr/src/linux' > /usr/src/linux/include/linux/modversions.h was not updated > make[1]: Leaving directory `/usr/src/linux' > > > Anders there... > > > -- > 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: Hardware for a Presario with Linux support
El lun, 07-10-2002 a las 23:18, Al Stone escribió: > Ooops. Sorry if that wasn't clear. No, it was clear, Al. I said "card" because I didn't know how to call it. :) > I don't have any card, just the MultiPort wireless > module that plugs into the connectors on the back > of the LCD panel. The part number for the one I > bought is 233412-xx1 on the HP web site. I couldn't > seem to find a part number for the Presario unit > you mentioned; it's probably on the hp.com site > somewhere but I didn't look that hard. Ok. Anyway, I'm going to call the tech support and ask where can I get one of these MultiPort modules here in Spain. > There's a bit more info on MultiPort at: > > http://www.compaq.com/products/notebooks/multiport.html Thanks! That page clarifies a lot of things about this MultiPort technology. -- Vicente Aguilar <[EMAIL PROTECTED]> | http://www.bisente.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Kernel Compilation Trouble
DEFFONTAINES Vincent wrote: > Looks like you may be forgetting an important option every time you set up a > kernel. > Try posting your .config and I'll have a look at it if you want. Should be attached. I was just looking at it. When a variable is unset does that mean it is set to =n? I saw a post about unsetting the CONFIG_X86_UP_APIC setting because it might cause X lockups with certain APM bioses. I have certainly experienced trouble like that and it is one of the main reasons I'd like to recompile. Thanks for the help. Anders # # Automatically generated by make menuconfig: don't edit # CONFIG_X86=y CONFIG_ISA=y # CONFIG_SBUS is not set CONFIG_UID16=y # # Code maturity level options # # CONFIG_EXPERIMENTAL is not set # # Loadable module support # CONFIG_MODULES=y CONFIG_MODVERSIONS=y CONFIG_KMOD=y # # Processor type and features # # CONFIG_M386 is not set # CONFIG_M486 is not set # CONFIG_M586 is not set # CONFIG_M586TSC is not set # CONFIG_M586MMX is not set # CONFIG_M686 is not set CONFIG_MPENTIUMIII=y # CONFIG_MPENTIUM4 is not set # CONFIG_MK6 is not set # CONFIG_MK7 is not set # CONFIG_MELAN is not set # CONFIG_MCRUSOE is not set # CONFIG_MWINCHIPC6 is not set # CONFIG_MWINCHIP2 is not set # CONFIG_MWINCHIP3D is not set # CONFIG_MCYRIXIII is not set CONFIG_X86_WP_WORKS_OK=y CONFIG_X86_INVLPG=y CONFIG_X86_CMPXCHG=y CONFIG_X86_XADD=y CONFIG_X86_BSWAP=y CONFIG_X86_POPAD_OK=y # CONFIG_RWSEM_GENERIC_SPINLOCK is not set CONFIG_RWSEM_XCHGADD_ALGORITHM=y CONFIG_X86_L1_CACHE_SHIFT=5 CONFIG_X86_TSC=y CONFIG_X86_GOOD_APIC=y CONFIG_X86_PGE=y CONFIG_X86_USE_PPRO_CHECKSUM=y CONFIG_X86_MCE=y # CONFIG_TOSHIBA is not set # CONFIG_I8K is not set # CONFIG_MICROCODE is not set # CONFIG_X86_MSR is not set # CONFIG_X86_CPUID is not set 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_BIGPHYS_AREA is not set # CONFIG_SMP is not set # Might wanna set this to no # CONFIG_X86_UP_APIC is not set # CONFIG_X86_UP_IOAPIC is not set # # General setup # CONFIG_NET=y 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_EISA is not set # CONFIG_MCA is not set CONFIG_HOTPLUG=y # # PCMCIA/CardBus support # CONFIG_PCMCIA=y CONFIG_CARDBUS=y # CONFIG_TCIC is not set # CONFIG_I82092 is not set # CONFIG_I82365 is not set # # PCI Hotplug Support # # CONFIG_HOTPLUG_PCI is not set # CONFIG_HOTPLUG_PCI_COMPAQ is not set # CONFIG_HOTPLUG_PCI_COMPAQ_NVRAM is not set # CONFIG_HOTPLUG_PCI_IBM is not set # CONFIG_HOTPLUG_PCI_ACPI is not set 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=y CONFIG_BINFMT_ELF=y CONFIG_BINFMT_MISC=y CONFIG_PM=y CONFIG_APM=m # CONFIG_APM_IGNORE_USER_SUSPEND is not set # CONFIG_APM_DO_ENABLE is not set # CONFIG_APM_CPU_IDLE is not set # CONFIG_APM_DISPLAY_BLANK is not set # CONFIG_APM_RTC_IS_GMT is not set # CONFIG_APM_ALLOW_INTS is not set # CONFIG_APM_REAL_MODE_POWER_OFF is not set # # Memory Technology Devices (MTD) # # CONFIG_MTD is not set # # Parallel port support # # CONFIG_PARPORT is not set # # Plug and Play configuration # CONFIG_PNP=y CONFIG_ISAPNP=y # # Block devices # CONFIG_BLK_DEV_FD=y # CONFIG_BLK_DEV_XD is not set # CONFIG_PARIDE is not set # CONFIG_BLK_CPQ_DA is not set # CONFIG_BLK_CPQ_CISS_DA is not set # CONFIG_CISS_SCSI_TAPE is not set # CONFIG_BLK_DEV_DAC960 is not set # CONFIG_BLK_DEV_UMEM is not set # CONFIG_BLK_DEV_LOOP is not set # CONFIG_BLK_DEV_NBD is not set # CONFIG_BLK_DEV_RAM is not set # CONFIG_BLK_DEV_INITRD is not set # # Multi-device support (RAID and LVM) # # CONFIG_MD is not set # CONFIG_BLK_DEV_MD is not set # CONFIG_MD_LINEAR is not set # CONFIG_MD_RAID0 is not set # CONFIG_MD_RAID1 is not set # CONFIG_MD_RAID5 is not set # CONFIG_MD_MULTIPATH is not set # CONFIG_BLK_DEV_LVM is not set # # Networking options # CONFIG_PACKET=y # CONFIG_PACKET_MMAP is not set # CONFIG_NETLINK_DEV is not set # CONFIG_NETFILTER is not set # CONFIG_FILTER is not set CONFIG_UNIX=y CONFIG_INET=y CONFIG_IP_MULTICAST=y # CONFIG_IP_ADVANCED_ROUTER is not set # CONFIG_IP_PNP is not set # CONFIG_NET_IPIP is not set # CONFIG_NET_IPGRE is not set # CONFIG_IP_MROUTE is not set # CONFIG_INET_ECN is not set # CONFIG_SYN_COOKIES is not set # CONFIG_VLAN_8021Q is not set # CONFIG_IPX is not set # CONFIG_ATALK is not set # # Appletalk devices # # CONFIG_DEV_APPLETALK is not set # CONFIG_DECNET is not set # CONFIG_BRIDGE is not set # # QoS and/or fair queueing # # CONFIG_NET_SCHED is not set # # Network testing # # CONFIG_NET_PKTGEN is not set # # Telephony Support # # CONFIG_PHONE is not set # CONFIG_PHONE_IXJ is not set # CONFIG_PHONE_IXJ_PCMCIA is not set # # ATA/IDE/MFM/RLL support # CONFIG_IDE=y # # IDE, ATA and ATAPI Block devices # CONFIG_BLK_DEV_IDE=y # CONFIG_BLK_DEV_HD_IDE is n
Re: Hardware for a Presario with Linux support
> I have no idea what sort of expansion you have, but with regards to a PCMCIA > wireless card, i use the Netgear MA401 and it works a charm (cheap too). Thanks, Tom. Anyway I think I'm going to try with one of those MultiPort modules even if it's quite a bit more expensive than a PCMCIA card, I don't want to waste the ONLY PCMCIA slot this laptop has. :/ -- Vicente Aguilar <[EMAIL PROTECTED]> | http://www.bisente.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
RE: Kernel Compilation Trouble
You need other options selected: Code Maturity Level Options -> Say YES to "Prompt for development and/or incomplete code/drivers" This gives you access to the following: Console Drivers -> Frame-Buffer support -> Support for frame buffer devices = YES Below : SIS acceleration = YES Plus possibly the two ones below, depending on your hardware config. This gets your kernel config to compile on my box correctly. (I found that with a google search that drove me to linux kernel mailing list archive) See http://www.uwsg.iu.edu/hypermail/linux/kernel/0202.2/0652.html Vincent > -Original Message- > From: Anders E. Andersen [mailto:[EMAIL PROTECTED]] > Sent: Tuesday 8 October 2002 11:14 > To: debian-laptop > Subject: Re: Kernel Compilation Trouble > > > DEFFONTAINES Vincent wrote: > > > Looks like you may be forgetting an important option every > time you set up a > > kernel. > > Try posting your .config and I'll have a look at it if you want. > > Should be attached. > > I was just looking at it. When a variable is unset does that > mean it is > set to =n? > > I saw a post about unsetting the CONFIG_X86_UP_APIC setting > because it > might cause X lockups with certain APM bioses. I have certainly > experienced trouble like that and it is one of the main > reasons I'd like > to recompile. > > Thanks for the help. > > Anders > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Seeking recommendation for Laptop, must satisfy:
On Tue, 2002-10-08 at 00:05, Oleg wrote: > On Monday 07 October 2002 06:02 pm, kyi wrote: > > > Toshiba 3005-S307 [...] > > BTW where would one buy a new Toshiba 3005 ? 5005s are very different, OTOH > 3005s have been discontinued and sold out a long time ago. > > Also, do suspend-to-memory and suspend-to-disk work flawlessly on your > machine? > I got mine @ compusa. Right now I am just starting to mess around with apm / acpi, so I can't give any details on how it works. > Also, have you tried doing "powerpoint" type of presentations with it? No I am the network admin where I work, I never goto customers so no need for presentations. What exactly do you mean by that anyway? Openoffice works perfectly, as do MS Powerpoint via-CrossOver-Office. > > Thanks > Oleg > Glad I could be of some help ;-) - Jayson Garrell -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Seeking recommendation for Laptop, must satisfy:
On Tuesday 08 October 2002 11:46 am, kyi wrote: > > Also, have you tried doing "powerpoint" type of presentations with it? > > No I am the network admin where I work, I never goto customers so no > need for presentations. What exactly do you mean by that anyway? There must be a special video output that connects to a projector, and it has to work under Linux. Then one has to be able to display those "slides" (not necessarily powerpoint, but the name stuck) on full screen. Oleg -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Seeking recommendation for Laptop, must satisfy:
On Tue, 8 Oct 2002 12:02:05 -0400 Oleg <[EMAIL PROTECTED]> wrote: O> There must be a special video output that connects to a projector, O> and it has to work under Linux. Then one has to be able to display O> those "slides" (not necessarily powerpoint, but the name stuck) on O> full screen. I don't think I've ever seen a laptop that lacked a VGA port (even the iBook). Usually the selection of output route is controlled by some "magic" key sequence (on older Toshibas it was Fn-F5) that interacts directly with the H/W. The only difficulty is when the capabilities of the screen and the projector don't match up and the X-configurations give problems. James -- ++---+-+ | James Tappin | School of Physics & Astronomy | O__| | [EMAIL PROTECTED] | University of Birmingham | -- \/` | | Ph: 0121-414-6462. Fax: 0121-414-3722 | | ++-+ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Toshiba Satellite 1110Z14
Hello everybody I'm just comping home from MediaMarkt with an offer for a Toshiba Satellite 1110Z14 laptop. This model is not listed on linux-laptop.net, so I'd like to know if anybody in here has this model working. It is a Celeron1.5 GHz and has a ATI Radeon M6C graphics chip. I think the Radeon should be supported by the experimental X4.2 version, but I'd sleep better if I knew that someone has it really working. So, if there is someone, pleas cc: me, as I'm not subscribed to this list (debian-user alone is causing enough traffic for my taste...) thanks joerg -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Seeking recommendation for Laptop, must satisfy:
On Tue, 2002-10-08 at 18:02, Oleg wrote: > On Tuesday 08 October 2002 11:46 am, kyi wrote: > > > > Also, have you tried doing "powerpoint" type of presentations with it? > > > > No I am the network admin where I work, I never goto customers so no > > need for presentations. What exactly do you mean by that anyway? > > There must be a special video output that connects to a projector, and it has > to work under Linux. Then one has to be able to display those "slides" (not > necessarily powerpoint, but the name stuck) on full screen. Why a "special video output" ? I've never seen a projector that could not take input from the VGA connector on the back of my laptop. The composite video connector is only useful if you need to output to a video component, such as a TV. The projectors commonly used for business presentations all take VGA signal. All laptop I have had in my hands have a VGA connector on their back. signature.asc Description: This is a digitally signed message part
Re: Seeking recommendation for Laptop, must satisfy:
> There must be a special video output that connects to a projector, and it has > to work under Linux. Then one has to be able to display those "slides" (not > necessarily powerpoint, but the name stuck) on full screen. > > Oleg Well there is a s-video & composite video outs. I have used the s-video but not the composite connector. All I did was connect the s-video cable and turn on the laptop, the video came up automagically on the tv. We have a projector an even though I haven't used it with this laptop I'm sure it would work the same way. - Jayson Garrell -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Kernel Compilation Trouble
Hi all, I had a similary problem, I have a laptop Gericom with a chip SiS630 so if it's not done, you have to download the drivers for you video card from http://www.winischhofer.net/linuxsis630.shtml and follow the instruction : for the kernel you have to download the file sisfb_srs_160209-1.tar.gz ( http://www.webit.at/~twinny/sis/sisfb_src_160902-1.tar.gz ) but check on the web site if it's the right file. and after : ~/sisfb_src_160902-1 $ cat README Installation instructions: Copy all *.c and *.h files EXCEPT sisfb.h over the existing ones in [kernel-tree]/drivers/video/sis. Copy sisfb.h to /usr/src/linux/include/linux and over eventual other copies of this file. If you experience compile errors, you have missed sisfb.h. Further, please use my Makefile (or patch your's accordingly) otherwise the acceleration code will not be linked (which results in errors, of course) For kernel 2.5.34 and later: 1) You need to change the Makefile in /drivers/video/ in line 90 like this: obj-$(CONFIG_FB_SIS) += sis/ cfbimgblt.o 2) For hardware accelerated 2D, set the kernel option "CONFIG_FBCON_ACCEL" ("Hardware acceleration" in menuconfig) /Thomas in fact, me, I forgot to copy the Makefile from the source sisfb_src_160902.tar.gz in [kernel-tree]/drivers/video/sis so if I had just copy the makefile and everythin was ok for more information, I give you an advice to follow what is write on the web site yoann Anders E. Andersen a écrit: > I was trying to compile Kernel 2.4.19 (from sid/unstable) on my ASUS > A1 laptop (Sis chipset) but in the end I got this: > > gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes > -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common > -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 > -nostdinc -I /usr/lib/gcc-lib/i386-linux/2.95.4/include > -DKBUILD_BASENAME=strstr -c -o strstr.o strstr.c > rm -f lib.a > ar rcs lib.a checksum.o old-checksum.o delay.o usercopy.o getuser.o > memcpy.o strstr.o > make[2]: Leaving directory `/usr/src/linux/arch/i386/lib' > make[1]: Leaving directory `/usr/src/linux/arch/i386/lib' > ld -m elf_i386 -T /usr/src/linux/arch/i386/vmlinux.lds -e stext > arch/i386/kernel/head.o arch/i386/kernel/init_task.o init/main.o > init/version.o init/do_mounts.o \ > --start-group \ > arch/i386/kernel/kernel.o arch/i386/mm/mm.o kernel/kernel.o > mm/mm.o fs/fs.o ipc/ipc.o \ > drivers/char/char.o drivers/block/block.o drivers/misc/misc.o > drivers/net/net.o drivers/media/media.o drivers/char/agp/agp.o > drivers/char/drm/drm.o drivers/ide/idedriver.o drivers/cdrom/driver.o > drivers/sound/sounddrivers.o drivers/pci/driver.o > drivers/pcmcia/pcmcia.o drivers/pnp/pnp.o drivers/video/video.o \ > net/network.o \ > /usr/src/linux/arch/i386/lib/lib.a /usr/src/linux/lib/lib.a > /usr/src/linux/arch/i386/lib/lib.a \ > --end-group \ > -o vmlinux > drivers/char/drm/drm.o: In function `sis_fb_alloc': > drivers/char/drm/drm.o(.text+0x6986): undefined reference to `sis_malloc' > drivers/char/drm/drm.o(.text+0x69cd): undefined reference to `sis_free' > drivers/char/drm/drm.o: In function `sis_fb_free': > drivers/char/drm/drm.o(.text+0x6b12): undefined reference to `sis_free' > drivers/char/drm/drm.o: In function `sis_final_context': > drivers/char/drm/drm.o(.text+0x6fc6): undefined reference to `sis_free' > make: *** [vmlinux] Error 1 > > > So does anybody have any clue on what to do? > > - Cheers Anders > > __ Etudiant: Wanadoo t'offre le Pack eXtense Haut Débit soit 150,92 euros d'économies ! Clique ici : http://www.ifrance.com/_reloc/mail.etudiant -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Kernel Compilation Trouble
Hey All! I just succesfully compiled and ran my first linux kernel. Thanks goes to Vincent and yoann! Both your clues helped tremendously. Kind Regards Anders E. Andersen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Pcmcia-HOWTO: Dudes, questions and suggestions
[To Debian-laptop] Read at end the cause of this e-mail [A Debian-users-spanish] Lean al final el porque de este correo. [This is an english/spanish mail, if you can understand both languagues you can completed mi bad english with spanish explication] Hi, First of all, i prey you excuse for my very bad english. He estado leyendo su COMO sobre Pcmcia, y despues de su lectura tengo dudas, preguntas y alguna sugerencia que hacerle, aunque alguna de las dudas se podrían tomar también como sugerencias. I have read your pcmcia-howto, and after i read it i have dues, questions and any suggested to make you, perhaps something dude it can be take by suggestion. Bien, mi sistema es debian 2.2, todavía sin actualizar a 3.0 :-( con un núcleo 2.4.18 en un Dell Inspiron 8100 para que sepamos sobre que entorno estamos hablando. Y la tarjeta a instalar es una conceptronic SP100TCL, 32 bit cardbus tipo II, 10/100 Mbps basada en un chip Realtek 8139 y compatible con NE-2000. Además supuestamente es compatible con linux ^_^ (Por eso la compre) Mi system is a debian 2.2, still is not actualized to 3.0 with a 2.4.18 kernel in a Dell inspiron 8100 for you understand where we are. The card i want to install is a conceptronic SP100TCL, 32 bit cardbus type II, 10/100 Mbps based on a realtek 8139 chip and NE-2000 compatibility. Yet is linux compatibilty, supossed (this is the reason for i buy it) Despues de leer el como, opte por descargar el paquete pcmcia-cs desde sourceforge ya que como en el se indicaba es mejor que instalar las versiones que traen las distribuciones. Una vez descargado y descomprimido, realice tal como se indica en el como: After i read howto, i download pcmcia-cs package from sourceforge, so howto indicates is better that install drivers from distributions. After download it and untar, i make: make config make all make install No hubo resultado aparente y segui sin tener soporte pcmcia en el núcleo, y he aqui mi primera duda, y también sugerencia. En el como no queda claro si es necesario recompilar el núcleo para activar el soporte pcmcia o este se añadira al hacer todas estas operaciones. A mi en concreto no me funciono, así que compile el núcleo de nuevo con soporte pcmcia y despues volví a realizar make config, make all, make install y esta vez si logre crear un módulo, no se exactamente si al hacer todas estas operaciones o por la recompilación del núcleo. This produced any result and i followed less kernel pcmcia support, and here are mi first dude, and suggestion. In the howto isn't obvious that is it necessary recompile kernel for to active pcmcia support, or this support is added after make config, ... For me, this operation doesn't anything, so i compiled kernel again with pcmcia support and after y come back to realiced make config, make all... and in this ocasion i will obtain a module, i don't know if it are for make thats operations or for compiled kernel. Despues de esto, gran susto porque mi portatil se quedaba «frito» y no quedaba mas solución que reiniciarlo, pero todo fue impaciencia por mi parte, dos páginas mas adelante pone en su como: After this, i take a bigger scare, because mi laptop was remain «fried» and i must reboot it, but all was my impatient, two pages after in howto: On the Dell Inspiron 8000, exclude port 0x800-0x8ff Bien, creo que debe cambiar esto a: well, i think that you must change it to this: On the Dell Inspiron 8x00 series, exclude port 0x800-0x8ff Por lo menos a mi me pasaba, quizas otros usuarios de la serie Inspiron 8000 puedan confirmarselo. At least me pass, perhaps other usuarios of 8000 inspiron series can be confirmated it. Despues de esto cardmgr cargaba la tarjeta pcmcia: After of this, cardmgr install the card: Oct 8 20:41:50 Puerto_Lobo cardmgr[1217]: socket 1: CardBus hotplug device Con esto llegabamos a la sección 3. Resolving installation and configuration problems y como todavía no hemos resuelto nada echo mano de las herramientas de configuración: With this we become to section 3.Resolving and how i still can resolved nothing, i use debug tools: Puerto_Lobo:/usr/src/pcmcia/debug-tools# ./test_setup Current kernel: 2.4.18 #1 Tue Oct 8 08:34:19 CEST 2002 pcmcia_core.o not found. The PCMCIA modules are not installed for this kernel! Checking current syslog files in /var/log: sh: /bin/ls: Argument list too long No PCMCIA messages were found! Kernel startup messages (from 'dmesg'): Linux Kernel Card Services 3.1.22 options: [pci] [cardbus] [pm] Yenta IRQ list 0098, PCI irq10 Socket status: 3006 Yenta IRQ list 0298, PCI irq10 Socket status: 3020 cs: cb_alloc(bus 7): vendor 0x10ec, device 0x8139 cs: IO port probe 0x0c00-0x0cff: clean. cs: IO port probe 0x0100-0x04ff: excluding 0x378-0x37f 0x4d0-0x4d7 cs: IO port probe 0x0a00-0x0aff: clean. cs: IO port probe 0x0c00-0x0cff: clean. cs: IO port probe 0x0100-0x04ff: excluding 0x4d0-0x4d7 cs: IO port probe 0x0a00-0x0aff: c
Business Proposal (Urgent)
8th October 2002 Mr Frank K. Adams Department of Mining & Natural Resources South Africa Email: [EMAIL PROTECTED] Dear Sir, STRICTLY CONFIDENTIAL & URGENT. I am Frank K. Adams, a native of Cape Town in South Africa and I am an Executive Accountant with the South African Department of Mining & Natural Resources. First and foremost, I want to apologize for using this medium to reach you for a transaction/business of this magnitude, but this is due to confidentiality and prompt access reposed on this medium. Be informed that a member of the South Africa Export Promotion Council (SEPC) who was at the Government delegation to your country during a trade exhibition gave your enviable credentials/particulars to me. I have decided to seek a confidential co-operation with you in the execution of the deal described hereunder for the benefit of all parties. Within the Department of Mining & Natural Resources where I work as Accountant and with the cooperation of four other top officials, we have in our possession as overdue payment, bills totaling Eighteen Million, Five Hundred Thousand U. S. Dollars (US$18.5m) which we want to transfer abroad with the assistance and cooperation of a foreign company/individual to receive the said fund on our behalf. As it is, we are handicapped in the circumstances, as the South Africa Civil Service Code of Conduct does not allow us to operate offshore account, hence your importance in the whole transaction. This amount (US$18.5m) represents the balance of the total contract value executed on behalf of my Department by a foreign contracting firm, which we the officials over-invoiced deliberately. The actual Contract Sum has been paid to the original contractor, leaving the balance in the tune of the said amount which we have, in principle, obtained approval to remit by Telegraphic Transfer (T.T) to any foreign bank account you will provide, by filing in an application through the Justice Ministry here in South Africa for the transfer of rights and privileges of the former contractor to you. I have the authority of my partners involved to propose that should you be willing to assist us in the transaction, your share of the sum will be 20% of the US$18.5 million, 70% for us and 10% for taxation and miscellaneous expenses. The business itself is 100% safe, on your part provided you treat it with utmost secrecy and confidentiality. Also your area of specialization is not a hindrance to the successful execution of this transaction. I have reposed my confidence in you and hope that you will not disappoint me. Please contact me immediately through my confidential e-mail address: [EMAIL PROTECTED] whether or not you are interested in this deal. If you are not, it will enable me contact another foreign partner to carry out the deal. I want to assure you that my partners and I are in a position to make the payment of this claim possible provided you can give us a very strong assurance and guarantee that our share will be secured for us. Please remember to treat this matter as very confidential matter; and we will not want any form of exposure, as we are still in active Government Service and remember once again that time is of the essence in this business. I wait in anticipation of your fullest co-operation. I am available to entertain any questions concerning the clarity of this transaction. Yours faithfully, Mr Frank K. Adams -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Pcmcia-HOWTO: Dudes, questions and suggestions [solutioned]
Hola, la unica cosa que no probe: the only thing that i don't test: modprobe 8139too la tarjeta y la red ya esta funcionando. Card and net yet are working. Salud y Revolución. Lobo. Original Message Subject: Re: Pcmcia-HOWTO: Dudes, questions and suggestions Date: Tue, 8 Oct 2002 18:05:44 -0700 From: dhinds <[EMAIL PROTECTED]> To: Rubén Gómez Antolí <[EMAIL PROTECTED]> References: [EMAIL PROTECTED]"><[EMAIL PROTECTED]> On Wed, Oct 09, 2002 at 02:29:14AM +0200, Rubén Gómez Antolí wrote: > > Oct 8 20:41:50 Puerto_Lobo cardmgr[1217]: socket 1: CardBus hotplug device Everything is working fine. Your card was configured correctly. With 2.4 kernel PCMCIA support, CardBus cards like this are configured by the linux-hotplug subsystem, not by cardmgr. Cardmgr just notes that the card is a hotplug device and does nothing. You should configure your kernel to build the Realtek PCI network driver, 8139too, as a module. If you modprobe that driver after inserting your card, you should get some messages in your system log saying that the eth0 interface is available. The linux-hotplug scripts should be able to load the driver automatically if you have current ones. You also need to have CONFIG_HOTPLUG enabled in your kernel. -- Dave -- Libertad es poder elegir en cualquier momento. Ahora yo eligo GNU/Linux, para no atar mis manos con las cadenas del soft propietario.