unsubscribe
unsubscribe
unsubscribe
>
Re: X windows setup
On Wed, 11 Sep 2002, Designer wrote: > Thanks for the help everyone. I just supprised that since this system > uses an ATI Radeon 7500 chipset, that X is not support via an existing > driver.. If you have the ATI Radeon 7500C (M7 chioset) then you definitely need 4.2.0 and I would suggest also getting the 4.2.1 update for completeness. I have the same card and run woody so if you need further help, let me know. In short, what I did was to copy someone else's XF86Config file who's got a 7500 and then remove all the stuff I didn't need and replace it with what the XF86Config.new file contained after doing XFree86 -configure. The relevant sections are: Section "Device" Identifier "ATI Radeon 7500" Driver "radeon" #Option "CrtScreen" VideoRam32768 EndSection Section "Screen" Driver "accel" Device "ATI Radeon 7500" Monitor "Dell generic flat panel" DefaultColorDepth 16 SubSection "Display" Depth 16 Modes "1024x768" ViewPort 0 0 EndSubsection EndSection I hope this helps. Good luck! Spiros Kapetanakis
Problems with pcmcia/modem
Hi, my pcmcia card (Elsa Modem) doesn't work at boot, I have to take it off and then put it back in the slot to have it working, here is the dmesg that i get for that : cs: IO port probe 0x0c00-0x0cff: clean. cs: IO port probe 0x0800-0x08ff: clean. cs: IO port probe 0x0100-0x04ff: excluding 0x378-0x37f 0x3c0-0x3df 0x4d0-0x4d7 cs: IO port probe 0x0a00-0x0aff: clean. and my /etc/pcmcia/config.opts : include port 0x100-0x4ff, port 0x800-0x8ff, port 0xc00-0xcff include memory 0xc-0xf include memory 0xa000-0xa0ff, memory 0x6000-0x60ff include port 0xa00-0xaff exclude irq 4 exclude irq 7 Is there something i should add/remove/change ? Thank in advance
Re: Problems with pcmcia/modem
also sprach PRIOUR Gaetan <[EMAIL PROTECTED]> [2002.09.12.1332 +0200]: > Is there something i should add/remove/change ? no, it looks good. is it not working? -- martin; (greetings from the heart of the sun.) \ echo mailto: !#^."<*>"|tr "<*> mailto:"; [EMAIL PROTECTED] the nice thing about windoze is - it does not just crash, it displays a dialog box and lets you press 'ok' first. pgp7bXHJ9noLn.pgp Description: PGP signature
RE: Problems with pcmcia/modem
Maybe this is stupid, but would you test it? Just after boot, if card doesnt work. Dont unplug it and try to run #/sbin/cardctl eject&&/sbin/cardctl insert Does it work any better after that? Vincent > -Original Message- > From: PRIOUR Gaetan [mailto:[EMAIL PROTECTED] > Sent: Thursday 12 September 2002 13:32 > To: debian-laptop@lists.debian.org > Subject: Problems with pcmcia/modem > > > Hi, my pcmcia card (Elsa Modem) doesn't work at boot, I have > to take it off and then put it back in the slot to have it > working, here is the dmesg that i get for that : > cs: IO port probe 0x0c00-0x0cff: clean. > cs: IO port probe 0x0800-0x08ff: clean. > cs: IO port probe 0x0100-0x04ff: excluding 0x378-0x37f > 0x3c0-0x3df 0x4d0-0x4d7 > cs: IO port probe 0x0a00-0x0aff: clean. > > and my /etc/pcmcia/config.opts : > > include port 0x100-0x4ff, port 0x800-0x8ff, port 0xc00-0xcff > include memory 0xc-0xf > include memory 0xa000-0xa0ff, memory 0x6000-0x60ff > include port 0xa00-0xaff > exclude irq 4 > exclude irq 7 > > > Is there something i should add/remove/change ? > > Thank in advance > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact > [EMAIL PROTECTED] >
Re: XFree86 on a Prostar 8894
El mié, 11-09-2002 a las 20:05, Designer escribió: > I've got a dual boot setup working except for X11. > > I keep running dpkg-reconfigure xserver-xfree86 and try > a variety of configurations, but nothing seems to start X working. > > I've run 'lspci' > and even looked in/proc/pci > > and both agree that the ATI M6 chips is located in > [...] > Should I upgrade to XFree86 version 4.2? ATI M6 is supported in XFree86 4.2. Although, it works with vesa driver on XFree 4.1 -- German Poo Caaman~o mailto:[EMAIL PROTECTED] http://www.ubiobio.cl/~gpoo/chilelindo.html "Hay 10 tipos de personas: las que entienden binario y las que no."
Fwd: Re: Network configuration problems with laptop
This is from a thread on the Libranet users list (Libranet is a Debian-based distribution). The problem is getting a PCMICA network card to work. Upon installation of Debian/Libranet, the option to include PCMCIA is given. If this is accepted, the installation crashes (on a Toshiba Satellite 2545 XCDT) and you cannot install Debian. However, if you perform a non-PCMCIA install, the Debian loads normally, you just aren't able to use the PCMCIA cards. Well, I've loaded Debian, and I'm trying to get the PCMCIA card among the living. I've loaded the pcmcia_cs module manually (and it loads fine) but the network setup won't recognize the kernel module. I've tried a couple of things (see below) but to no avail. Does anyone know what the fundamental problem is? I would happily settle for a work-around that is functional. Thanks in advance, Ron Forwarded Message: > To: [EMAIL PROTECTED] > From: "Ronald L. Chichester" (Remove Blanks) > Subject: Re: Network configuration problems with laptop > Date: Thu, 12 Sep 2002 06:02:23 -0500 > - > I checked /proc/modules. There were entries for the module in question > (see proc.modules attached). I edited /etc/network/interfaces as > indicated below. When I invoked ifup eth0, an error message appears > stating: "eth0: ERROR while getting inteface flags: No such device" > > Any other ideas? > > Ron > > rod wrote: > > > Try 'cat /proc/modules' to see if the module is actually loaded. If > > not then try modprobe to manually load the module. At least this may > > give some indication of any problems. > > > > If modprobe loads the module then you can hand edit > > /etc/network/interfaces and set up the card. The format is as follows: > > > > auto lo > > iface lo inet loopback > > auto eth0 > > iface eth0 inet static > > address x.x.x.x > > network x.x.x.0 > > netmask 255.255.255.0 > > broadcast x.x.x.255 > > > > then ifup eth0 to enable the card and ifconfig to see if everything > > shows up. > > > > Rod > > > > > > [EMAIL PROTECTED] wrote: > > > >> I'm still having trouble configuring a PCMCIA network card on a > >> laptop. I've > >> tried the /etc/default/pcmcia solution that was kindly posted by > >> Tamjoe7, but it > >> didn't work. This is the problem... > >> > >> Libranet loads fine on the laptop if I DON'T ask for PCMCIA on > >> startup. Well, > >> obviously the PCMCIA card won't work. However, in Adminmenu (for the > >> Network), > >> it duly says that I don't have a driver loaded for eth0 and to load > >> one. I load > >> the adapter module manually (detect doesn't work). I chose the > >> pcnet_cs module, > >> which loads correctly. It says "Finished saving modules" However, > >> when I go to > >> Edit Network Configuration (for LAN, etc.) it says that "No ethernet > >> device has > >> been configured yet. Press ENTER to configure network card drivers." > >> which puts > >> me right back to loading the driver. If I reload the driver, I get > >> the same > >> error message when I go back to configure the network. > >> Is there anyway out of this infinite loop? > >> > >> TIA, > >> > >> Ron > >> > > > > > I checked /proc/modules. There were entries for the module in question (see proc.modules attached). I edited /etc/network/interfaces as indicated below. When I invoked ifup eth0, an error message appears stating: "eth0: ERROR while getting inteface flags: No such device" Any other ideas? Ron rod wrote: Try 'cat /proc/modules' to see if the module is actually loaded. If not then try modprobe to manually load the module. At least this may give some indication of any problems. If modprobe loads the module then you can hand edit /etc/network/interfaces and set up the card. The format is as follows: auto lo iface lo inet loopback auto eth0 iface eth0 inet static address x.x.x.x network x.x.x.0 netmask 255.255.255.0 broadcast x.x.x.255 then ifup eth0 to enable the card and ifconfig to see if everything shows up. Rod [EMAIL PROTECTED] wrote: I'm still having trouble configuring a PCMCIA network card on a laptop. I've tried the /etc/default/pcmcia solution that was kindly posted by Tamjoe7, but it didn't work. This is the problem... Libranet loads fine on the laptop if I DON'T ask for PCMCIA on startup. Well, obviously the PCMCIA card won't work. However, in Adminmenu (for the Network), it duly says that I don't have a driver loaded for eth0 and to load one. I load the adapter module manually (detect doesn't work). I chose the pcnet_cs module, which loads correctly. It says "Finished saving modules" However, when I go to Edit Network Configuration (for LAN, etc.) it says that "No ethernet device has been configured yet. Press ENTER to configure network card drivers." which puts me right back to loading the driver. If I reload the driver, I get the same error message when I go back to configure the network. Is the
Packard-bell easy one Dc
Hi everybody, I would like to leave the Windows world behind and switch to Linux, and then in the Linux world, Debian enjoys a nice reputation But I know of hardware problems with certain laptops So did anyone have Debian (and then which Debian) running on a Packard-Bell easy-one Dc ? The specs are : AMD Athlon 700 MHz 128 (soon 256) Mo RAM HD 20Go Video ATI RAGE Mobility 4Mo Modem (ouch !) Lucent WinModem Toshiba DVD drive SD-C2402 Bonus track : I use an USB network adapter (Netgear EA 101) So is Debian Ok with that ?
Re: problesm with cardbus & pcmcia on toshiba laptop
On Wed, Sep 11, 2002 at 03:24:37PM -0500, tripolar wrote: > Hello > I am running kernel 2.4.18 on a toshiba satellite > I am unable to get cardbus & pcmcia working > in /var/log/kern.log > "kernel: Linux Kernel Card Services 3.1.22 >options: [pci] [cardbus] [pm] >intel PCIC probe: not found > ds: no socket drivers loaded!" > lsmod shows pcmcia_core > though no other modules relating to pcmcia or cardbus > when suse was running on this laptop I had seen i82365, ds, axnet_cs and > yenta socket?? > I have tried to insmod i82365, ds, and axnet_cs with no luck > Please help me figure this out. I dont want to go back to suse :-) > Thanks > If there is anything else I have left out that is needed please let me know My Portege has a misleading setting in its BIOS. The "16-bit cardbus" is the correct setting to work with linux. I've actually disabled both the i82365 and the tcic pcmcia drivers in my kernel (tho I have a Portege 7020CT, not a Satellite)... tofu:~# egrep -i 'pcmcia|tcic|cardbus|i82365' /usr/src/linux/.config # PCMCIA/CardBus support CONFIG_PCMCIA=y CONFIG_CARDBUS=y # CONFIG_I82365 is not set # CONFIG_TCIC is not set # CONFIG_PARPORT_PC_PCMCIA is not set # CONFIG_PHONE_IXJ_PCMCIA is not set # PCMCIA SCSI adapter support CONFIG_SCSI_PCMCIA=y CONFIG_PCMCIA_AHA152X=m CONFIG_PCMCIA_FDOMAIN=m CONFIG_PCMCIA_NINJA_SCSI=m CONFIG_PCMCIA_QLOGIC=m CONFIG_PCMCIA_HERMES=m # PCMCIA network device support CONFIG_NET_PCMCIA=y CONFIG_PCMCIA_3C589=m CONFIG_PCMCIA_3C574=m CONFIG_PCMCIA_FMVJ18X=m CONFIG_PCMCIA_PCNET=m CONFIG_PCMCIA_AXNET=m CONFIG_PCMCIA_NMCLAN=m CONFIG_PCMCIA_SMC91C92=m CONFIG_PCMCIA_XIRC2PS=m CONFIG_PCMCIA_IBMTR=m CONFIG_PCMCIA_XIRCOM=m CONFIG_PCMCIA_XIRTULIP=m CONFIG_NET_PCMCIA_RADIO=y CONFIG_PCMCIA_RAYCS=m CONFIG_PCMCIA_NETWAVE=m CONFIG_PCMCIA_WAVELAN=m # PCMCIA character devices CONFIG_PCMCIA_SERIAL_CS=m tofu:~#
Re: X windows setup
Hello I think the software are in a package Signouret Jerome On Wed, 11 Sep 2002 20:17:05 -0400 Designer <[EMAIL PROTECTED]> wrote: > "Jérôme Signouret" wrote: > > > > Hello > > > > You can try XF86Setup to manage your X conguration > > with XF86Setup the TFT screen are supported : you have a question for it... > > I do not have 'XF86Setup' on my new debian woody installation, > HOW so I get it? > > Whereis shows nothing on the system > > > > James > > > > > > that's more simple... > > > > jerome signouret > > > > On Mon, 09 Sep 2002 16:59:37 -0400 > > Designer <[EMAIL PROTECTED]> wrote: > > > > > Hello, > > > > > > I installed X during the coarse of the normal Debian installation. When > > > my 'Prostar' reboots X tries several times > > > to start, then fails. > > > > > > Video ATI Radeon 7500 64Meg of SDram > > > > > > I not sure how to 'rerun' the X installation, so I can try a > > > variety of speeds etc. > > > > > > Is there a good document I should read that talk all about how to > > > 'rerun' the installation and how to tweak thing under version 4 of > > > XFree? > > > > > > This is my first attempt at setting up Version 4, so hopefully there is > > > a new document, and a better way to figure those > > > > > > vert and horz settings??? > > > > > > > > > James > > > > > > > > > -- > > > 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: WIFI-Gateway9550Solo
Thanks for replies. Turned out I had missed a closing quote " for the netmask (using fixed addressing) in network.opts. Many hours of frustration! On Tue, 10 Sep 2002, ThomasRatliffDDS wrote: > > Still trying to get this running. At least its recognized. Can't seem to > configure this correctly. Runs on XP 'OK. Help would be appreciated. > Thanks. > > I just want to set up a fixed address on the order of > iface eth1 inet static > address 192.168.1.107 > netmask 255.255.255.0 > broadcast 192.168.1.254 > gateway 192.168.1.100 > > ESSID "WLAN" > > debian-gtwy:/etc/pcmcia# iwconfig eth1 > eth1 IEEE 802.11-DS ESSID:"" Nickname:"debian-gtwy" > Mode:Managed Frequency:2.457GHz Access Point: 00:00:00:00:00:00 > Bit Rate:11Mb/s Tx-Power=15 dBm Sensitivity:1/3 > Retry limit:4 RTS thr:off Fragment thr:off > Encryption key:off > Power Management:off > Link Quality:0/92 Signal level:134/153 Noise level:134/153 > Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 > Tx excessive retries:0 Invalid misc:0 Missed beacon:0 > > However, no manner of incantation will let me configure the thing. > > iwconfig eth1 essid "WLAN" > > won't change the above and the explicit "commit" > > debian-gtwy:/etc/pcmcia# iwconfig eth1 commit > Error for wireless request "Commit changes" (8B00) : > SET failed on device eth1 ; Operation not supported. > > Using hotplug/pcmcia-cs with the card being in the orinoco_cs family > > > > > > > > On Sun, 8 Sep 2002, ThomasRatliffDDS wrote: > > > > > Anyone have the wireless running on this laptop? > > > > thanks! > > > > > > -- > > 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: Packard-bell easy one Dc
Le jeu 12/09/2002 à 17:44, Olivier Six a écrit : > Hi everybody, > > I would like to leave the Windows world behind and switch to > Linux, and then in the Linux world, Debian enjoys a nice > reputation > > But I know of hardware problems with certain laptops > > So did anyone have Debian (and then which Debian) running on a > Packard-Bell easy-one Dc ? > > The specs are : > > AMD Athlon 700 MHz > 128 (soon 256) Mo RAM > HD 20Go > Video ATI RAGE Mobility 4Mo > Modem (ouch !) Lucent WinModem > Toshiba DVD drive SD-C2402 > > > Bonus track : I use an USB network adapter (Netgear EA 101) > > So is Debian Ok with that ? I would say... ...probably according to http://digilander.libero.it/namko/laptop.html But for the netgear : no idea. This may be problematic for a net install. Better is to run a cd install, IMHO.
Re: AlsaOnGateway9550
On Sun, Sep 08, 2002 at 08:33:31AM -0700, ThomasRatliffDDS wrote: > > My kernel build was the culprit > > "make-kpkg -config menu -rev Custom.0 kernel-image modules" > > Seem the alsa-modules.deb file and the generated /etc/alsa/modutils/0.9 > had the default sound card and not my > > "snd-maestro3" > > > What can I do with the kernel build stuff so that I do not have to > remember to tweak the sound card in the config file? [sorry for the delay] /etc/alsa/modutils/0.9 is, or was, generated by the out-dated alsaconf. Unless this package has been updated, it's a bit of a liability, so that file is best hand-written for now, or use alsaconf as a base and fix the errors it has introduced. However, once you've got that config file fixed, it shouldn't get overridden. hth Nyk -- /__ \_|\/ /\
unsubscribe
Slow internal 250 ZIP
I have a Dell Inspiron 2500 with an internal 250 ZIP. First I used the ATAPI FLOPPY driver in the kernal, but this is hoplessly slow. My external parallell port 100 ZIP is much faster on my old 166MHz. Copying 80Mb took about 1 hour I think. Now I read somewhere on the net that I should use the imm driver, but this doesn't work. I then made the ide-scsi module and this seems to work. My question is though is this the right module to use? Thanks in advance. -- Preben Randhol http://www.pvv.org/~randhol/ ._. Debian 3.0 |"Don't think about domination, think about freedom, / _,\ GNU/Linux | it doesn't dominate." - Richard M. Stallman| (_./ ><> ><> ><>| To learn more visit => http://www.debian.org/ \,_
Re: Compaq Evo N800v
El jue, 12-09-2002 a las 00:37, Al Stone escribió: > I'm running a Compaq Evo n400c with Debian unstable that > works pretty well. I did have to make sure I picked up > the XFree 4.2 drivers, though. > > A fellow down the aisle has the Compaq Evo n800v running > Debian unstable. Apart from using the most recent XFree > 4.2, his works pretty well, too. > > The winmodem is a Lucent winmodem (on both machines), so > you can get drivers for it (and they work). > > For wireless, we're both using the wireless gizmo that > attaches to the top of the case (not a PCMCIA card); I > think the hp/compaq web site refers to it as a "wireless > module". These are both working, too, but you have to > use at least 0.14 of the linux-wlan-ng prism2_usb drivers. > Thanks for the information, do you know what sound card does it have, and whether it is supported in Linux? Thanks again -- Un saludo Raul Aranda Blasco (aka elistan) [EMAIL PROTECTED] http://www.dragon-lance.net signature.asc Description: Esta parte del mensaje esta firmada digitalmente
Problems setting up Netgear FA 511
Hi all, this is the first time I am trying to set up Debian (3.0r0 CDs) on a Toshiba Notebook. Everything went fine except for the Netgear FA 511 Cardbus Network adapter. I tried the pcmcia-cs deb-package that comes with the CDs, I recompiled the pcmcia-cs-sources from the CDs (I compiled kernel 2.4.18 from CD sources and turned PCMCIA off). At last I tried the same with the pcmcia-cs-3.2.1 sources, but I still can't get the card to work. The "Act" light on the card comes on and ifconfig tells me my nw ist configured. But I can't get anything through. Any suggestions? Many thanks in advance, Jan PS: This card used to work with Mandrake 8.2 -- Jan Lentfer System Administrator Molecular Cell Biology / AG Holstein, Darmstadt University of Technology, Schnittspahnstr. 10, 64287 Darmstadt, Germany Tel: +49 6151 16 5563 / Tel private: +49 6151 788415 / mobile: +49 163 4712037
Re: Compaq Evo N800v
Oops. In a previous reply I indicated the wrong driver to use for these Compaq laptops. The n400c uses the maestro3 driver for the sound card. The n800v uses the i810_audio driver for the sound card. HTH... Raul Aranda Blasco wrote: El jue, 12-09-2002 a las 00:37, Al Stone escribió: I'm running a Compaq Evo n400c with Debian unstable that works pretty well. I did have to make sure I picked up the XFree 4.2 drivers, though. A fellow down the aisle has the Compaq Evo n800v running Debian unstable. Apart from using the most recent XFree 4.2, his works pretty well, too. The winmodem is a Lucent winmodem (on both machines), so you can get drivers for it (and they work). For wireless, we're both using the wireless gizmo that attaches to the top of the case (not a PCMCIA card); I think the hp/compaq web site refers to it as a "wireless module". These are both working, too, but you have to use at least 0.14 of the linux-wlan-ng prism2_usb drivers. Thanks for the information, do you know what sound card does it have, and whether it is supported in Linux? Thanks again -- Ciao, al Al Stone Linux Systems Operation Hewlett-Packard Company Phone: 970-898-0345 Telnet: 898-0345 Fax:970-898-3804 E-mail: [EMAIL PROTECTED]
Re: Problems setting up Netgear FA 511
You also need to edit /etc/pcmcia/wireless.opts for the ESSID, type of network, and WEP key. In addition you need to edit /etc/pcmcia/network.opts to specify DHCP or static configuration.
Toshiba 320CDT
Hi, I am very happy with my Debian v3 k2.4.18 installation on this laptop, the pcmcia works a treat and the apm alworks. The battery seems to last a lot longer in fact, than it ever did with any win32. I have a couple of issues I'd like to resolve, prehaps someone here has already solved them. Display Issue 1 I cannot seem to find a chartacter vga mode which used the whole display, I have tried 'scan' and tried all the different modes, the best for me is 80x25, but it does not use an band at the top and the bottom of the screen. It seems odd as the whole display is used in gfx gui modes. Display Issue 2 Under X, I cannot get a happt res either, I have entered the specs for the screen but other than 640x480 the desktop is bigger then the screen and so lots of scrolling is happening. I would prefer a fixed 600x800 and perhaps switch to a virtual 1024x768 for those dialog boxes which are too big tor 800x600. Below is the backend of the config I am using. Any ideas ? Many thanks - XF86Config-4 - Section "Device" Identifier "Generic Video Card" Driver "chips" EndSection Section "Monitor" Identifier "Generic Monitor" HorizSync 31.5-48.5 VertRefresh 50-90 Option "DPMS" EndSection Section "Screen" Identifier "Default Screen" Device "Generic Video Card" Monitor "Generic Monitor" DefaultDepth16 SubSection "Display" Depth 1 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 4 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 8 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 15 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" InputDevice "Generic Mouse" EndSection Section "DRI" Mode0666 EndSection Matthew Joyce -Original Message- From: Al Stone [mailto:[EMAIL PROTECTED] Sent: Friday, 13 September 2002 9:41 AM To: Raul Aranda Blasco Cc: debian-laptop Subject: Re: Compaq Evo N800v Oops. In a previous reply I indicated the wrong driver to use for these Compaq laptops. The n400c uses the maestro3 driver for the sound card. The n800v uses the i810_audio driver for the sound card. HTH... Raul Aranda Blasco wrote: > El jue, 12-09-2002 a las 00:37, Al Stone escribió: > >>I'm running a Compaq Evo n400c with Debian unstable that works pretty >>well. I did have to make sure I picked up the XFree 4.2 drivers, >>though. >> >>A fellow down the aisle has the Compaq Evo n800v running Debian >>unstable. Apart from using the most recent XFree 4.2, his works >>pretty well, too. >> >>The winmodem is a Lucent winmodem (on both machines), so >>you can get drivers for it (and they work). >> >>For wireless, we're both using the wireless gizmo that attaches to the >>top of the case (not a PCMCIA card); I think the hp/compaq web site >>refers to it as a "wireless module". These are both working, too, but >>you have to use at least 0.14 of the linux-wlan-ng prism2_usb drivers. >> > > Thanks for the information, do you know what sound card does it have, > and whether it is supported in Linux? > > Thanks again > -- Ciao, al Al Stone Linux Systems Operation Hewlett-Packard Company Phone: 970-898-0345 Telnet: 898-0345 Fax:970-898-3804 E-mail: [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Toshiba 320CDT
You need to compile your kernel with framebuffer and VGA text mode support. In menuconfig or xconfig under "Console drivers" select "VGA text console" and "Video mode selection support". In "Frame-buffer support" I chose "VESA VGA graphics console", "Advanced low level driver options", and "8 bpp packed pixels support". Everything else I left unselected. Read /usr/src/linux/Documentation/fb/vesafb.txt and determine the vga mode you wish to use. You will probably want to use 800x600 at 256 colors, which is mode 0x303. Pass this to the kernel as a boot argument "vga=0x303"; put this in either lilo.conf or menu.lst (grub's data file). I needed to experiment with it for a while; I believe this will get you close, but your hardware is different from mine and you may need to experiment a little too. Good luck! Kevin
RE: Toshiba 320CDT
I don't understand, using menuconfig, under "Console drivers" I only have the items "VGA text console" and "Video mode selection support", both are selected. Where is the "Frame-buffer support" item ? Am I being think ? Matthew Joyce -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, 13 September 2002 12:11 PM To: debian-laptop List Subject: Re: Toshiba 320CDT You need to compile your kernel with framebuffer and VGA text mode support. In menuconfig or xconfig under "Console drivers" select "VGA text console" and "Video mode selection support". In "Frame-buffer support" I chose "VESA VGA graphics console", "Advanced low level driver options", and "8 bpp packed pixels support". Everything else I left unselected. Read /usr/src/linux/Documentation/fb/vesafb.txt and determine the vga mode you wish to use. You will probably want to use 800x600 at 256 colors, which is mode 0x303. Pass this to the kernel as a boot argument "vga=0x303"; put this in either lilo.conf or menu.lst (grub's data file). I needed to experiment with it for a while; I believe this will get you close, but your hardware is different from mine and you may need to experiment a little too. Good luck! Kevin -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Problems setting up Netgear FA 511
On Thu, Sep 12, 2002 at 08:48:19PM -0400, [EMAIL PROTECTED] wrote: | You also need to edit /etc/pcmcia/wireless.opts for the ESSID, type of | network, and WEP key. | | In addition you need to edit /etc/pcmcia/network.opts to specify DHCP or | static configuration. The Netgear FA511 is a Cardbus 10/100 card for a wired network. It's not a wireless adapter and so the SSID settings, WEP key, etc. don't apply for this card. I have the FA511 working well in a Toshiba Portege 7200 series. It uses the tulip_cb module. IIRC, I had to set PC Card Controller Mode = CardBus/16-bit in my Toshiba BIOS before it would function properly. tau:~# dmesg Linux PCMCIA Card Services 3.1.33 kernel build: 2.4.18 unknown options: [pci] [cardbus] [apm] Intel ISA/PCI/CardBus PCIC probe: PCI: Enabling device 00:0b.0 ( -> 0002) PCI: Found IRQ 11 for device 00:0b.0 PCI: Enabling device 00:0b.1 ( -> 0002) PCI: Found IRQ 11 for device 00:0b.1 Toshiba ToPIC95-B rev 07 PCI-to-CardBus at slot 00:0b, mem 0x1000 host opts [0]: [slot 0xd0] [ccr 0x11] [cdr 0x86] [rcr 0xc00] [pci irq 11] [lat 64/176] [bus 20/20] host opts [1]: [slot 0xd0] [ccr 0x21] [cdr 0x86] [rcr 0xc00] [pci irq 11] [lat 64/176] [bus 21/21] ISA irqs (default) = 4,5,7,10,12 PCI status changes cs: cb_alloc(bus 21): vendor 0x1317, device 0x1985 cs: cb_config(bus 21) cs: IO port probe 0x0100-0x04ff: excluding 0x378-0x37f 0x3c0-0x3df 0x4d0-0x4d7 cs: IO port probe 0x0380-0x03bf: clean. cs: IO port probe 0x03e0-0x04cf: clean. cs: IO port probe 0x04d8-0x04ff: clean. cs: IO port probe 0x0800-0x08ff: clean. cs: IO port probe 0x0a00-0x0aff: clean. cs: IO port probe 0x0c00-0x0cff: clean. fn 0 bar 1: io 0x800-0x8ff fn 0 bar 2: mem 0x6006-0x600603ff fn 0 rom: mem 0x6004-0x6005 irq 11 cs: cb_enable(bus 21) bridge io map 0 (flags 0x21): 0x800-0x8ff bridge mem map 0 (flags 0x1): 0x6004-0x60060fff tulip_attach(device 15:00.0) tulip.c:v0.91g-ppc 7/16/99 [EMAIL PROTECTED] (modified by [EMAIL PROTECTED] for XIRCOM CBE, fixed by Doug Ledford) eth0: ADMtek Centaur-C rev 17 at 0x800, 00:10:7A:69:40:99, IRQ 11. tau:~# lsmod Module Size Used byNot tainted tulip_cb 31872 2 cb_enabler 2528 2 [tulip_cb] ds 6720 2 [cb_enabler] i82365 22416 2 pcmcia_core41408 0 [cb_enabler ds i82365] usb-uhci 20996 0 (unused) vfat9276 2 (autoclean) fat29112 0 (autoclean) [vfat] usbmouse1792 0 (unused) usbcore51744 1 [usb-uhci usbmouse] mousedev3808 0 input 3264 0 [usbmouse mousedev] maestro26688 0 (unused) soundcore 3492 2 [maestro] rtc 5528 0 (autoclean) tau:~# ifconfig eth0 Link encap:Ethernet HWaddr 00:10:7A:69:40:99 inet addr:192.168.1.144 Bcast:192.168.1.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:18 errors:0 dropped:0 overruns:0 frame:0 TX packets:9 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:100 RX bytes:1865 (1.8 KiB) TX bytes:958 (958.0 b) Interrupt:11 Base address:0x800 loLink encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:8 errors:0 dropped:0 overruns:0 frame:0 TX packets:8 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:560 (560.0 b) TX bytes:560 (560.0 b) tau:~# ping 192.168.1.1 PING 192.168.1.1 (192.168.1.1): 56 data bytes 64 bytes from 192.168.1.1: icmp_seq=0 ttl=255 time=0.5 ms 64 bytes from 192.168.1.1: icmp_seq=1 ttl=255 time=0.3 ms 64 bytes from 192.168.1.1: icmp_seq=2 ttl=255 time=0.3 ms --- 192.168.1.1 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 0.3/0.3/0.5 ms tau:~# cat /proc/interrupts CPU0 0: 23292 XT-PIC timer 1: 1163 XT-PIC keyboard 2: 0 XT-PIC cascade 8: 3 XT-PIC rtc 11: 58 XT-PIC ESS Maestro 2E, usb-uhci, i82365, eth0 12: 10 XT-PIC PS/2 Mouse 14: 3206 XT-PIC ide0 15: 4 XT-PIC ide1 NMI: 0 LOC: 0 ERR: 0 MIS: 0 tau:~# cat /proc/ioports -001f : dma1 0020-003f : pic1 0040-005f : timer 0060-006f : keyboard 0070-007f : rtc 0080-008f : dma page reg 00a0-00bf : pic2 00c0-00df : dma2 00f0-00ff : fpu 0170-0177 : ide1 01f0-01f7 : ide0 02f8-02ff : Lucent Microelectronics 56k WinModem 02f8-02ff : serial(set) 0376-0376 : ide1 03c0-03df : vga+ 03f6-03f6 : ide0 03f8-03ff : serial(set) 0800-08ff : cb_enabler 0cf8-0cff : PCI conf1 1c00-1cff : Lucent Micr
Kernel Upgrade Problems - IBM T23
Title: Message Hi I've recently acquired a brand new IBM T23 with no operating system on it. I've been working at getting Debian stabilized as the only OS for this machine. I have several computers and don't foresee a need for a dual OS machine. My problem is, I can install from the 4 ide-pci floppies without problem and get X to work. At this point, I'd like to start installing other modules like pcmcia-cs-3.2.1 to support my Cisco wireless NIC. In order to do this, I need to recompile the kernel so I opted to upgrade to the latest kernel kernel-source-2.4.18 from the debian site. I'm not sure if I'm missing something during the make config ( or actually, I used make xconfig), but it seems as though everything compiles fine and I specified to load the network drivers as modules but upon reboot, I can't manage to get my eth0 interface to DHCP an address. When I configure an IP address on it manually, I can ping local devices so obviously there must be more configuration I need to do when manually specifying an IP. My question is, why am I unable to use DHCP? Do I need pump or something like that? I thought dhcpd would take care of it. Additionally, I specified support for vfat filesystems but my floppy drive still will not mount after reboot. Am I just missing some fundamental things here, as I suspect I am? There's 8 million documents on rebuilding kernels but I've tried a few of them w/ similar results. Any advice/pointers would be greatly appreciated. As you probably can tell by now, I'm no linux guru. I've installed Redhat several times in the past with no problem but RH is a bit more newbie oriented. Any advice? Thanks, Zach
Re: Kernel Upgrade Problems - IBM T23
On Thu, Sep 12, 2002 at 11:56:14PM -0400, Zach Bower wrote: | I'm not sure if I'm missing something during the make config ( or | actually, I used make xconfig), but it seems as though everything | compiles fine and I specified to load the network drivers as modules but | upon reboot, I can't manage to get my eth0 interface to DHCP an address. | When I configure an IP address on it manually, I can ping local devices | so obviously there must be more configuration I need to do when manually | specifying an IP. My question is, why am I unable to use DHCP? Do I | need pump or something like that? I thought dhcpd would take care of | it. Is eth0 builtin? If so, you can configure it for DHCP via /etc/network/interfaces. See the man page on interfaces(5): % man interfaces If eth0 is a PC card, then you can specify to use DHCP when the card is configured by setting DHCP="y" in /etc/pcmcia/network.opts. Hope that helps. Best regards, -- Zane Dodson [EMAIL PROTECTED]
Re: Toshiba 320CDT
Joyce, Matthew, 2002-Sep-13 13:00 +1000: > > I don't understand, using menuconfig, under "Console drivers" I only have > the items "VGA text console" and "Video mode selection support", both are > selected. > > Where is the "Frame-buffer support" item ? > > Am I being think ? > > Matthew Joyce On that menu, you should see: [*] VGA text consolex [*] Video mode selection support < > MDA text console (dual-headed) (EXPERIMENTAL) Frame-buffer support ---> Move to the "Frame-buffer support --->" and Select it. What version of kernel are you working with? This should be the same in 2.2 and 2.4. jc -- Jeff CoppockSystems Engineer Diggin' Debian Admin and User
RE: Kernel Upgrade Problems - IBM T23
Zane It is the built-in Ethernet interface, I believe Intel EtherPro 100 or some variation. Seems to DHCP fine based off the initial ide-pci minimal install. Which specific config files should I copy when I upgrade my kernel to 2.4.8 and I assume I'll have to recompile the module for 2.4.8 as well? I did try to configure it in interfaces but it seems to not want to dhcp an address so I thought I was missing something. Sorry for the newbie questions, I'm actually pretty good when it comes to routing/switching if you ever need any help there... :) Zach -Original Message- From: Zane Dodson [mailto:[EMAIL PROTECTED] Sent: Friday, September 13, 2002 12:08 AM To: Zach Bower Cc: debian-laptop@lists.debian.org Subject: Re: Kernel Upgrade Problems - IBM T23 On Thu, Sep 12, 2002 at 11:56:14PM -0400, Zach Bower wrote: | I'm not sure if I'm missing something during the make config ( or | actually, I used make xconfig), but it seems as though everything | compiles fine and I specified to load the network drivers as modules | but upon reboot, I can't manage to get my eth0 interface to DHCP an | address. When I configure an IP address on it manually, I can ping | local devices so obviously there must be more configuration I need to | do when manually specifying an IP. My question is, why am I unable to | use DHCP? Do I need pump or something like that? I thought dhcpd | would take care of it. Is eth0 builtin? If so, you can configure it for DHCP via /etc/network/interfaces. See the man page on interfaces(5): % man interfaces If eth0 is a PC card, then you can specify to use DHCP when the card is configured by setting DHCP="y" in /etc/pcmcia/network.opts. Hope that helps. Best regards, -- Zane Dodson [EMAIL PROTECTED]
RE: Toshiba 320CDT
All I have is.. [*] VGA text consolex [*] Video mode selection support kernel_source-2.4.18 I have loeded the same source and built the kernel of 3 different pcs now, 2 pcs and this laptop, I don't think I have ever seen any more then these two options. This is all a bit odd, no ? I cannot fathom, why this would be like it is. Matthew Joyce -Original Message- From: Jeff [mailto:[EMAIL PROTECTED] Sent: Friday, 13 September 2002 2:18 PM To: debian-laptop List Subject: Re: Toshiba 320CDT Joyce, Matthew, 2002-Sep-13 13:00 +1000: > > I don't understand, using menuconfig, under "Console drivers" I only > have the items "VGA text console" and "Video mode selection support", > both are selected. > > Where is the "Frame-buffer support" item ? > > Am I being think ? > > Matthew Joyce On that menu, you should see: [*] VGA text consolex [*] Video mode selection support < > MDA text console (dual-headed) (EXPERIMENTAL) Frame-buffer support ---> Move to the "Frame-buffer support --->" and Select it. What version of kernel are you working with? This should be the same in 2.2 and 2.4. jc -- Jeff CoppockSystems Engineer Diggin' Debian Admin and User -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Kernel Upgrade Problems - IBM T23
On Fri, Sep 13, 2002 at 12:18:23AM -0400, Zach Bower wrote: | It is the built-in Ethernet interface, I believe Intel EtherPro 100 or | some variation. Seems to DHCP fine based off the initial ide-pci | minimal install. | | Which specific config files should I copy when I upgrade my kernel to | 2.4.8 and I assume I'll have to recompile the module for 2.4.8 as well? | | I did try to configure it in interfaces but it seems to not want to dhcp | an address so I thought I was missing something. When compiling your own kernel, make sure to set CONFIG_PACKET=y CONFIG_FILTER=y in your kernel's .config. This enables a raw socket that a dhcp client needs to open. See socket (2) (PF_PACK and SOCK_PACK) packet (7) See also /usr/share/doc/dhcp-client/README.gz, section 5.1.2 - PROTOCOL NOT CONFIGURED. I think that will get your DHCP working. Best regards, -- Zane Dodson [EMAIL PROTECTED]