Package search engine pb ?
the search engine at http://www.debian.org/distrib/packages#search_packages seems not to be working from a long time. Is there any plan to make this search engine working back ? Do we have to use an other search engine ? I have tried rpmseek.com which is presented as the new search engine. All the packages I tried where not found (ex : zaptel) So what ? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: LT Winmodem module (ltmodem.o) : Resolution
Andrew Whitlock wrote: > > In the course of attempting to get the Lucent Winmodem binary-only module to > work with my 2.1r Debian box, I did the following: > > Tried kernels 2.2.12, 2.2.14, 2.2.15, even 2.0.36 (it was there ) > Disabled all integrated peripherals > Removed all cards except vid card and modem > Removed all cards _and_ disabled all integrated peripherals > > I kept the kernel images on the drive and tried each one (only tried 2.0.36 > once, it generated a LOT of errors) with the same result: Device or > resource busy. I had kernel images with _and_ without CONFIG_MODVERSIONS=y > since someone in the linmodem mailing list archives suggested that setting > it to _y_ caused problems(?!). > > So I'm stumped. The modem I was trying to use had the Mars2 chipset and > that's all I know about it, I purchased it new for a crisp $10 -- no > manufacturer name on the box, product cleverly named 56K MODEM. > > I've given up for now; I located an inexpensive external modem. Any more > ideas would be helpful, but not critical since I have a sure-fire modem on > the way. Thank you for all of the assistance! > > While I'm here, though, I'd like to criticize binary-only device drivers ;-) > Hi, I got Lucent winmodem working on both desktop and laptop. Here is my setup, just in case it adds to the info the others provided : *Laptop : Compaq Presario 1610 *Desktop : Olidata (it is an Italian assembled PC) *Debian 2.2 (also worked with 2.1) *kernel : 2.2.13 with enabled Character devices->Support more than 4 serial ports, and Character devices->support for sharing serial interrupts. I'm not sure this is needed, but when inserted the module says 'Lucent Modem driver version 4.27.5.66 with MANY_PORTS MULTIPORT SHARE_IRQ enabled', so ... *MAKEDEV /dev/ttyS14 ( type character, major number 62, minor number 78 ) *ln -s /dev/ttyS14 /dev/modem *On the laptop only, I had to create the file /etc/rc.boot/9ltmodem as follows : insmod -f ltmodem 1>/dev/null 2>/dev/null setserial /dev/ttyS14 irq=3 port=0x02f8 uart=16550A [NOTE : setserial after insmod!] *On the desktop, I only need to do insmod -f ltmodem The modem works fine, though it uses quite a lot of CPU. Hope some of it is useful -- FB
Re: Why not dselect?
On Thu, Nov 30, 2000 at 07:27:13AM -0500, Michael P. Soulier wrote: > On Wed, Nov 29, 2000 at 06:47:29PM -0600, Brian McGroarty wrote: > > > Actually, I meant before I even select anything. I fire up dselect, and it > has already marked packages for installation, upgrade, removal, etc. I haven't > done a thing yet and it's making decisions. That's the part that I don't like. Yes, it's a bit annoying, especially if you have a slow connection like me and dont want/need the latest of everithing. > Can someone justify this behaviour, and tell me how to disable it in case I'd > like to think for myself? > When you update the list of packages, either with apt or dselect, all packages that you have installed are marked for upgrade, if newer version is availabile. This is the only 'autonomous' decision of dselect I'm aware of. To prevent this, you can put in hold (=) packages that you don't want to upgrade (you can also put in hold whole sessions, pressing = while being on a session header line). Ciao. - FB
Re: Cardmngr (fwd)
On Tue, Dec 12, 2000 at 11:23:41AM -0600, dude wrote: > > > Hello all. > > i have a compaq Presario 1700. > I have a Presario 1610. It's a laptop. If yours it is a laptop, too, you could get a better answer on debian-laptop. > I have installed potato but have to access it using > > boot: linux 1 > > because at first the thing would just horribly hang > > when it said > > Starting PCMCIA services: > Dunno. Never been expert of lilo and PCMCIA. > ok, well i downloaded the latested (from sourceforge) > pcmcia package onto my wins paritions > > then rstarted the system and mounted my windows parititon > > and then copied and 'make'-ed the pcmcia packages Did you try to use the pcmcia-source package and compile from that one? That is what I did, and I had no problem. pcmcia-source may not be the latest ( and so may lack support for the newest sockets/cards) but it is in synch with the kernel used by debian (assuming that you use kernel-source package or the equivalent kernel tarball). > i make sure to choose install all > so all modules would be made. > > anyway > > now the debian package hangs on the > "cardmgr" > when i run test_setup > it says no socket drivers loaded > but says i have pcmcia modules installed > > > so now, i need help in figuring out > why CARDMNGR hangs at boot up (horrible- i have to unplug the laptop) > > i read the pCMCIA HOWTO and it says something about if cardmngr hangs > you need to changea CORE_OPTS but i jhave no idea what file they are > talking about > > any appreciate all your help as usuall > > > i also looked at /pcmcia/debug and used ./test_setup > and it tells me that i dont have socket drivers loaded > ok so i loaed the i8235 drivers > > but then here is where it hangs, when i do a ./cardmgr or a ./probe > under /pcmcia/cardmgr > > it hangs horrible > > Sorry, can't help here. My pcmcia works out-of-the-box (once I build the debian package from pcmcia-source and Install it) and then I never needed to go in depth. Again, on debian-laptop you may find someone with your same model (if yours is a laptop,that is) HTH Ciao - FB
Pb with TEKRAM SCSI PCI driver
First of all : I'm a Linux beginer I have got the file "dc395-141.tar.gz.tar" Decompressed it patch the kernel sources 2.4.18 launch "make-kpkg" and got errors at the scsi driver compiling phase : make -C scsi modules make[2]: Entering directory `/usr/src/kernel-source-2.4.18/drivers/scsi' ld -m elf_i386 -r -o scsi_mod.o scsi.o hosts.o scsi_ioctl.o constants.o scsicam.o scsi_p roc.o scsi_error.o scsi_obsolete.o scsi_queue.o scsi_lib.o scsi_merge.o scsi_dma.o scsi_ scan.o scsi_syms.o gcc -D__KERNEL__ -I/usr/src/kernel-source-2.4.18/include -Wall -Wstrict-prototypes -Wno- trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-st ack-boundary=2 -march=i386 -DMODULE -DMODVERSIONS -include /usr/src/kernel-source-2.4.18 /include/linux/modversions.h -DKBUILD_BASENAME=dc395x_trm -c -o dc395x_trm.o dc395x_trm.c In file included from dc395x_trm.c:260: dc395x_trm.h:68: parse error before `:' dc395x_trm.c: In function `DC395x_bios_param': dc395x_trm.c:2445: warning: implicit declaration of function `scsicam_bios_param_Rsmp_dee45ea1' dc395x_trm.c: At top level: dc395x_trm.c:7898: stray '\' in program make[2]: *** [dc395x_trm.o] Error 1 make[2]: Leaving directory `/usr/src/kernel-source-2.4.18/drivers/scsi' make[1]: *** [_modsubdir_scsi] Error 2 make[1]: Leaving directory `/usr/src/kernel-source-2.4.18/drivers' make: *** [_mod_drivers] Error 2 So, what have I to do ? And : why do I have to recompile the whole kernel and not just to build a new module and then manually "modprobe" it ? Thank you for any suggestion ! -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]