From owner-freebsd-mobile Sun Jan 14 5:15:48 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from picalon.gun.de (picalon.gun.de [192.109.159.1]) by hub.freebsd.org (Postfix) with ESMTP id 978EE37B401 for ; Sun, 14 Jan 2001 05:15:25 -0800 (PST) Received: (from uucp@localhost) by picalon.gun.de (8.9.3/8.9.3) id OAA14762; Sun, 14 Jan 2001 14:15:15 +0100 (MET) >Received: from aklemm.klemm.gtn.com (aklemm.klemm.gtn.com [172.16.2.4]) by klemm.gtn.com (8.11.1/8.11.1) with ESMTP id f0EDDQg42048; Sun, 14 Jan 2001 14:13:26 +0100 (CET) (envelope-from andreas@klemm.gtn.com) Received: (from andreas@localhost) by aklemm.klemm.gtn.com (8.11.1/8.11.1) id f0EDDHI09267; Sun, 14 Jan 2001 14:13:17 +0100 (CET) (envelope-from andreas) Date: Sun, 14 Jan 2001 14:13:17 +0100 From: Andreas Klemm To: zebra@dml.com Cc: freebsd-xircom@lovett.com, freebsd-mobile@freebsd.org Subject: =?iso-8859-1?Q?ospf_doesn=B4t_work_on_laptop_using_xe0_=28Xircom=29_driv?= =?iso-8859-1?Q?er_=28FreeBSD_4=2E2+zebra_0=2E90=29?= Message-ID: <20010114141317.A9171@aklemm.klemm.gtn.com> Mime-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i X-Operating-System: FreeBSD 4.2-STABLE SMP X-Disclaimer: A free society is one where it is safe to be unpopular Content-Type: text/plain; charset=iso-8859-1 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi ! I have a small network running 1 cisco and 2 zebra OSPF/BGP4 speakers. Upgrade from zebra 0.89a to 0.90 went smoothly on my FreeBSD 4.2-STABLE main server with a fxp0 interface. I installed zebra 0.90 additionally on my laptop, which is also FreeBSD 4.2-STABLE. This is a new installation. There I experience major OSPF problems. BGP4 runs fine, but OSPF simply doesn´t work. As Ethernet interface I use a Xircom 10/100 Realport 16 Bit card with modem. The major problem seems to be, that zebra doesn´t find the xe0 interface... Cc´d to the FreeBSD-mobile and Xircom mailinglist since zebra runs on a FreeBSD-STABLE machine with a normal interface card without trouble. +--------------------------------------------------------------- "show ip ospf inter shows" results in: aklemm-ospfd# sh ip ospf inter lo0 is down, line protocol is down OSPF not enabled on this interface ppp0 is down, line protocol is down OSPF not enabled on this interface vmnet1 is down, line protocol is down OSPF not enabled on this interface xe0 is down, line protocol is down ^^^^^^^^^^^ <------------------------------------ !!! OSPF not enabled on this interface ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ <----------- !!!!!!!!!!!!!!! --------------------------------------------------------------+ +--------------------------------------------------------------- "show ip ospf" shows: OSPF Routing Process, Router ID: 172.16.2.4 Supports only single TOS (TOS0) routes This implementation conforms to RFC2328 RFC1583Compatibility flag is disabled SPF schedule delay 5 secs, Hold time between two SPFs 10 secs Refresh timer 10 secs Number of external LSA 0 Number of areas attached to this router: 0 ^^^ <-- !!! --------------------------------------------------------------+ Zebra configuration from sh run +--------------------------------------------------------------- [snip] ! interface xe0 description backbone ip ospf priority 2 ! router ospf ospf router-id 172.16.2.4 passive-interface lo0 passive-interface ppp0 passive-interface vmnet1 network 172.16.2.0/24 area 0 ^^^^^^^^^^^^^ <-- this is o.k., see ip address below !!! ! [snip] --------------------------------------------------------------+ FreeBSD interface configuration Firewall type is open, it doesn´t block anything root@aklemm[ttyp1]{151} /var/log ipfw l 00100 allow ip from any to any via lo0 00200 deny ip from any to 127.0.0.0/8 65000 allow ip from any to any 65535 deny ip from any to any Same settings as on FreeBSD server ... this should do anything bad. +--------------------------------------------------------------- root@aklemm[ttyp1]{147} ~ ifconfig -a lp0: flags=8810 mtu 1500 faith0: flags=8000 mtu 1500 gif0: flags=8010 mtu 1280 gif1: flags=8010 mtu 1280 gif2: flags=8010 mtu 1280 gif3: flags=8010 mtu 1280 lo0: flags=8049 mtu 16384 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x7 inet6 ::1 prefixlen 128 inet 127.0.0.1 netmask 0xff000000 ppp0: flags=8010 mtu 1500 xe0: flags=8843 mtu 1500 inet 172.16.2.4 netmask 0xffffff00 broadcast 172.16.2.255 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ <-- !!! matches OSPF settings inet6 fe80::210:a4ff:febb:11e8%xe0 prefixlen 64 scopeid 0x9 ether 00:10:a4:bb:11:e8 media: autoselect (10baseT/UTP) supported media: autoselect 10baseT/UTP 100baseTX --------------------------------------------------------------+ When using ethereal as sniffer on my freebsd server (all systems are located on a Cisco 2516, which has a 14-port hub integrated) I don´t see any OSPF packet transmitted from my laptop ... When enabling all OSPF debugging on my laptop I don´t see any arriving OSPF interface. If I bring the xe0 interface into up/down/up status I see no additional debug output, no OSPF actually starting. It looks like zebra OSPF totally ignores my interface. The output of "sh ip ospf inter" and "sh ip ospf" (see above) seconds that ... Here some debugging output I collected after turning on all debugging and bringing the interface up down several times: +--------------------------------------------------------------- 2001/01/14 13:38:39 informational: OSPF: LSA[Refresh]:ospf_lsa_refresh_walker(): start 2001/01/14 13:38:39 informational: OSPF: LSA[Refresh]: ospf_lsa_refresh_walker(): next index 14 2001/01/14 13:38:39 informational: OSPF: LSA[Refresh]: ospf_lsa_refresh_walker(): refresh index 13 2001/01/14 13:38:39 informational: OSPF: LSA[Refresh]: ospf_lsa_refresh_walker(): end 2001/01/14 13:38:49 informational: OSPF: LSA[Refresh]:ospf_lsa_refresh_walker(): start 2001/01/14 13:38:49 informational: OSPF: LSA[Refresh]: ospf_lsa_refresh_walker(): next index 15 2001/01/14 13:38:49 informational: OSPF: LSA[Refresh]: ospf_lsa_refresh_walker(): refresh index 14 2001/01/14 13:38:49 informational: OSPF: LSA[Refresh]: ospf_lsa_refresh_walker(): end [...] the "index value" is steadily increasing ... 2001/01/14 13:59:30 informational: OSPF: LSA[Refresh]:ospf_lsa_refresh_walker(): start 2001/01/14 13:59:30 informational: OSPF: LSA[Refresh]: ospf_lsa_refresh_walker(): next index 139 2001/01/14 13:59:30 informational: OSPF: LSA[Refresh]: ospf_lsa_refresh_walker(): refresh index 138 2001/01/14 13:59:30 informational: OSPF: LSA[Refresh]: ospf_lsa_refresh_walker(): end --------------------------------------------------------------+ My kernel config file: +--------------------------------------------------------------- machine i386 cpu I686_CPU ident AKLEMM maxusers 64 options INET #InterNETworking options INET6 #IPv6 communications protocols options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options SOFTUPDATES #Enable FFS soft updates support options MD_ROOT #MD is a potential root device options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options UCONSOLE #Allow users to grab the console options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores options SHMSEG=150 options P1003_1B #Posix P1003_1B real-time extensions options _KPOSIX_PRIORITY_SCHEDULING options ICMP_BANDLIM #Rate limit bad replies options KBD_INSTALL_CDEV # install a CDEV entry in /dev options PQ_NORMALCACHE options MROUTING device isa device pci # Floppy drives device fdc0 at isa? port IO_FD1 irq 6 drq 2 device fd0 at fdc0 drive 0 # ATA and ATAPI devices device ata0 at isa? port IO_WD1 irq 14 device ata1 at isa? port IO_WD2 irq 15 device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives options ATA_STATIC_ID #Static device numbering options ATA_ENABLE_ATAPI_DMA #Enable DMA on ATAPI devices # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 flags 0x1 device psm0 at atkbdc? irq 12 device vga0 at isa? options MAXCONS=9 options SC_HISTORY_SIZE=1024 options SC_PIXEL_MODE options VESA # splash screen/screen saver pseudo-device splash # syscons is the default console driver, resembling an SCO console device sc0 at isa? flags 0x100 # Floating point support - do not disable. device npx0 at nexus? port IO_NPX irq 13 # Power management support (see LINT for more options) device apm0 at nexus? flags 0x20 # PCCARD (PCMCIA) support device card device pcic0 at isa? irq 0 port 0x3e0 iomem 0xd0000 # Serial (COM) ports device sio0 at isa? port IO_COM1 flags 0x10 irq 4 # Parallel port device ppc0 at isa? irq 7 device ppbus # Parallel port bus (required) device lpt # Printer device plip # TCP/IP over parallel device ppi # Parallel port interface device # Xircom Ethernet device xe # sound support device pcm # Pseudo devices - the number indicates how many units to allocated. pseudo-device loop # Network loopback pseudo-device ether # Ethernet support pseudo-device ppp 1 # Kernel PPP options PPP_BSDCOMP #PPP BSD-compress support options PPP_DEFLATE #PPP zlib/deflate/gzip support options PPP_FILTER #enable bpf filtering (needs bpf) pseudo-device tun # Packet tunnel. pseudo-device pty # Pseudo-ttys (telnet etc) pseudo-device gif 4 # IPv6 and IPv4 tunneling pseudo-device faith 1 # IPv6-to-IPv4 relaying (translation) # The `bpf' pseudo-device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! pseudo-device bpf #Berkeley packet filter --------------------------------------------------------------+ Many thanks for any help Andreas /// -- Andreas Klemm Powered by FreeBSD SMP Songs from our band >>64Bits<<............http://www.apsfilter.org/64bits.html My homepage................................ http://people.FreeBSD.ORG/~andreas Please note: Apsfilter got a NEW HOME................http://www.apsfilter.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Jan 14 12:59: 2 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from minime.sistina.com (unknown [216.17.40.23]) by hub.freebsd.org (Postfix) with ESMTP id 414AF37B6A1 for ; Sun, 14 Jan 2001 12:58:42 -0800 (PST) Received: (from blutgens@localhost) by minime.sistina.com (8.11.1/8.11.1) id f0EKwtF01270 for freebsd-mobile@freebsd.org; Sun, 14 Jan 2001 14:58:55 -0600 (CST) (envelope-from blutgens@sistina.com) X-Authentication-Warning: minime.sistina.com: blutgens set sender to blutgens@sistina.com using -f Date: Sun, 14 Jan 2001 14:58:54 -0600 From: Ben Lutgens To: freebsd-mobile@freebsd.org Subject: ricochet usb and FreeBSD Message-ID: <20010114145854.C1102@minime.sistina.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="69pVuxX8awAiJ7fD" Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Mailer: all GUI clients SUCK!! Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --69pVuxX8awAiJ7fD Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Any gotten these to work? If so, any report on performace ease of setup etc? --=20 Ben Lutgens cell: 612.670.4789 Sistina Software Inc. work: 612.379.5941 Code Monkey Support (A.K.A. System Administrator) --69pVuxX8awAiJ7fD Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE6YhMOLxkxGgLdGQgRAk2dAKC4gyo6phBskYVAhus4sHkloH/POQCeJzqf 4Z6IH7wQyVv1YcDsxjFL0Oc= =P6vt -----END PGP SIGNATURE----- --69pVuxX8awAiJ7fD-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Jan 14 13:14:22 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from harmony.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 1630137B698 for ; Sun, 14 Jan 2001 13:14:00 -0800 (PST) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.1/8.11.1) with ESMTP id f0ELDSs12765; Sun, 14 Jan 2001 14:13:28 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200101142113.f0ELDSs12765@harmony.village.org> To: Pete Carah Subject: Re: NEWCARD vs Lucent WaveLan Cc: mobile@FreeBSD.ORG In-reply-to: Your message of "Sat, 13 Jan 2001 12:05:02 PST." <200101132005.f0DK52707455@ns.altadena.net> References: <200101132005.f0DK52707455@ns.altadena.net> Date: Sun, 14 Jan 2001 14:13:28 -0700 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <200101132005.f0DK52707455@ns.altadena.net> Pete Carah writes: : NEWCARD isn't well documented :-)... Is if_wi in the newcard framework, : and/or is there a way to get pccardd to work with newcard? No. : If not, I could perhaps take a crack at newcard'ifying if_wi? (given : identified sources for another network card that was done right...) Look at what I did to sn or peter did to ep. You can run the patches by me if you'd like. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Jan 14 13:14:44 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from harmony.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id DCBF137B6A3 for ; Sun, 14 Jan 2001 13:14:17 -0800 (PST) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.1/8.11.1) with ESMTP id f0ELE4s12784; Sun, 14 Jan 2001 14:14:04 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200101142114.f0ELE4s12784@harmony.village.org> To: torstenb@vmunix.org (Torsten Blum) Subject: Re: ELSA Airlancer MC-11 Cc: freebsd-mobile@FreeBSD.ORG In-reply-to: Your message of "Sat, 13 Jan 2001 21:22:31 +0100." References: Date: Sun, 14 Jan 2001 14:14:04 -0700 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message Torsten Blum writes: : I got a ELSA Airlancer MC-11 (802.11 WaveLan, PCMCIA card) to play with : during the weekend. It seems to be a Lucent OEM and works just fine with : wi(4). I'll commit the change to pccard.conf tomorrow. Actually, if you could send it by me first, I'd appreciate it. I'm trying to keep that file sorted. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Jan 14 13:41:13 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from kamidake.apricot.com (kamidake.apricot.com [64.121.160.36]) by hub.freebsd.org (Postfix) with ESMTP id 9720737B401 for ; Sun, 14 Jan 2001 13:40:55 -0800 (PST) Received: from matsubue.apricot.com (matsubue.apricot.com [64.121.160.52]) by kamidake.apricot.com (8.8.8/8.8.8) with ESMTP id NAA15250; Sun, 14 Jan 2001 13:40:46 -0800 (PST) Received: from matsubue.apricot.com (localhost [127.0.0.1]) by matsubue.apricot.com (8.11.1/8.11.1) with ESMTP id f0ELewN03944; Sun, 14 Jan 2001 13:40:58 -0800 (PST) (envelope-from scanner@matsubue.apricot.com) Message-Id: <200101142140.f0ELewN03944@matsubue.apricot.com> To: Ben Lutgens Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: ricochet usb and FreeBSD In-reply-to: Your message of "Sun, 14 Jan 2001 14:58:54 CST." <20010114145854.C1102@minime.sistina.com> Reply-To: scanner@apricot.com X-URI: http://www.apricot.com/~scanner/ X-Face: 6K2.ZvQgQ.NDQLIx.1pW(xRu*">:}&PX-Ad_!!?wU7H4L"wF"0xEwYu=8Or0V+=5?-eO1XL 7-0Hom/|]B2C7Uznyol-NVnvEk:+sod^MyB4v4qVpPDemr;b@pZdRSXu.'Gm^t0?2l,j[&t.kbc[UW x6Lz^e$K$W Mime-Version: 1.0 (generated by tm-edit 1.7) Content-Type: text/plain; charset=US-ASCII Date: Sun, 14 Jan 2001 13:40:58 -0800 From: "Eric 'Scanner' Luce" Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >>>>> "BL" == Ben Lutgens >>>>> wrote the following on Sun, 14 Jan 2001 14:58:54 -0600 BL> Any gotten these to work? If so, any report on performace ease BL> of setup etc? I run FreeBSD 4.2-stable and my USB ricochet works just fine. I use the user-mode ppp. --Scanner (scanner@apricot.com) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Jan 14 15:42:26 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from m2.pp.htv.fi (m2ep.pp.htv.fi [212.90.64.98]) by hub.freebsd.org (Postfix) with ESMTP id 1C0A437B401 for ; Sun, 14 Jan 2001 15:42:07 -0800 (PST) Received: from m7.pp.htv.fi (m7.pp.htv.fi [212.90.64.22]) by m2.pp.htv.fi (8.9.3 (PHNE_18979)/8.8.6) with ESMTP id BAA20698 for ; Mon, 15 Jan 2001 01:42:05 +0200 (EET) Received: from [192.168.0.2] (cs80083.pp.htv.fi [212.90.80.83]) by m7.pp.htv.fi (8.8.6 (PHNE_14041)/8.8.6) with ESMTP id BAA28434 for ; Mon, 15 Jan 2001 01:42:03 +0200 (EET) Mime-Version: 1.0 X-Sender: metis@pop.clinet.fi Message-Id: Date: Mon, 15 Jan 2001 01:41:52 +0200 To: freebsd-mobile@freebsd.org From: Petri Riihikallio Subject: Compaq Armada w/TI-1225: No PC-CARD Slots (4.2 release) Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello I upgraded my Armada from 3.4 to 4.2 by a clean install. Now I can't get my Xircom ethernet PC-card to work. I have searched the mail archives and found many similar questions, but less answers. Should this work? The relevant lines of dmesg are: pcic-pci0: mem 0x7fffe000-0x7fffefff irq 11 at device 17.0 on pci0 pcic-pci0: TI12XX PCI Config Reg: [ring enable][speaker enable][pwr save][CSC serial isa irq] pcic-pci1: mem 0x7ffff000-0x7fffffff irq 11 at device 17.1 on pci0 pcic-pci1: TI12XX PCI Config Reg: [ring enable][speaker enable][pwr save][CSC serial isa irq] ... pcic0 at port 0x3e0-0x3e1 iomem 0xd0000-0xd0fff irq 10 on isa0 pcic ident regs: 0x84 0x84 0x00 0x00 pcic0: controller 0 (Intel 82365SL Revision 1) has sockets A and B pccard0: on pcic0 pccard1: on pcic0 (full version at http://www.metis.fi/dmesg.txt) I know that the pcic-pci0/1 irq 11 vs. pcic0 irq 10 is wrong, but I don't know what to do about it. The relevant lines of kernel config: # PCCARD (PCMCIA) support device pccard device pcic0 #at isa? <- tried with "at isa?" or commented out, no difference #device pcic1 at isa? <- tried with this and ended with pcic2 in dmesg! # Xircom Ethernet device xe (full version at http://www.metis.fi/armada.txt) With "device card" (as in GENERAL and LINT) I got only the pcic-pci0 and pcic-pci1 lines in dmesg. No pcic0 or pccard0/1. Then I saw in some post "device pccard". Now the kernel knows about insertion and removal of the card. I haven't found any references or docs on this device. Are there any? Shouldn't the pcic devices appear on the pci bus? That's why I have tried to comment out the bus part. Now if I remove the card I get: pcic0: intr pccard1: 40 CD 0 and when I insert the card (but not at boot) I get: pcic0: intr pccard1: 40 CD c pccard1: enqueing INSERTION event pccard1: insertion event pcic_attach_card h 0xc0979944 h->dev 0xc0978000 pccard pcic pccard1: pccard_card_attach pccard1: chip_socket_enable pccard1: pcic_chip_socket_enable cardtype mem 40 pccard1: read_cis Calling scan_cis pcic_chip_mem_map window 0 bus 0+0+400 at card addr 0 pcic_chip_do_mem_map window 0: 0000 8000 0000 0xc0978f80 0xc0978000 3 0 0x1 pcic_chip_do_mem_map window 0: 00d2 80d2 4000 cis mem map c00d2000 pccard1: CIS tuple chain: CISTPL_DEVICE type=null speed=null 01 02 00 ff CISTPL_DEVICE_A type=null speed=null 17 02 00 ff CISTPL_VERS_1 15 2c 05 00 58 69 72 63 6f 6d 00 43 72 65 64 69 74 43 61 72 64 20 31 30 2f 31 30 30 00 43 45 33 2d 31 30 2f 31 30 30 00 31 2e 30 30 00 ff unhandled CISTPL 88 88 08 a2 e8 bc 00 00 00 00 00 CISTPL_MANFID 20 05 05 01 0a 01 43 unhandled CISTPL 44 44 04 62 3c 86 22 CISTPL_CONFIG 1a 05 01 01 00 08 03 CISTPL_CFTABLE_ENTRY 1b 19 c1 c1 bd 7f 55 4d 5d 3e 46 46 06 e0 17 17 e4 60 00 00 0f 70 bc 8e 10 00 20 CISTPL_FUNCID 21 02 06 00 unhandled CISTPL 22 22 08 04 06 00 80 c7 a2 e8 bc ... more unhandled CISTPL 22's deleted ... CISTPL_END ff pccard1: chip_socket_disable pcic_chip_socket_disable pccard1: check_cis_quirks pccard1: functions scanning Still I can't launch pccardd since there are "no PC-card slots", says the error message. I have remade the /dev every once in a while. There are /dev's card0 - 3, but they are not configured, if I try to read them. Should I have pccard's or pcic's in /dev? I would have tried the new devices cardbus and pccbb, but I am missing some sources. I installed full sources from the 4.2 release CD, though. The funny thing is that this used to work in 3.4 with these lines in config: # PCCARD (PCMCIA) support controller card0 device pcic0 at card? device pcic1 at card? Sorry about the lengthy post, but I tried to include everything that could be of interest. If somebody does have a TI-1225 working on a laptop, could you please help me out? Thanks Petri -- -- Petri.Riihikallio@Metis.fi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Jan 14 17:19:20 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from outmail.utsunomiya-u.ac.jp (outmail.utsunomiya-u.ac.jp [160.12.196.3]) by hub.freebsd.org (Postfix) with ESMTP id 241A937B400; Sun, 14 Jan 2001 17:19:00 -0800 (PST) Received: from zodiac.mech.utsunomiya-u.ac.jp (IDENT:H13Tb0aKUcX1kBRXnMA99AMoiWQ7y3Us@zodiac.mech.utsunomiya-u.ac.jp [160.12.42.1]) by outmail.utsunomiya-u.ac.jp (8.11.0/3.7Wpl2) with ESMTP id f0F1IqM00959; Mon, 15 Jan 2001 10:18:52 +0900 (JST) Received: from zodiac.mech.utsunomiya-u.ac.jp (IDENT:+reANrE8Ka67rctX4Sfj0gOgYNmEJS/5@zodiac.mech.utsunomiya-u.ac.jp [160.12.42.1]) by zodiac.mech.utsunomiya-u.ac.jp (8.9.3+3.2W/3.7W/zodiac-May2000) with ESMTP id KAA00198; Mon, 15 Jan 2001 10:26:37 +0900 (JST) Message-Id: <200101150126.KAA00198@zodiac.mech.utsunomiya-u.ac.jp> To: Stephen Montgomery-Smith Cc: freebsd-stable@FreeBSD.ORG, freebsd-mobile@freebsd.org, yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: disable mousepad taps on Dell Inspiron In-reply-to: Your message of "Fri, 12 Jan 2001 21:50:40 CST." <3A5FD090.E035557F@math.missouri.edu> References: <3A5FD090.E035557F@math.missouri.edu> Date: Mon, 15 Jan 2001 10:26:35 +0900 From: Kazutaka YOKOTA Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >I have submitted another PR describing how to do this: > >http://www.freebsd.org/cgi/query-pr.cgi?pr=24299 > >I now know quite a few people who would like something like this. >The old PR I submitted regarding this is now out of date. Could >someone please commit this (and the required co-PR: >http://www.freebsd.org/cgi/query-pr.cgi?pr=20352 ) >or something like this? > >Thanks, Stephen Hi, We exchanged mails quite a while ago and discussed about your proposed patch. I am sorry that I haven't written to you since then. The reason why I didn't commit your patch straight away at that time wasn't that I saw problems in your patch, but rather that the psm driver has gotten so bloat over the years and now have full of various model-specific code in it. It's getting more and more difficult to maintain. In addition, nowadays there are so many arcane PS/2 mice which require special attention by the driver on the market. We need to add support for those mice as well. Because of that, I decided to reorganize the psm driver a bit. I will split the model-specific code from the main body of the driver, and create a set of sub-drivers each of which will support a specific PS/2 mouse model. I promise that the TouchPad support will be one of the first sub-drivers to be added. I am almost there and commit the new code to the -CURRENT tree in a couple of weeks. IMHO, the PS/2 mouse is a dying beast, in that the USB mouse is the way to go. But, for the time being (well, a couple of years? three year?), we need to keep the psm driver in good shape. Kazu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Jan 14 17:40:42 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from imo-r01.mx.aol.com (imo-r01.mx.aol.com [152.163.225.1]) by hub.freebsd.org (Postfix) with ESMTP id 090AB37B401 for ; Sun, 14 Jan 2001 17:40:26 -0800 (PST) Received: from ChiaYuChen@aol.com by imo-r01.mx.aol.com (mail_out_v29.5.) id n.a2.ebf5ce3 (8977) for ; Sun, 14 Jan 2001 20:39:57 -0500 (EST) From: ChiaYuChen@aol.com Message-ID: Date: Sun, 14 Jan 2001 20:39:57 EST Subject: Mitsubish Pedion To: freebsd-mobile@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="part1_a2.ebf5ce3.2793aeed_boundary" Content-Disposition: Inline X-Mailer: 6.0 sub 172 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --part1_a2.ebf5ce3.2793aeed_boundary Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit I have a Mitsubishi Pedion. After I turned on the computer very often the screen started to be foggy and different strips of colors started to show on the screen and then computer stopped. This machine is very unstable. --part1_a2.ebf5ce3.2793aeed_boundary Content-Type: text/html; charset="US-ASCII" Content-Transfer-Encoding: 7bit I have a Mitsubishi Pedion.  After I turned on the computer very often the
screen started to be foggy and different strips of colors started to show on
the screen and then computer stopped.

This machine is very unstable.
--part1_a2.ebf5ce3.2793aeed_boundary-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sun Jan 14 17:49:26 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from guild.plethora.net (guild.plethora.net [205.166.146.8]) by hub.freebsd.org (Postfix) with ESMTP id C8E3637B400 for ; Sun, 14 Jan 2001 17:49:08 -0800 (PST) Received: from guild.plethora.net (seebs@localhost.plethora.net [127.0.0.1]) by guild.plethora.net (8.10.1/8.10.1) with ESMTP id f0F1n8W22813 for ; Sun, 14 Jan 2001 19:49:08 -0600 (CST) Message-Id: <200101150149.f0F1n8W22813@guild.plethora.net> From: seebs@plethora.net (Peter Seebach) Reply-To: seebs@plethora.net (Peter Seebach) To: freebsd-mobile@freebsd.org Subject: Re: Mitsubish Pedion In-reply-to: Your message of "Sun, 14 Jan 2001 20:39:57 EST." Date: Sun, 14 Jan 2001 19:49:08 -0600 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message , ChiaYuChen@aol.com writes: >I have a Mitsubishi Pedion. You also have an HTML-encoded copy of your message. >After I turned on the computer very often the >screen started to be foggy and different strips of colors started to show on >the screen and then computer stopped. When my computer did this, I sent it to the vendor to get the LCD fixed. >This machine is very unstable. Perhaps therapy is in order. >--part1_a2.ebf5ce3.2793aeed_boundary >Content-Type: text/html; charset="US-ASCII" >Content-Transfer-Encoding: 7bit >I have a Mitsubishi Pedion. &nb >sp;After I turned on the computer very often the I don't really think we needed this. -s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Jan 15 4:45:19 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from thyme.med.kobe-u.ac.jp (thyme.med.kobe-u.ac.jp [133.30.168.2]) by hub.freebsd.org (Postfix) with ESMTP id A794D37B698 for ; Mon, 15 Jan 2001 04:45:01 -0800 (PST) Received: from [133.30.168.118] ([133.30.168.118]) by thyme.med.kobe-u.ac.jp (8.9.1/3.7W000708em) with ESMTP id VAA20042 for ; Mon, 15 Jan 2001 21:43:40 +0900 (JST) Date: Mon, 15 Jan 2001 21:48:49 +0900 (JST) From: Rachmat Hidajat X-Sender: rachmat@okurayama.med.kobe-u.ac.jp To: freebsd-mobile@FreeBSD.ORG Subject: ECP and Zip Drive In-Reply-To: <200101142114.f0ELE4s12784@harmony.village.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi All, Last week the harddisk in my old Compaq Contura won't boot win95 anylonger, which may be good also that I totally turn to FreeBSD since the HD still works fine for FreeBSD. What I missed from win95 is I can't browse my files using paralel ZIP Drive under FreeBSD. The paralel port is recognized as ECP in win95 and it seems that the vpo driver in FreeBSD only works in EPP mode. The related part of dmesg.boot as as followed: Copyright (c) 1992-2000 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.2-RELEASE #1: Mon Jan 15 11:30:28 JST 2001 root@localhost:/usr/src/sys/compile/COMPAQ ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppbus0: IEEE1284 device found /NIBBLE Probing for PnP devices on ppbus0: ppbus0: HP ENHANCED PCL5,PJL plip0: on ppbus0 ppi0: on ppbus0 vpo0: on ppbus0 vpo0: EPP 1.9 mode vpo0: VP0 error/timeout (3) vpo0: VP0 error/timeout (3) --------------------- vpo0: VP0 error/timeout (3) vpo0: VP0 error/timeout (3) Mounting root from ufs:/dev/ad0s1a I have searched the internet and found some others facing the same problem but with no answer. I wondered whether there is somebody in this list able to overcome the problem. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Jan 15 13:22:49 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from bignet.ru (mail.bignet.ru [217.23.70.5]) by hub.freebsd.org (Postfix) with SMTP id 143B637B401 for ; Mon, 15 Jan 2001 13:22:29 -0800 (PST) Received: (qmail 8360 invoked from network); 15 Jan 2001 21:20:57 -0000 Received: from ppp9.dialup1.bignet.ru (HELO computer) (217.23.71.10) by mail.bignet.ru with SMTP; 15 Jan 2001 21:20:57 -0000 Message-ID: <002301c07f39$1262c460$0a4717d9@computer> From: To: , , , , , Subject: . To transmit to the address President Whitehouse. To the President WILLIAM J. CLINTON. Date: Mon, 15 Jan 2001 23:44:59 +0300 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0185_01C07F4D.2BE65AA0" X-Priority: 1 X-MSMail-Priority: High X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------=_NextPart_000_0185_01C07F4D.2BE65AA0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable 15.01.2001 23:44 To the President WILLIAM J. CLINTON. ? ?????: "???? =96 ??? ?????" - ??????? ??? ???? ?.?.=20 ????????? ?? ????? ?.?. ???????? ?????????.=20 ?????? ????????????? ??????????? ??????????? ????????? ?. ???????? = ?????????.=20 ??????? ???? ?????????, ????? ?? ?????? ?? ???? 6000000000 ??????? ??? = ???????????? ??? ????? ???????????.=20 15:00/9:00=20 I the author: " the Work is the goods " - surname mine the Zuev V.V.=20 The president of Russian Federation Putin V.V. has pirated authorship.=20 The announcer of public Russian TV Vihuholev I. has pirated authorship. = How many to you to pay, that you have told about it 6000000000 persons = or have granted me such possibility.=20 15:00/9:00 zuew@bignet.ru ------=_NextPart_000_0185_01C07F4D.2BE65AA0 Content-Type: text/html; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable
    15.01.2001      = 23:44
 
         To the=20 President     WILLIAM J. CLINTON.
Я = автор: "Труд =96 = это=20 товар" - = фамилия моя = Зуев В.В. =
 Президент= РФ Путин В.В. = присвоил=20 авторство. =
 Диктор = общественн= 086;го = российског= 086; = телевидени= 103; Выхухолев=20 И.  присвоил = авторство. =
 Сколько = тебе = заплатить, = чтобы ты = сказал=20 об этом 6000000000 = человек = или  = предостави= 083;и мне такую = возможност= 100;.=20
 15:00/9:00
 
 I the author: " the Work is the goods " - surname mine the = Zuev V.V.=20
 The president of Russian Federation Putin V.V. has pirated = authorship.=20
 The announcer of public Russian TV Vihuholev I. has pirated=20 authorship.
 How many to you to pay, that you have told about = it=20 6000000000 persons or  have granted me such possibility.=20
 15:00/9:00
 
 
------=_NextPart_000_0185_01C07F4D.2BE65AA0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Jan 15 14:29:16 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from boreas.isi.edu (boreas.isi.edu [128.9.160.161]) by hub.freebsd.org (Postfix) with ESMTP id 19B3A37B400 for ; Mon, 15 Jan 2001 14:28:58 -0800 (PST) Received: from isi.edu (hbo.isi.edu [128.9.160.75]) by boreas.isi.edu (8.9.3/8.9.3) with ESMTP id OAA14250; Mon, 15 Jan 2001 14:28:57 -0800 (PST) Message-ID: <3A6379A9.626067E6@isi.edu> Date: Mon, 15 Jan 2001 14:28:57 -0800 From: Lars Eggert Organization: USC Information Sciences Institute X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en, de MIME-Version: 1.0 To: freebsd-mobile@FreeBSD.ORG, Joe Touch Subject: Compaq Armada M300 support? Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg=sha1; boundary="------------ms19323F5C34CBDC4F8F1A0A71" Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a cryptographically signed message in MIME format. --------------ms19323F5C34CBDC4F8F1A0A71 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi, is anyone running FreeBSD-4.2 on a Compaq Armada M300 and/or its "mobile expansion unit"? http://www5.compaq.com/products/notebooks/m300/index.html Good or bad experiences? (We're looking to buy some, but FreeBSD compatibility is a must.) Thanks, Lars -- Lars Eggert Information Sciences Institute http://www.isi.edu/larse/ University of Southern California --------------ms19323F5C34CBDC4F8F1A0A71 Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" Content-Description: S/MIME Cryptographic Signature MIIIIwYJKoZIhvcNAQcCoIIIFDCCCBACAQExCzAJBgUrDgMCGgUAMAsGCSqGSIb3DQEHAaCC BfQwggLYMIICQaADAgECAgMDIwUwDQYJKoZIhvcNAQEEBQAwgZQxCzAJBgNVBAYTAlpBMRUw EwYDVQQIEwxXZXN0ZXJuIENhcGUxFDASBgNVBAcTC0R1cmJhbnZpbGxlMQ8wDQYDVQQKEwZU aGF3dGUxHTAbBgNVBAsTFENlcnRpZmljYXRlIFNlcnZpY2VzMSgwJgYDVQQDEx9QZXJzb25h bCBGcmVlbWFpbCBSU0EgMTk5OS45LjE2MB4XDTAwMDgyNDIwMzAwOFoXDTAxMDgyNDIwMzAw OFowVDEPMA0GA1UEBBMGRWdnZXJ0MQ0wCwYDVQQqEwRMYXJzMRQwEgYDVQQDEwtMYXJzIEVn Z2VydDEcMBoGCSqGSIb3DQEJARYNbGFyc2VAaXNpLmVkdTCBnzANBgkqhkiG9w0BAQEFAAOB jQAwgYkCgYEAz1yfcNs53rvhuw8gSDvr2+/snP8GduYY7x7WkJdyvcwb4oipNpWYIkMGP214 Zv1KrgvntGaG+jeugAGQt0n64VusgcIzQ6QDRtnMgdQDTAkVSQ2eLRSQka+nAPx6SFKJg79W EEHmgKQBMtZdMBYtYv/mTOcpm7jTJVg+7W6n04UCAwEAAaN3MHUwKgYFK2UBBAEEITAfAgEA MBowGAIBBAQTTDJ1TXlmZkJOVWJOSkpjZFoyczAYBgNVHREEETAPgQ1sYXJzZUBpc2kuZWR1 MAwGA1UdEwEB/wQCMAAwHwYDVR0jBBgwFoAUiKvxYINmVfTkWMdGHcBhvSPXw4wwDQYJKoZI hvcNAQEEBQADgYEAi65fM/jSCaPhRoA9JW5X2FktSFhE5zkIpFVPpv33GWPPNrncsK13HfZm s0B1rNy2vU7UhFI/vsJQgBJyffkLFgMCjp3uRZvBBjGD1q4yjDO5yfMMjquqBpZtRp5op3lT d01faA58ZCB5sxCb0ORSxvXR8tc9DJO0JIpQILa6vIAwggMUMIICfaADAgECAgELMA0GCSqG SIb3DQEBBAUAMIHRMQswCQYDVQQGEwJaQTEVMBMGA1UECBMMV2VzdGVybiBDYXBlMRIwEAYD VQQHEwlDYXBlIFRvd24xGjAYBgNVBAoTEVRoYXd0ZSBDb25zdWx0aW5nMSgwJgYDVQQLEx9D ZXJ0aWZpY2F0aW9uIFNlcnZpY2VzIERpdmlzaW9uMSQwIgYDVQQDExtUaGF3dGUgUGVyc29u YWwgRnJlZW1haWwgQ0ExKzApBgkqhkiG9w0BCQEWHHBlcnNvbmFsLWZyZWVtYWlsQHRoYXd0 ZS5jb20wHhcNOTkwOTE2MTQwMTQwWhcNMDEwOTE1MTQwMTQwWjCBlDELMAkGA1UEBhMCWkEx FTATBgNVBAgTDFdlc3Rlcm4gQ2FwZTEUMBIGA1UEBxMLRHVyYmFudmlsbGUxDzANBgNVBAoT BlRoYXd0ZTEdMBsGA1UECxMUQ2VydGlmaWNhdGUgU2VydmljZXMxKDAmBgNVBAMTH1BlcnNv bmFsIEZyZWVtYWlsIFJTQSAxOTk5LjkuMTYwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGB ALNpWpfU0BYLerXFXekhnCNyzRJMS/d+z8f7ynIk9EJSrFeV43theheE5/1yOTiUtOrtZaeS Bl694GX2GbuUeXZMPrlocHWEHPQRdAC8BSxPCQMXMcz0QdRyxqZd4ohEsIsuxE3x8NaFPmzz lZR4kX5A6ZzRjRVXjsJz5TDeRvVPAgMBAAGjNzA1MBIGA1UdEwEB/wQIMAYBAf8CAQAwHwYD VR0jBBgwFoAUcknCczTGVfQLdnKBfnf0h+fGsg4wDQYJKoZIhvcNAQEEBQADgYEAa8ZZ6TH6 6bbssQPY33Jy/pFgSOrGVd178GeOxmFw523CpTfYnbcXKFYFi91cdW/GkZDGbGZxE9AQfGuR b4bgITYtwdfqsgmtzy1txoNSm/u7/pyHnfy36XSS5FyXrvx+rMoNb3J6Zyxrc/WG+Z31AG70 HQfOnZ6CYynvkwl+Vd4xggH3MIIB8wIBATCBnDCBlDELMAkGA1UEBhMCWkExFTATBgNVBAgT DFdlc3Rlcm4gQ2FwZTEUMBIGA1UEBxMLRHVyYmFudmlsbGUxDzANBgNVBAoTBlRoYXd0ZTEd MBsGA1UECxMUQ2VydGlmaWNhdGUgU2VydmljZXMxKDAmBgNVBAMTH1BlcnNvbmFsIEZyZWVt YWlsIFJTQSAxOTk5LjkuMTYCAwMjBTAJBgUrDgMCGgUAoIGxMBgGCSqGSIb3DQEJAzELBgkq hkiG9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTAxMDExNTIyMjg1N1owIwYJKoZIhvcNAQkEMRYE FJkD+xjxPh7tPKi8rsw3tIPII2XDMFIGCSqGSIb3DQEJDzFFMEMwCgYIKoZIhvcNAwcwDgYI KoZIhvcNAwICAgCAMAcGBSsOAwIHMA0GCCqGSIb3DQMCAgFAMA0GCCqGSIb3DQMCAgEoMA0G CSqGSIb3DQEBAQUABIGAEPpeyQgeHJSVqnUwO04SekpzNHewbkqf3wrkHMc+DzIYR8ZgyvyG 4KdHD0bmDQQA9fsNsS+t9R2YhOOAnhaMVpPPx0pU2qL4nWMJ5OoqJbOibZOdDVhFGaIplioA QdCN3fLi6bBdFxVqCphm+lhTM/o2AA6J9ZgmzXQoRIw+O+g= --------------ms19323F5C34CBDC4F8F1A0A71-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Mon Jan 15 15:21:25 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from red.juniper.net (red.juniper.net [207.17.136.137]) by hub.freebsd.org (Postfix) with ESMTP id 41D4537B6BB for ; Mon, 15 Jan 2001 15:21:08 -0800 (PST) Received: from elrond.jnpr.net (elrond.jnpr.net [172.24.12.57]) by red.juniper.net (8.9.3/8.9.3) with ESMTP id PAA14710; Mon, 15 Jan 2001 15:20:57 -0800 (PST) Received: (from kketell@localhost) by elrond.jnpr.net (8.11.1/8.9.3) id f0FNKuo28808; Mon, 15 Jan 2001 15:20:56 -0800 (PST) (envelope-from kketell) Date: Mon, 15 Jan 2001 15:20:56 -0800 From: Kent Ketell To: Lars Eggert Cc: freebsd-mobile@FreeBSD.ORG, Joe Touch Subject: Re: Compaq Armada M300 support? Message-ID: <20010115152056.C28779@juniper.net> References: <3A6379A9.626067E6@isi.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3A6379A9.626067E6@isi.edu>; from larse@ISI.EDU on Mon, Jan 15, 2001 at 02:28:57PM -0800 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Jan 15, 2001 at 02:28:57PM -0800, Lars Eggert wrote: > Hi, > > is anyone running FreeBSD-4.2 on a Compaq Armada M300 and/or its "mobile > expansion unit"? I have installed on the M300 and M700. Everything is great once you get the pccard stuff dialed in. Set the irq and memory in the kernel. irq is up to you (I used 10), but memory must be D8000. -- -Kent- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Jan 16 2: 0:30 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from matrix.42.org (matrix.42.org [194.246.250.200]) by hub.freebsd.org (Postfix) with ESMTP id 36A4F37B401; Tue, 16 Jan 2001 02:00:03 -0800 (PST) Received: (from sec@localhost) by matrix.42.org (8.8.8/8.8.5) id KAA01794 (sender ); Tue, 16 Jan 2001 10:59:46 +0100 (CET) Date: Tue, 16 Jan 2001 10:59:45 +0100 From: Stefan `Sec` Zehl To: Stephen Montgomery-Smith Cc: freebsd-stable@FreeBSD.ORG, freebsd-mobile@FreeBSD.ORG Subject: Re: disable mousepad taps on Dell Inspiron Message-ID: <20010116105945.A803@matrix.42.org> Mail-Followup-To: Stephen Montgomery-Smith , freebsd-stable@FreeBSD.ORG, freebsd-mobile@FreeBSD.ORG References: <3A5FD090.E035557F@math.missouri.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <3A5FD090.E035557F@math.missouri.edu>; from stephen@math.missouri.edu on Fri, Jan 12, 2001 at 09:50:40PM -0600 I-love-doing-this: really X-Modeline: vim:set ts=8 sw=4 smarttab tw=72 si noic notitle: Accept-Languages: de, en X-URL: http://sec.42.org/ Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Jan 12, 2001 at 09:50:40PM -0600, Stephen Montgomery-Smith wrote: > I have submitted another PR describing how to do this: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=24299 I wanted to disable the 'tap' functionality on my vaio laptop. After reading the moused-manpage I realized that it might be possible without hacking the psm source if my pad sends the tap as button 4 and tried moused -m 4=0 which works like a charm for me. I'm very happy now :) CU, Sec -- You haven't seen _multitasking_ until you have seen Doom and Quake run side by side. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Jan 16 2:48:14 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from oulu.fi (ousrvr.oulu.fi [130.231.240.1]) by hub.freebsd.org (Postfix) with ESMTP id 6D04D37B404; Tue, 16 Jan 2001 02:47:44 -0800 (PST) Received: from ee.oulu.fi (ees2.oulu.fi [130.231.61.23]) by oulu.fi (8.8.5/8.8.5) with ESMTP id MAA00753; Tue, 16 Jan 2001 12:47:31 +0200 (EET) Received: from stekt56 (stekt56 [130.231.60.96]) by ee.oulu.fi (8.11.1/8.11.1) with ESMTP id f0GAlUI16924; Tue, 16 Jan 2001 12:47:31 +0200 (EET) Date: Tue, 16 Jan 2001 12:47:30 +0200 (EET) From: Ana Romero X-Sender: To: Questions FreeBSD , , Mobile FreeBSD Subject: About Hierarchical MobileIPv6 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi all!! What do you know about merging HMIPv6 in FreeBSD? I´ve found in http://www.freebsd.org/news/sou1999.html that INRIA agreed to merge his code in freeBSD. I want to install it in my computer, have you ever done it? I have the code files but I need some hints. Ana To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Jan 16 2:52:46 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from clove.rp.lan (unknown [212.74.15.98]) by hub.freebsd.org (Postfix) with ESMTP id 0558337B400; Tue, 16 Jan 2001 02:52:26 -0800 (PST) Received: (from dom@localhost) by clove.rp.lan (8.9.3/8.8.7) id KAA00331; Tue, 16 Jan 2001 10:51:56 GMT X-Authentication-Warning: clove.rp.lan: dom set sender to dom@semantico.com using -f Date: Tue, 16 Jan 2001 10:51:56 +0000 From: Dominic Mitchell To: Stefan `Sec` Zehl Cc: Stephen Montgomery-Smith , freebsd-stable@FreeBSD.ORG, freebsd-mobile@FreeBSD.ORG Subject: Re: disable mousepad taps on Dell Inspiron Message-ID: <20010116105156.A32711@semantico.com> References: <3A5FD090.E035557F@math.missouri.edu> <20010116105945.A803@matrix.42.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3us In-Reply-To: <20010116105945.A803@matrix.42.org> X-Warning: Incoming message from The Big Giant Head! X-OS: Linux 2.2.13 i686 X-Uptime: 10:50am up 18 days, 22:10, 4 users, load average: 1.17, 1.19, 1.10 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Jan 16, 2001 at 10:59:45AM +0100, Stefan `Sec` Zehl wrote: > On Fri, Jan 12, 2001 at 09:50:40PM -0600, Stephen Montgomery-Smith wrote: > > I have submitted another PR describing how to do this: > > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=24299 > > I wanted to disable the 'tap' functionality on my vaio laptop. After > reading the moused-manpage I realized that it might be possible without > hacking the psm source if my pad sends the tap as button 4 and tried > > moused -m 4=0 > > which works like a charm for me. I'm very happy now :) How odd. My Vaio (Z600TEK) doesn't respond to taps at all unless I suspend and resume. Maybe I should play with the moused flags some more... -Dom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Jan 16 4:49:41 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from jellyfish.codefactory.se (skinner.codefactory.se [212.32.187.2]) by hub.freebsd.org (Postfix) with ESMTP id 0815037B404 for ; Tue, 16 Jan 2001 04:49:25 -0800 (PST) Received: by jellyfish.codefactory.se (Postfix, from userid 1001) id 99B2918C95; Tue, 16 Jan 2001 13:49:16 +0100 (CET) Date: Tue, 16 Jan 2001 13:49:16 +0100 From: Anders Andersson To: mobile@FreeBSD.org Subject: IBM ThinkPad A20p (sound) Message-ID: <20010116134916.C394@jellyfish.codefactory.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi! I run 4.2-STABLE on mu thinkpad a20p, works like a charm, except sound. dmesg: csa0: mem 0xf0000000-0xf00fffff,0xf0122000-0xf0122fff irq 11 at device 5.0 on pci0 pcm0: on csa0 But when trying to play something, all I get is: (nothing) no sound, nothing in logs. Any hints? -- Anders Andersson anders@codefactory.se CodeFactory AB http://www.codefactory.se/ Office: +46 (0)31 711 99 35 Cell: +46 (0)70 587 53 35 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Jan 16 9:31: 8 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from penkovsky.complexsys.net (cn863530-a.newcas1.de.home.com [24.40.15.231]) by hub.freebsd.org (Postfix) with ESMTP id EDAD737B400 for ; Tue, 16 Jan 2001 09:30:51 -0800 (PST) Received: from penkovsky.complexsys.net (localhost.localdomain [127.0.0.1]) by penkovsky.complexsys.net (Postfix) with ESMTP id E159623DF9 for ; Tue, 16 Jan 2001 12:33:58 -0500 (EST) From: "Philip R. Moyer" Reply-To: prm@complexsys.net To: freebsd-mobile@freebsd.org Subject: Gateway Solo, Mach64 Rage Mobility, XFree86 Date: Tue, 16 Jan 2001 12:33:58 -0500 Message-Id: <20010116173358.E159623DF9@penkovsky.complexsys.net> Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I have a Gateway Solo that has a Mach64 Rage Mobility card. I'm having a horrible time getting XFree86 configured. Does anyone have a working XF86Config file they'd be willing to share? Cheers, Phil To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Jan 16 9:45:59 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.informatik.uni-tuebingen.de (mx1.Informatik.Uni-Tuebingen.De [134.2.12.5]) by hub.freebsd.org (Postfix) with ESMTP id 8769237B400 for ; Tue, 16 Jan 2001 09:45:42 -0800 (PST) Received: from informatik.uni-tuebingen.de (sams [134.2.12.50]) by mx1.informatik.uni-tuebingen.de (Postfix) with ESMTP id E26AC439; Tue, 16 Jan 2001 18:45:32 +0100 (MET) Received: (from sperber@localhost) by informatik.uni-tuebingen.de (8.9.3/8.9.3) id SAA97733; Tue, 16 Jan 2001 18:45:29 +0100 (CET) (envelope-from sperber) To: prm@complexsys.net Cc: freebsd-mobile@freebsd.org Subject: Re: Gateway Solo, Mach64 Rage Mobility, XFree86 References: <20010116173358.E159623DF9@penkovsky.complexsys.net> From: sperber@informatik.uni-tuebingen.de (Michael Sperber [Mr. Preprocessor]) Date: 16 Jan 2001 18:45:28 +0100 In-Reply-To: "Philip R. Moyer"'s message of "Tue, 16 Jan 2001 12:33:58 -0500" Message-ID: Lines: 14 User-Agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.2 (Persephone) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >>>>> "Philip" == Philip R Moyer writes: Philip> I have a Gateway Solo that has a Mach64 Rage Mobility card. I'm having a Philip> horrible time getting XFree86 configured. Does anyone have a working Philip> XF86Config file they'd be willing to share? I've actually had zero problems getting it up under 3.3.6, I'm sending the config file privately. Suspend/resume doesn't work in X (reportedly it works in XFree86 4.0), but I just switch to a text console for that. -- Cheers =8-} Mike Friede, Völkerverständigung und überhaupt blabla To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Jan 16 12:59: 4 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from mta07-svc.ntlworld.com (mta07-svc.ntlworld.com [62.253.162.47]) by hub.freebsd.org (Postfix) with ESMTP id 9C92637B400 for ; Tue, 16 Jan 2001 12:58:45 -0800 (PST) Received: from dmlb.org ([62.253.135.85]) by mta07-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20010116205831.DTEI26323.mta07-svc.ntlworld.com@dmlb.org>; Tue, 16 Jan 2001 20:58:31 +0000 Received: from dmlb by dmlb.org with local (Exim 3.03 #1) id 14IdBk-0008Gu-00; Tue, 16 Jan 2001 20:58:44 +0000 Content-Length: 1942 Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200012222255.QAA24337@guild.plethora.net> Date: Tue, 16 Jan 2001 20:58:43 -0000 (GMT) From: Duncan Barclay To: (Peter Seebach) , Robert Withrow Subject: Spectrum24s Cc: freebsd-mobile@freebsd.org Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi all, I'm following up the Spectrum24 driver and have got confused! Does the Spectrum24 work with if_wi after all? Duncan On 22-Dec-00 Peter Seebach wrote: > I found a Linux driver for this on SourceForge. > > It may not be a PRISM 2, but it's a card with the same registers, at the > same offsets, the same bits set in those registers to indicate the same > states, and even the same quirk of taking too long to handle an "initialize" > command. > > My thinking would be that the "correct" thing would be for one driver > to be picked to handle all of the PRISM2 cards. If I were going to pick > one, I'd pick wi(4). I know Bill Paul hates it, and right now I basically > agree with him, but it is *much* nicer than any of the Linux drivers > I've seen (one of which is over 150k of fairly illegible C. Ow.), and it > is, currently, pretty much working except for that one timeout quirk. > > I would be happy to contribute patches towards getting this fixed. In > particular, I'd like to suggest replacing the "init, delay, init, delay, > init, delay" cycle with adding > if (cmd == WI_CMD_INI) { > Delay(10); > } > in wi_cmd's timeout loop; this results in the card being up and initialized > as soon as it's ready; generally 990-1000 iterations, so only a few ms. > > Anyway, although I'm mostly interested, for my own purposes, in having the > NetBSD driver work, I'd be glad to share code or information with anyone, > especially since I only know of one outstanding bug in my code. :) > > (Or in the chipset. I am starting to wonder.) > > -s > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-mobile" in the body of the message > --- ________________________________________________________________________ Duncan Barclay | God smiles upon the little children, dmlb@dmlb.org | the alcoholics, and the permanently stoned. dmlb@freebsd.org| Steven King To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Jan 16 13: 1:31 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from guild.plethora.net (guild.plethora.net [205.166.146.8]) by hub.freebsd.org (Postfix) with ESMTP id 6606937B402 for ; Tue, 16 Jan 2001 13:01:14 -0800 (PST) Received: from guild.plethora.net (seebs@localhost.plethora.net [127.0.0.1]) by guild.plethora.net (8.10.1/8.10.1) with ESMTP id f0GL0MW16651; Tue, 16 Jan 2001 15:00:22 -0600 (CST) Message-Id: <200101162100.f0GL0MW16651@guild.plethora.net> From: seebs@plethora.net (Peter Seebach) Reply-To: seebs@plethora.net (Peter Seebach) To: Duncan Barclay Cc: Robert Withrow , freebsd-mobile@freebsd.org Subject: Re: Spectrum24s In-reply-to: Your message of "Tue, 16 Jan 2001 20:58:43 GMT." Date: Tue, 16 Jan 2001 15:00:22 -0600 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message , Duncan Barclay writes : >I'm following up the Spectrum24 driver and have got confused! >Does the Spectrum24 work with if_wi after all? I don't know yet. I have a Spectrum24 card, but I haven't had a chance to try it. The Symbol people have confirmed that it is a Prism 2, and that suggests that it will probably work fine at least with the current NetBSD if_wi.c. I can't verify this until my -current system stabilizes again. :( -s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Jan 16 13:10:40 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from mta05-svc.ntlworld.com (mta05-svc.ntlworld.com [62.253.162.45]) by hub.freebsd.org (Postfix) with ESMTP id CF3D637B402 for ; Tue, 16 Jan 2001 13:10:22 -0800 (PST) Received: from dmlb.org ([62.253.135.85]) by mta05-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20010116211021.TPAM18404.mta05-svc.ntlworld.com@dmlb.org>; Tue, 16 Jan 2001 21:10:21 +0000 Received: from dmlb by dmlb.org with local (Exim 3.03 #1) id 14IdMz-0008JX-00; Tue, 16 Jan 2001 21:10:21 +0000 Content-Length: 956 Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200101162100.f0GL0MW16651@guild.plethora.net> Date: Tue, 16 Jan 2001 21:10:21 -0000 (GMT) From: Duncan Barclay To: (Peter Seebach) Subject: Re: Spectrum24s Cc: freebsd-mobile@freebsd.org, Robert Withrow Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi On 16-Jan-01 Peter Seebach wrote: > In message , Duncan Barclay > writes >: >>I'm following up the Spectrum24 driver and have got confused! > >>Does the Spectrum24 work with if_wi after all? > > I don't know yet. I have a Spectrum24 card, but I haven't had a chance > to try it. The Symbol people have confirmed that it is a Prism 2, and that > suggests that it will probably work fine at least with the current NetBSD > if_wi.c. Okay, so I guess that Robert and yourself should liase on this one, and that I take a back seat. > I can't verify this until my -current system stabilizes again. :( Know the feeling, just got a build from a few days ago running... > -s Duncan --- ________________________________________________________________________ Duncan Barclay | God smiles upon the little children, dmlb@dmlb.org | the alcoholics, and the permanently stoned. dmlb@freebsd.org| Steven King To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Jan 16 13:26:47 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from good.gulp.org (mail.gulp.org [204.245.54.140]) by hub.freebsd.org (Postfix) with ESMTP id 204CD37B400 for ; Tue, 16 Jan 2001 13:26:26 -0800 (PST) Received: (from scarter@localhost) by good.gulp.org (8.11.1/Booger-fling-RELEASE1.2) id f0GLQDp57805; Tue, 16 Jan 2001 14:26:13 -0700 (MST) (envelope-from scarter@gblx.net) X-Authentication-Warning: good.gulp.org: scarter set sender to scarter@gblx.net using -f Date: Tue, 16 Jan 2001 14:26:13 -0700 From: Steve Carter To: Anders Andersson Cc: mobile@FreeBSD.ORG Subject: Re: IBM ThinkPad A20p (sound) Message-ID: <20010116142613.B56734@gblx.net> References: <20010116134916.C394@jellyfish.codefactory.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010116134916.C394@jellyfish.codefactory.se>; from anders@codefactory.se on Tue, Jan 16, 2001 at 01:49:16PM +0100 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Did you make the device? # ./MAKEDEV snd0 Even if you did previously it sometimes helps if you remake it ... -Steve * Anders Andersson [010116 05:49]: > Hi! > > I run 4.2-STABLE on mu thinkpad a20p, works like a charm, except sound. > > dmesg: > > csa0: Audio controller> mem 0xf0000000-0xf00fffff,0xf0122000-0xf0122fff irq 11 > at device 5.0 on pci0 > pcm0: on csa0 > > But when trying to play something, all I get is: > > (nothing) > > no sound, nothing in logs. > > Any hints? > -- > Anders Andersson anders@codefactory.se > CodeFactory AB http://www.codefactory.se/ > Office: +46 (0)31 711 99 35 Cell: +46 (0)70 587 53 35 > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-mobile" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Jan 16 14:15:44 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from Mail6.nc.rr.com (fe6.southeast.rr.com [24.93.67.53]) by hub.freebsd.org (Postfix) with ESMTP id 41F8737B698 for ; Tue, 16 Jan 2001 14:15:26 -0800 (PST) Received: from babbleon.org ([24.163.43.236]) by Mail6.nc.rr.com with Microsoft SMTPSVC(5.5.1877.537.53); Tue, 16 Jan 2001 17:15:18 -0500 Message-ID: <3A64C739.CC74A9DC@babbleon.org> Date: Tue, 16 Jan 2001 17:12:09 -0500 From: The Babbler Organization: None to speak of X-Mailer: Mozilla 4.75 [en] (X11; U; Linux 2.2.15-4mdk i686) X-Accept-Language: en MIME-Version: 1.0 To: "Michael Sperber [Mr. Preprocessor]" Cc: prm@complexsys.net, freebsd-mobile@freebsd.org Subject: Re: Gateway Solo, Mach64 Rage Mobility, XFree86 References: <20010116173358.E159623DF9@penkovsky.complexsys.net> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Just FYI, I have an Ispiron 7500, which has a Rage Mobility, and suspend/resume doesn't work under X on that one, either; however, the solution that Linux uses is pretty simple: On a request to suspend, it calls out to a user script (I would imagine that FreeBSD does this as well, but I'm just starting to use FreeBSD in the modern era of laptops); the user script for for the i7500 simply switched to a console on suspend and switches back to X on resume. In spite of that, however, it still fails if I suspend twice in a give session (between reboots), and it's necessary to power off to get control back. "Michael Sperber [Mr. Preprocessor]" wrote: > > >>>>> "Philip" == Philip R Moyer writes: > > Philip> I have a Gateway Solo that has a Mach64 Rage Mobility card. I'm having a > Philip> horrible time getting XFree86 configured. Does anyone have a working > Philip> XF86Config file they'd be willing to share? > > I've actually had zero problems getting it up under 3.3.6, I'm sending > the config file privately. Suspend/resume doesn't work in X > (reportedly it works in XFree86 4.0), but I just switch to a text > console for that. > > -- > Cheers =8-} Mike > Friede, Völkerverständigung und überhaupt blabla > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-mobile" in the body of the message -- "Brian, the man from babble-on" bts@babbleon.org Brian T. Schellenberger http://www.babbleon.org Support http://www.eff.org. Support decss defendents. Support http://www.programming-freedom.org. Boycott amazon.com. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Jan 16 15: 0:24 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from mothra.ecs.csus.edu (unknown [130.86.76.220]) by hub.freebsd.org (Postfix) with ESMTP id 760F637B6B7 for ; Tue, 16 Jan 2001 15:00:04 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by mothra.ecs.csus.edu (8.11.1/8.11.1) with ESMTP id f0GMvE054636; Tue, 16 Jan 2001 14:57:15 -0800 (PST) (envelope-from joseph@randomnetworks.com) Date: Tue, 16 Jan 2001 14:57:14 -0800 (PST) From: Joseph Scott X-X-Sender: To: The Babbler Cc: "Michael Sperber [Mr. Preprocessor]" , , Subject: Re: Gateway Solo, Mach64 Rage Mobility, XFree86 In-Reply-To: <3A64C739.CC74A9DC@babbleon.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 16 Jan 2001, The Babbler wrote: # # Just FYI, I have an Ispiron 7500, which has a Rage Mobility, and # suspend/resume doesn't work under X on that one, either; however, the # solution that Linux uses is pretty simple: I believe you'll find a long threads on this subject in the archives. I have a 7500 that I've been running X 4.0.2 on with great success, takes care of the suspend problem. Also gets you the nice 1400x1050 res. You can find my current /etc/XF86Config for the 7500 at : http://www.randomnetworks.com/files/all/XF86Config # On a request to suspend, it calls out to a user script (I would imagine # that FreeBSD does this as well, but I'm just starting to use FreeBSD in # the modern era of laptops); the user script for for the i7500 simply # switched to a console on suspend and switches back to X on resume. # # In spite of that, however, it still fails if I suspend twice in a give # session (between reboots), and it's necessary to power off to get # control back. *********************************************************** * Joseph Scott The Office Of Water Programs * * joseph@randomnetworks.com joseph.scott@owp.csus.edu * *********************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Jan 16 18:58: 4 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from mail5.nc.rr.com (fe5.southeast.rr.com [24.93.67.52]) by hub.freebsd.org (Postfix) with ESMTP id 9002537B401 for ; Tue, 16 Jan 2001 18:57:45 -0800 (PST) Received: from babbleon.org ([24.163.43.236]) by mail5.nc.rr.com with Microsoft SMTPSVC(5.5.1877.537.53); Tue, 16 Jan 2001 21:57:42 -0500 Message-ID: <3A650970.6612C0D@babbleon.org> Date: Tue, 16 Jan 2001 21:54:40 -0500 From: The Babbler Organization: None to speak of X-Mailer: Mozilla 4.75 [en] (X11; U; Linux 2.2.15-4mdk i686) X-Accept-Language: en MIME-Version: 1.0 To: Rachmat Hidajat Cc: freebsd-mobile@freebsd.org Subject: Re: ECP and Zip Drive References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is stretching back my memory (my current machine has a built-in CD-RW), but if I recall correctly, the drive will work in ECP, EPP, or "regular" mode (albiet very slowly); the only trick is that the O/S and the BIOS have to agree. Try going into the BIOS setup and putting the parallel port into EPP mode, and see if that does it for you. Rachmat Hidajat wrote: > > Hi All, > Last week the harddisk in my old Compaq Contura won't boot win95 > anylonger, > which may be good also that I totally turn to FreeBSD since the HD still > works fine for FreeBSD. What I missed from win95 is I can't browse my > files using paralel ZIP Drive under FreeBSD. The paralel port is > recognized as ECP in win95 and it seems that the vpo driver in FreeBSD > only works in EPP mode. The related part of dmesg.boot as as followed: > > Copyright (c) 1992-2000 The FreeBSD Project. > Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 > The Regents of the University of California. All rights reserved. > FreeBSD 4.2-RELEASE #1: Mon Jan 15 11:30:28 JST 2001 > root@localhost:/usr/src/sys/compile/COMPAQ > > ppc0: at port 0x378-0x37f irq 7 on isa0 > ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode > ppbus0: IEEE1284 device found /NIBBLE > Probing for PnP devices on ppbus0: > ppbus0: HP ENHANCED PCL5,PJL > plip0: on ppbus0 > ppi0: on ppbus0 > vpo0: on ppbus0 > vpo0: EPP 1.9 mode > > vpo0: VP0 error/timeout (3) > vpo0: VP0 error/timeout (3) > --------------------- > vpo0: VP0 error/timeout (3) > vpo0: VP0 error/timeout (3) > Mounting root from ufs:/dev/ad0s1a > > I have searched the internet and found some others facing the same problem > but with no answer. I wondered whether there is somebody in this list able > to overcome the problem. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-mobile" in the body of the message -- "Brian, the man from babble-on" bts@babbleon.org Brian T. Schellenberger http://www.babbleon.org Support http://www.eff.org. Support decss defendents. Support http://www.programming-freedom.org. Boycott amazon.com. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Jan 16 20:22:20 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from femail1.sdc1.sfba.home.com (femail1.sdc1.sfba.home.com [24.0.95.81]) by hub.freebsd.org (Postfix) with ESMTP id A90AC37B400; Tue, 16 Jan 2001 20:22:02 -0800 (PST) Received: from math.missouri.edu ([24.12.197.197]) by femail1.sdc1.sfba.home.com (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20010117042132.HUUG2567.femail1.sdc1.sfba.home.com@math.missouri.edu>; Tue, 16 Jan 2001 20:21:32 -0800 Message-ID: <3A651DE9.9D801139@math.missouri.edu> Date: Tue, 16 Jan 2001 22:22:01 -0600 From: Stephen Montgomery-Smith X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Stefan `Sec` Zehl Cc: freebsd-stable@FreeBSD.ORG, freebsd-mobile@FreeBSD.ORG Subject: Re: disable mousepad taps on Dell Inspiron References: <3A5FD090.E035557F@math.missouri.edu> <20010116105945.A803@matrix.42.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Stefan `Sec` Zehl wrote: > > On Fri, Jan 12, 2001 at 09:50:40PM -0600, Stephen Montgomery-Smith wrote: > > I have submitted another PR describing how to do this: > > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=24299 > > I wanted to disable the 'tap' functionality on my vaio laptop. After > reading the moused-manpage I realized that it might be possible without > hacking the psm source if my pad sends the tap as button 4 and tried > > moused -m 4=0 > > which works like a charm for me. I'm very happy now :) > I got an error: invalid argument '4=0' when I tried it. -- Stephen Montgomery-Smith stephen@math.missouri.edu http://www.math.missouri.edu/~stephen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Jan 16 20:27:23 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from femail1.sdc1.sfba.home.com (femail1.sdc1.sfba.home.com [24.0.95.81]) by hub.freebsd.org (Postfix) with ESMTP id 754F137B400; Tue, 16 Jan 2001 20:27:03 -0800 (PST) Received: from math.missouri.edu ([24.12.197.197]) by femail1.sdc1.sfba.home.com (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20010117042633.HZDQ2567.femail1.sdc1.sfba.home.com@math.missouri.edu>; Tue, 16 Jan 2001 20:26:33 -0800 Message-ID: <3A651F16.B83DE07F@math.missouri.edu> Date: Tue, 16 Jan 2001 22:27:02 -0600 From: Stephen Montgomery-Smith X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Kazutaka YOKOTA Cc: freebsd-stable@FreeBSD.ORG, freebsd-mobile@FreeBSD.ORG Subject: Re: disable mousepad taps on Dell Inspiron References: <3A5FD090.E035557F@math.missouri.edu> <200101150126.KAA00198@zodiac.mech.utsunomiya-u.ac.jp> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thanks. I appreciate your response. I probably won't see your fine upcoming work for a while because I use Stable. But if people know about my patch and port, they can be steered towards that until your patch makes it into STABLE, and finally into release. Thanks, Stephen Kazutaka YOKOTA wrote: > > >I have submitted another PR describing how to do this: > > > >http://www.freebsd.org/cgi/query-pr.cgi?pr=24299 > > > >I now know quite a few people who would like something like this. > >The old PR I submitted regarding this is now out of date. Could > >someone please commit this (and the required co-PR: > >http://www.freebsd.org/cgi/query-pr.cgi?pr=20352 ) > >or something like this? > > > >Thanks, Stephen > > Hi, > > We exchanged mails quite a while ago and discussed about your > proposed patch. I am sorry that I haven't written to you since then. > > The reason why I didn't commit your patch straight away at that time > wasn't that I saw problems in your patch, but rather that the psm > driver has gotten so bloat over the years and now have full of > various model-specific code in it. It's getting more and more difficult > to maintain. > > In addition, nowadays there are so many arcane PS/2 mice which require > special attention by the driver on the market. We need to add support > for those mice as well. > > Because of that, I decided to reorganize the psm driver a bit. > I will split the model-specific code from the main body of the driver, > and create a set of sub-drivers each of which will support a specific > PS/2 mouse model. I promise that the TouchPad support will be one of the > first sub-drivers to be added. I am almost there and commit the > new code to the -CURRENT tree in a couple of weeks. > > IMHO, the PS/2 mouse is a dying beast, in that the USB mouse is > the way to go. But, for the time being (well, a couple of years? > three year?), we need to keep the psm driver in good shape. > > Kazu -- Stephen Montgomery-Smith stephen@math.missouri.edu http://www.math.missouri.edu/~stephen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Jan 16 20:32:20 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from femail8.sdc1.sfba.home.com (femail8.sdc1.sfba.home.com [24.0.95.88]) by hub.freebsd.org (Postfix) with ESMTP id 91A9137B400; Tue, 16 Jan 2001 20:32:01 -0800 (PST) Received: from math.missouri.edu ([24.12.197.197]) by femail8.sdc1.sfba.home.com (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20010117043200.ELRJ8655.femail8.sdc1.sfba.home.com@math.missouri.edu>; Tue, 16 Jan 2001 20:32:00 -0800 Message-ID: <3A652040.F20BB4F8@math.missouri.edu> Date: Tue, 16 Jan 2001 22:32:00 -0600 From: Stephen Montgomery-Smith X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Kazutaka YOKOTA , freebsd-stable@FreeBSD.ORG, freebsd-mobile@FreeBSD.ORG Subject: Re: disable mousepad taps on Dell Inspiron References: <3A5FD090.E035557F@math.missouri.edu> <200101150126.KAA00198@zodiac.mech.utsunomiya-u.ac.jp> <3A651F16.B83DE07F@math.missouri.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Stephen Montgomery-Smith wrote: > > Thanks. I appreciate your response. I probably won't see > your fine upcoming work for a while because I use Stable. > But if people know about my patch and port, they can be steered > towards that until your patch makes it into STABLE, and finally > into release. > Oops read that and the tone was not what I intended - I meant that if people ask, I will tell them about the patch - not that anyone else should feel the need to take on this task themselves. -- Stephen Montgomery-Smith stephen@math.missouri.edu http://www.math.missouri.edu/~stephen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Tue Jan 16 20:35:43 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from brazen-mirror.circlet.com (brazen-mirror.circlet.com [216.112.179.68]) by hub.freebsd.org (Postfix) with ESMTP id 8775F37B404 for ; Tue, 16 Jan 2001 20:35:22 -0800 (PST) Received: by brazen-mirror.circlet.com (Postfix, from userid 101) id CCAA59343; Tue, 16 Jan 2001 23:41:26 -0500 (EST) From: Lord Among Panthers To: freebsd-mobile@freebsd.org Subject: Modem problems Message-Id: <20010117044126.CCAA59343@brazen-mirror.circlet.com> Date: Tue, 16 Jan 2001 23:41:26 -0500 (EST) Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I am running FreeBSD 4.1.1 on a Somy Vaio Z505 laptop. I have a Zoom PCMCIA modem card which I'm trying to get working on it. When I put the card in the laptop and then boot it, the system comes up, recognizes the card, and then, after a few seconds crashes. Here is what dmesg says (it nicely contains not only what is on the system, but the crash dump as well): Copyright (c) 1992-2000 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.1.1-RELEASE #1: Mon Oct 30 17:15:43 EST 2000 corwin@paragon:/usr/src/sys/compile/PARAGON Timecounter "i8254" frequency 1193182 Hz CPU: Pentium II/Pentium II Xeon/Celeron (364.74-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x66a Stepping = 10 Features=0x183f9ff real memory = 134152192 (131008K bytes) avail memory = 127631360 (124640K bytes) Preloaded elf kernel "kernel" at 0xc02f8000. Pentium Pro MTRR support enabled md0: Malloc disk npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 fxp0: port 0xfcc0-0xfcff mem 0xfed00000-0xfedfffff,0xfecff000-0xfecfffff irq 9 at device 6.0 on pci0 fxp0: Ethernet address 08:00:46:04:6c:e2 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xfcb0-0xfcbf at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 uhci0: port 0xfc60-0xfc7f irq 9 at device 7.2 on pci0 usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered chip1: port 0x2180-0x218f at device 7.3 on pci0 pci0: at 8.0 irq 9 pcm0: mem 0xfea00000-0xfeafffff,0xfe000000-0xfe3fffff irq 9 at device 8.1 on pci0 chip2: mem 0xfecfec00-0xfecfedff at device 9.0 on pci0 pcic-pci0: at device 10.0 on pci0 pci0: (vendor=0x127a, dev=0x2005) at 11.0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: flags 0x1 irq 1 on atkbdc0 kbd0 at atkbd0 psm0: irq 12 on atkbdc0 psm0: model GlidePoint, device ID 0 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> pcic0: at port 0x3e0 iomem 0xd0000 irq 10 on isa0 pcic0: management irq 10 pccard0: on pcic0 sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1: configured irq 3 not in bitmap of probed irqs 0 ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/8 bytes threshold ppi0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port pca0 at port 0x40 on isa0 ad0: 6194MB [13424/15/63] at ata0-master using UDMA33 Mounting root from ufs:/dev/ad0s1a pccard: card inserted, slot 0 Fatal trap 18: integer divide fault while in kernel mode instruction pointer = 0x8:0xc0218ce2 stack pointer = 0x10:0xc8bf0ca0 frame pointer = 0x10:0xc8bf0ce4 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, IOPL = 0 current process = 55 (pccardd) interrupt mask = none trap number = 18 panic: integer divide fault syncing disks... 43 43 43 43 43 done Uptime: 16s Automatic reboot in 15 seconds - press a key on the console to abort Rebooting... The irq line in my pccard.conf file contains only 5 and 11. Does anyone have any idea what the problem is or what I can do about it? Thanks, corwin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Jan 17 8:29:56 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from probity.mcc.ac.uk (probity.mcc.ac.uk [130.88.200.94]) by hub.freebsd.org (Postfix) with ESMTP id 6B34B37B69B; Wed, 17 Jan 2001 08:29:34 -0800 (PST) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by probity.mcc.ac.uk with esmtp (Exim 2.05 #4) id 14IvSk-0002PP-00; Wed, 17 Jan 2001 16:29:30 +0000 Received: (from rasputin@localhost) by dogma.freebsd-uk.eu.org (8.11.1/8.11.1) id f0HGTTc58536; Wed, 17 Jan 2001 16:29:29 GMT (envelope-from rasputin) Date: Wed, 17 Jan 2001 16:29:29 +0000 From: Rasputin To: freebsd-mobile@freebsd.org Cc: freebsd-stable@freebsd.org Subject: BSD box as Airport replacement? Message-ID: <20010117162929.A58519@dogma.freebsd-uk.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org That's plan of the month; fit a cablemodem-connected BSD box with a wireless NIC and run it as a gateway for iBooks. I know nothing about wireless networking, just thought it would be cool. Are there any gotchas with regard to the clients (iBook, maybe a Vaio)? And what NICs would people recommend? (Range required is < 50 ft if that matters; BSD box is upstairs, I'll be in the garden with a beer..) Thanks a lot. -- Rasputin Jack of All Trades :: Master of Nuns To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Jan 17 8:39: 3 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from yertle.kciLink.com (yertle.kciLink.com [208.184.13.195]) by hub.freebsd.org (Postfix) with ESMTP id 238B337B6A3 for ; Wed, 17 Jan 2001 08:38:46 -0800 (PST) Received: by yertle.kciLink.com (Postfix, from userid 100) id 649022E440; Wed, 17 Jan 2001 11:38:45 -0500 (EST) From: Vivek Khera MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14949.51861.337509.342057@yertle.kciLink.com> Date: Wed, 17 Jan 2001 11:38:45 -0500 To: Rasputin Cc: freebsd-mobile@freebsd.org Subject: Re: BSD box as Airport replacement? In-Reply-To: <20010117162929.A58519@dogma.freebsd-uk.eu.org> References: <20010117162929.A58519@dogma.freebsd-uk.eu.org> X-Mailer: VM 6.88 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >>>>> "R" == Rasputin writes: R> That's plan of the month; R> fit a cablemodem-connected BSD box with a wireless NIC and R> run it as a gateway for iBooks. [ I removed -stable from the response since it is not relevent to that list ] Do it the easy way. Make your BSD box the gateway, and wire it to regular ethernet hub, and wire the AirPort to that same hub, and configure it to be a bridge. The rest just automagically works. As for clients, you'll need a Mac to configure the airport properly, but any 802.11 client can speak to it. I am right now typing on an iBook, and in the other room is a P5 running Linux with a Lucent "silver" card in it. I also set up the AirPort to do DHCP service so the laptops get one of 10 IPs automatically, but that's not a requirement to make it work. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Jan 17 8:42: 5 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from drella.dilex.net (unknown [64.94.143.193]) by hub.freebsd.org (Postfix) with ESMTP id C363B37B400; Wed, 17 Jan 2001 08:41:40 -0800 (PST) Received: (wyllie@drella.newsof.com) by drella.newsof.com id ; Wed, 17 Jan 2001 08:41:16 -0800 Date: Wed, 17 Jan 2001 08:41:16 -0800 From: Andrew Wyllie To: Rasputin Cc: freebsd-mobile@freebsd.org, freebsd-stable@freebsd.org Subject: Re: BSD box as Airport replacement? Message-ID: <20010117084116.A22875@drella.newsof.com> Reply-To: wyllie@dilex.net References: <20010117162929.A58519@dogma.freebsd-uk.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010117162929.A58519@dogma.freebsd-uk.eu.org>; from rasputin@FreeBSD-uk.eu.org on Wed, Jan 17, 2001 at 04:29:29PM +0000 Organization: Dilex Networks Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi Rasputin, I bought the Orinoco (Lucent WaveLAN cards - the "Gold" version ). I used an old 486/100 with 16MB ram and a 500MB drive and this paper: http://www.live.com/wireless/unix-base-station.html It works great. My base station is in the basement and I can use it from all over the house and part way down the street ( the cards say they work up to 1700 feet - outside ). have fun andrew On Wed, 17 Jan 2001, Rasputin wrote: > That's plan of the month; > fit a cablemodem-connected BSD box with a wireless NIC and > run it as a gateway for iBooks. > > I know nothing about wireless networking, just thought it would be cool. > Are there any gotchas with regard to the clients (iBook, maybe a Vaio)? > > And what NICs would people recommend? > (Range required is < 50 ft if that matters; > BSD box is upstairs, I'll be in the > garden with a beer..) > > Thanks a lot. > > -- > Rasputin > Jack of All Trades :: Master of Nuns > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message ............................................................................... Andrew Wyllie Open Source Integrator v.206.729.7439 __We can catify or stringify, c.206.851.9876 separately or together!__ perl-5.005_03 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Jan 17 8:48:12 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from whistle.com (s205m131.whistle.com [207.76.205.131]) by hub.freebsd.org (Postfix) with ESMTP id 8738837B6AD for ; Wed, 17 Jan 2001 08:47:53 -0800 (PST) Received: (from smap@localhost) by whistle.com (8.10.0/8.10.0) id f0HGlq725260 for ; Wed, 17 Jan 2001 08:47:52 -0800 (PST) Received: from pau-amma.whistle.com( 207.76.205.64) by whistle.com via smap (V2.0) id xma025252; Wed, 17 Jan 2001 08:47:23 -0800 Received: (from dhw@localhost) by pau-amma.whistle.com (8.11.1/8.11.1) id f0HGlNg31757 for freebsd-mobile@FreeBSD.ORG; Wed, 17 Jan 2001 08:47:23 -0800 (PST) Date: Wed, 17 Jan 2001 08:47:23 -0800 (PST) From: David Wolfskill Message-Id: <200101171647.f0HGlNg31757@pau-amma.whistle.com> Subject: Re: BSD box as Airport replacement? Cc: freebsd-mobile@FreeBSD.ORG In-Reply-To: <14949.51861.337509.342057@yertle.kciLink.com> Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >From: Vivek Khera >Date: Wed, 17 Jan 2001 11:38:45 -0500 >Subject: Re: BSD box as Airport replacement? >R> That's plan of the month; >R> fit a cablemodem-connected BSD box with a wireless NIC and >R> run it as a gateway for iBooks. >Do it the easy way. Make your BSD box the gateway, and wire it to >regular ethernet hub, and wire the AirPort to that same hub, and >configure it to be a bridge. The rest just automagically works. That would be one way of deploying an AirPort, not replacing one with a BSD box. The bsd-wireless list (bsd-wireless-request@lists.moaner.org) might be a useful place for additional information and support. >As for clients, you'll need a Mac to configure the airport properly, >but any 802.11 client can speak to it. I am right now typing on an >iBook, and in the other room is a P5 running Linux with a Lucent >"silver" card in it. I have managed to (re-)configure the AirPort I use at home via the "airport" Java configurator (/usr/ports/net/airport). >I also set up the AirPort to do DHCP service so the laptops get one of >10 IPs automatically, but that's not a requirement to make it work. Correct; since I already had a DHCP server on my home net, I configured the AirPort to merely bridge. (It purports to also be able to perform NAT functions, but I haven't tested that, either.) Cheers, david -- David Wolfskill dhw@whistle.com UNIX System Administrator Desk: 650/577-7158 TIE: 8/499-7158 Cell: 650/759-0823 I need help: http://www.whistle.com/employment/employ-engg.html#K030391 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Jan 17 8:59: 4 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from probity.mcc.ac.uk (probity.mcc.ac.uk [130.88.200.94]) by hub.freebsd.org (Postfix) with ESMTP id 2D05E37B400; Wed, 17 Jan 2001 08:58:45 -0800 (PST) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by probity.mcc.ac.uk with esmtp (Exim 2.05 #4) id 14Ivv2-0002wT-00; Wed, 17 Jan 2001 16:58:44 +0000 Received: (from rasputin@localhost) by dogma.freebsd-uk.eu.org (8.11.1/8.11.1) id f0HGwiZ58969; Wed, 17 Jan 2001 16:58:44 GMT (envelope-from rasputin) Date: Wed, 17 Jan 2001 16:58:43 +0000 From: Rasputin To: freebsd-stable@freebsd.org Cc: freebsd-mobile@freebsd.org Subject: Re: BSD box as Airport replacement? Message-ID: <20010117165843.A58911@dogma.freebsd-uk.eu.org> References: <20010117162929.A58519@dogma.freebsd-uk.eu.org> <20010117084116.A22875@drella.newsof.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20010117084116.A22875@drella.newsof.com>; from wyllie@dilex.net on Wed, Jan 17, 2001 at 08:41:16AM -0800 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * Andrew Wyllie [010117 16:43]: > Hi Rasputin, > > I bought the Orinoco (Lucent WaveLAN cards - the "Gold" version ). > I used an old 486/100 with 16MB ram and a 500MB drive and this paper: > > http://www.live.com/wireless/unix-base-station.html > > It works great. My base station is in the basement and I can use it > from all over the house and part way down the street ( the cards say > they work up to 1700 feet - outside ). > Cheers Andrew, that'll do me fine. One more question: With a range like that, how do you stop Evil Granny Smith at number 23 from sniffing your network traffic? Is there crypto built into the IEEE802.11 spec? And is it any good? -- Rasputin Jack of All Trades :: Master of Nuns To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Jan 17 9: 5:23 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from cx175057-a.ocnsd1.sdca.home.com (cx175057-a.ocnsd1.sdca.home.com [24.13.23.40]) by hub.freebsd.org (Postfix) with ESMTP id AD61E37B400 for ; Wed, 17 Jan 2001 09:05:02 -0800 (PST) Received: from localhost (bri@localhost) by cx175057-a.ocnsd1.sdca.home.com (8.11.1/8.11.1) with ESMTP id f0HH2NP06234; Wed, 17 Jan 2001 09:02:23 -0800 (PST) (envelope-from bri@sonicboom.org) Date: Wed, 17 Jan 2001 09:02:23 -0800 (PST) From: Brian X-Sender: bri@cx175057-a.ocnsd1.sdca.home.com To: Andrew Wyllie Cc: Rasputin , freebsd-mobile@FreeBSD.ORG Subject: Re: BSD box as Airport replacement? In-Reply-To: <20010117084116.A22875@drella.newsof.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org With that kind of range, have you thought about a login process to use the service. I saw an articele recently, in sysadmin I believe, where someone setup a process with really short dhcp lease times until they completed a login process on an internal web page. This could prevent yer neighbor or a prankster in a vsn from swipin service from you. Brian On Wed, 17 Jan 2001, Andrew Wyllie wrote: > Hi Rasputin, > > I bought the Orinoco (Lucent WaveLAN cards - the "Gold" version ). > I used an old 486/100 with 16MB ram and a 500MB drive and this paper: > > http://www.live.com/wireless/unix-base-station.html > > It works great. My base station is in the basement and I can use it > from all over the house and part way down the street ( the cards say > they work up to 1700 feet - outside ). > > > have fun > andrew > > > > On Wed, 17 Jan 2001, Rasputin wrote: > > > That's plan of the month; > > fit a cablemodem-connected BSD box with a wireless NIC and > > run it as a gateway for iBooks. > > > > I know nothing about wireless networking, just thought it would be cool. > > Are there any gotchas with regard to the clients (iBook, maybe a Vaio)? > > > > And what NICs would people recommend? > > (Range required is < 50 ft if that matters; > > BSD box is upstairs, I'll be in the > > garden with a beer..) > > > > Thanks a lot. > > > > -- > > Rasputin > > Jack of All Trades :: Master of Nuns > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-stable" in the body of the message > > ............................................................................... > Andrew Wyllie Open Source Integrator > v.206.729.7439 __We can catify or stringify, > c.206.851.9876 separately or together!__ perl-5.005_03 > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-mobile" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Jan 17 9: 6:45 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from post.smarty.net (unknown [195.12.1.12]) by hub.freebsd.org (Postfix) with SMTP id CCA3C37B404 for ; Wed, 17 Jan 2001 09:06:18 -0800 (PST) Received: (qmail 47517 invoked from network); 17 Jan 2001 17:07:46 -0000 Received: from herculeez.demon.co.uk (HELO athena.hq.herculeez.com) (158.152.217.198) by hercules.hiway.co.uk with SMTP; 17 Jan 2001 17:07:46 -0000 Received: (qmail 42221 invoked from network); 17 Jan 2001 17:05:38 -0000 Received: from madoka.hq.herculeez.com (HELO herculeez.com) (192.168.0.23) by athena.hq.herculeez.com with SMTP; 17 Jan 2001 17:05:38 -0000 Message-ID: <3A65D103.D815E92@herculeez.com> Date: Wed, 17 Jan 2001 17:06:11 +0000 From: Simon Loader Reply-To: simon@surf.org.uk Organization: simon@surf.org.uk X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 4.2-RELEASE i386) X-Accept-Language: en, fr, de, cs MIME-Version: 1.0 To: Rasputin Cc: freebsd-stable@freebsd.org, freebsd-mobile@freebsd.org Subject: Re: BSD box as Airport replacement? References: <20010117162929.A58519@dogma.freebsd-uk.eu.org> <20010117084116.A22875@drella.newsof.com> <20010117165843.A58911@dogma.freebsd-uk.eu.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Rasputin wrote: > > * Andrew Wyllie [010117 16:43]: > > Hi Rasputin, > > > > I bought the Orinoco (Lucent WaveLAN cards - the "Gold" version ). > > I used an old 486/100 with 16MB ram and a 500MB drive and this paper: > > > > http://www.live.com/wireless/unix-base-station.html > > > > It works great. My base station is in the basement and I can use it > > from all over the house and part way down the street ( the cards say > > they work up to 1700 feet - outside ). > > > > Cheers Andrew, that'll do me fine. One more question: > With a range like that, how do you stop Evil Granny Smith > at number 23 from sniffing your network traffic? > > Is there crypto built into the IEEE802.11 spec? > And is it any good? > With the gold version there is I think silver doesnt -- Simon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Jan 17 9:16:52 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from isris.pair.com (isris.pair.com [209.68.2.39]) by hub.freebsd.org (Postfix) with SMTP id 62EDE37B402 for ; Wed, 17 Jan 2001 09:16:31 -0800 (PST) Received: (qmail 83056 invoked by uid 3130); 17 Jan 2001 17:16:26 -0000 Date: Wed, 17 Jan 2001 12:16:26 -0500 From: Garrett Rooney To: simon@surf.org.uk Cc: Rasputin , freebsd-stable@freebsd.org, freebsd-mobile@freebsd.org Subject: Re: BSD box as Airport replacement? Message-ID: <20010117121626.A87600@electricjellyfish.net> Mail-Followup-To: Garrett Rooney , simon@surf.org.uk, Rasputin , freebsd-stable@freebsd.org, freebsd-mobile@freebsd.org References: <20010117162929.A58519@dogma.freebsd-uk.eu.org> <20010117084116.A22875@drella.newsof.com> <20010117165843.A58911@dogma.freebsd-uk.eu.org> <3A65D103.D815E92@herculeez.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3A65D103.D815E92@herculeez.com>; from simon@herculeez.com on Wed, Jan 17, 2001 at 05:06:11PM +0000 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Jan 17, 2001 at 05:06:11PM +0000, Simon Loader wrote: > Rasputin wrote: > > > > * Andrew Wyllie [010117 16:43]: > > > Hi Rasputin, > > > > > > I bought the Orinoco (Lucent WaveLAN cards - the "Gold" version ). > > > I used an old 486/100 with 16MB ram and a 500MB drive and this paper: > > > > > > http://www.live.com/wireless/unix-base-station.html > > > > > > It works great. My base station is in the basement and I can use it > > > from all over the house and part way down the street ( the cards say > > > they work up to 1700 feet - outside ). > > > > > > > Cheers Andrew, that'll do me fine. One more question: > > With a range like that, how do you stop Evil Granny Smith > > at number 23 from sniffing your network traffic? > > > > Is there crypto built into the IEEE802.11 spec? > > And is it any good? > > > > With the gold version there is I think silver doesnt Silver and Gold both have crypto, although the silver is lower strength. Bronze is the version that does not. -garrett -- garrett rooney my pid is inigo montoya. rooneg@electricjellyfish.net you kill -9 my parent process. http://electricjellyfish.net/ prepare to vi. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Jan 17 9:17:18 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from tao.org.uk (unknown [194.128.198.234]) by hub.freebsd.org (Postfix) with ESMTP id 7BD9937B699; Wed, 17 Jan 2001 09:16:58 -0800 (PST) Received: by tao.org.uk (Postfix, from userid 100) id BF50F31BA; Wed, 17 Jan 2001 17:16:58 +0000 (GMT) Date: Wed, 17 Jan 2001 17:16:58 +0000 From: Josef Karthauser To: simon@surf.org.uk Cc: Rasputin , freebsd-stable@FreeBSD.ORG, freebsd-mobile@FreeBSD.ORG Subject: Re: BSD box as Airport replacement? Message-ID: <20010117171658.B3832@tao.org.uk> Mail-Followup-To: Josef Karthauser , simon@surf.org.uk, Rasputin , freebsd-stable@FreeBSD.ORG, freebsd-mobile@FreeBSD.ORG References: <20010117162929.A58519@dogma.freebsd-uk.eu.org> <20010117084116.A22875@drella.newsof.com> <20010117165843.A58911@dogma.freebsd-uk.eu.org> <3A65D103.D815E92@herculeez.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3A65D103.D815E92@herculeez.com>; from simon@herculeez.com on Wed, Jan 17, 2001 at 05:06:11PM +0000 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Jan 17, 2001 at 05:06:11PM +0000, Simon Loader wrote: > > With the gold version there is I think silver doesnt > I thought that the silver version _did_ have but the bronze doesn't. Difference between silver and gold is the amount of crypt and of course speed. Dave Doolie or Brian Somers may know more -> guys? Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Jan 17 9:20:25 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from hobbiton.shire.net (frogmorton.shire.net [204.228.145.136]) by hub.freebsd.org (Postfix) with ESMTP id 5E18437B404; Wed, 17 Jan 2001 09:20:04 -0800 (PST) Received: from [216.64.45.172] (helo=[192.168.99.123]) by hobbiton.shire.net with esmtp (Exim 2.04 #5) id 14IwFa-00047P-00; Wed, 17 Jan 2001 10:19:58 -0700 Date: Wed, 17 Jan 2001 12:12:29 -0500 From: "Chad Leigh, Pengar Enterprises, Inc & Shire.Net LLC" Reply-To: chad@pengar.com To: simon@surf.org.uk, Rasputin Cc: freebsd-stable@freebsd.org, freebsd-mobile@freebsd.org Subject: Re: BSD box as Airport replacement? Message-ID: <481005824.979733549@[192.168.99.123]> In-Reply-To: <3A65D103.D815E92@herculeez.com> X-Mailer: Mulberry/2.0.5 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --On Wednesday, January 17, 2001 5:06 PM +0000 Simon Loader wrote: > Rasputin wrote: >> >> >> Cheers Andrew, that'll do me fine. One more question: >> With a range like that, how do you stop Evil Granny Smith >> at number 23 from sniffing your network traffic? >> >> Is there crypto built into the IEEE802.11 spec? >> And is it any good? >> > > With the gold version there is I think silver doesnt > The silver and gold both have encryption. SIlver has weaker version of encryption. At least that was the way it was last summer when I bought my gold . chad Pengar Enterprises, Inc. and Shire.Net LLC Web and Macintosh Consulting -- full service web hosting Chad Leigh chad@pengar.com chad@shire.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Jan 17 9:21:18 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from harmony.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 6D3CA37B400 for ; Wed, 17 Jan 2001 09:20:57 -0800 (PST) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.1/8.11.1) with ESMTP id f0HHJUs38453; Wed, 17 Jan 2001 10:19:30 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200101171719.f0HHJUs38453@harmony.village.org> To: Vivek Khera Subject: Re: BSD box as Airport replacement? Cc: Rasputin , freebsd-mobile@FreeBSD.ORG In-reply-to: Your message of "Wed, 17 Jan 2001 11:38:45 EST." <14949.51861.337509.342057@yertle.kciLink.com> References: <14949.51861.337509.342057@yertle.kciLink.com> <20010117162929.A58519@dogma.freebsd-uk.eu.org> Date: Wed, 17 Jan 2001 10:19:30 -0700 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >>>>> "R" == Rasputin writes: R> That's plan of the month; R> fit a cablemodem-connected BSD box with a wireless NIC and R> run it as a gateway for iBooks. I have a laptop running as my combination mp3/wireless router. It runs in ad-hoc mode, so it can't handle too many users, but I only need one or two. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Jan 17 9:22:50 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from harmony.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id BE9D837B404; Wed, 17 Jan 2001 09:22:29 -0800 (PST) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.1/8.11.1) with ESMTP id f0HHL5s38482; Wed, 17 Jan 2001 10:21:05 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200101171721.f0HHL5s38482@harmony.village.org> To: simon@surf.org.uk Subject: Re: BSD box as Airport replacement? Cc: Rasputin , freebsd-stable@FreeBSD.ORG, freebsd-mobile@FreeBSD.ORG In-reply-to: Your message of "Wed, 17 Jan 2001 17:06:11 GMT." <3A65D103.D815E92@herculeez.com> References: <3A65D103.D815E92@herculeez.com> <20010117162929.A58519@dogma.freebsd-uk.eu.org> <20010117084116.A22875@drella.newsof.com> <20010117165843.A58911@dogma.freebsd-uk.eu.org> Date: Wed, 17 Jan 2001 10:21:05 -0700 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <3A65D103.D815E92@herculeez.com> Simon Loader writes: : With the gold version there is I think silver doesnt Gold is 128 bits of encryption. Silver is only 64 or 96. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Jan 17 9:26:10 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from romeo.rtfm.com (c1274607-a.stcla1.sfba.home.com [65.0.252.29]) by hub.freebsd.org (Postfix) with ESMTP id 3B6A137B6A4; Wed, 17 Jan 2001 09:25:50 -0800 (PST) Received: (ekr@localhost) by romeo.rtfm.com (8.9.3/8.6.4) id JAA18304; Wed, 17 Jan 2001 09:29:58 -0800 (PST) To: simon@surf.org.uk Cc: Rasputin , freebsd-stable@FreeBSD.ORG, freebsd-mobile@FreeBSD.ORG Subject: Re: BSD box as Airport replacement? References: <20010117162929.A58519@dogma.freebsd-uk.eu.org> <20010117084116.A22875@drella.newsof.com> <20010117165843.A58911@dogma.freebsd-uk.eu.org> <3A65D103.D815E92@herculeez.com> Reply-To: EKR Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII From: Eric Rescorla Date: 17 Jan 2001 09:29:58 -0800 In-Reply-To: Simon Loader's message of "Wed, 17 Jan 2001 17:06:11 +0000" Message-ID: Lines: 32 X-Mailer: Gnus v5.6.45/XEmacs 20.4 - "Emerald" Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Simon Loader writes: > Rasputin wrote: > > > > * Andrew Wyllie [010117 16:43]: > > > Hi Rasputin, > > > > > > I bought the Orinoco (Lucent WaveLAN cards - the "Gold" version ). > > > I used an old 486/100 with 16MB ram and a 500MB drive and this paper: > > > > > > http://www.live.com/wireless/unix-base-station.html > > > > > > It works great. My base station is in the basement and I can use it > > > from all over the house and part way down the street ( the cards say > > > they work up to 1700 feet - outside ). > > > > > > > Cheers Andrew, that'll do me fine. One more question: > > With a range like that, how do you stop Evil Granny Smith > > at number 23 from sniffing your network traffic? > > > > Is there crypto built into the IEEE802.11 spec? > > And is it any good? > > > > With the gold version there is I think silver doesnt They both have it but it's not very good. The silver is ostensibly 56-bit and the gold is ostensibly 128 bit but it's done badly and thus relatively easy to compromise. -Ekr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Jan 17 9:27:23 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from msgbas1.cos.agilent.com (msgbas1x.cos.agilent.com [192.6.9.33]) by hub.freebsd.org (Postfix) with ESMTP id 56EF237B69F; Wed, 17 Jan 2001 09:27:04 -0800 (PST) Received: from msgrel1.and.agilent.com (msgrel1.and.agilent.com [130.30.33.104]) by msgbas1.cos.agilent.com (Postfix) with ESMTP id D95034FB; Wed, 17 Jan 2001 10:27:03 -0700 (MST) Received: from mina.soco.agilent.com (mina.soco.agilent.com [141.121.54.157]) by msgrel1.and.agilent.com (Postfix) with ESMTP id 7E6EB18F; Wed, 17 Jan 2001 12:27:02 -0500 (EST) Received: from mina.soco.agilent.com (darrylo@localhost [127.0.0.1]) by mina.soco.agilent.com (8.9.3 (PHNE_18979)/8.9.3 SMKit7.0) with ESMTP id JAA28206; Wed, 17 Jan 2001 09:27:00 -0800 (PST) Message-Id: <200101171727.JAA28206@mina.soco.agilent.com> To: Rasputin Cc: freebsd-stable@FreeBSD.ORG, freebsd-mobile@FreeBSD.ORG Subject: Re: BSD box as Airport replacement? Reply-To: Darryl Okahata In-Reply-To: Your message of "Wed, 17 Jan 2001 16:58:43 GMT." <20010117165843.A58911@dogma.freebsd-uk.eu.org> Mime-Version: 1.0 (generated by tm-edit 1.6) Content-Type: text/plain; charset=US-ASCII Date: Wed, 17 Jan 2001 09:27:00 -0800 From: Darryl Okahata Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Rasputin wrote: > Is there crypto built into the IEEE802.11 spec? Yes. > And is it any good? No. Please search the archives. This topic, and the ones before it, have been beat to death. -- Darryl Okahata darrylo@soco.agilent.com DISCLAIMER: this message is the author's personal opinion and does not constitute the support, opinion, or policy of Agilent Technologies, or of the little green men that have been following him all day. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Jan 17 9:33:51 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from drella.dilex.net (unknown [64.94.143.193]) by hub.freebsd.org (Postfix) with ESMTP id 2B5D037B400 for ; Wed, 17 Jan 2001 09:33:33 -0800 (PST) Received: (wyllie@drella.newsof.com) by drella.newsof.com id ; Wed, 17 Jan 2001 09:33:24 -0800 Date: Wed, 17 Jan 2001 09:33:24 -0800 From: Andrew Wyllie To: Brian Cc: Andrew Wyllie , Rasputin , freebsd-mobile@FreeBSD.ORG Subject: Re: BSD box as Airport replacement? Message-ID: <20010117093324.B22875@drella.newsof.com> Reply-To: wyllie@dilex.net References: <20010117084116.A22875@drella.newsof.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from bri@sonicboom.org on Wed, Jan 17, 2001 at 09:02:23AM -0800 Organization: Dilex Networks Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi Brian, Actually, here in Seattle, they have something called the Seattle Wireless Network which (with the right equipment) would allow you to share: http://www.seattlewireless.net/ I have not really played around with it much, but the connections are encrytped and you can configure DHCP to only accept specific MAC addressess - which should be enogh to prevent people from stealing (would be interesting to configure DHCP to show you if anyone is trying to steal...). andrew On Wed, 17 Jan 2001, Brian wrote: > With that kind of range, have you thought about a login process to use the > service. I saw an articele recently, in sysadmin I believe, where someone > setup a process with really short dhcp lease times until they completed a > login process on an internal web page. This could prevent yer neighbor or > a prankster in a vsn from swipin service from you. > > Brian > > On Wed, 17 Jan 2001, Andrew Wyllie wrote: > > > Hi Rasputin, > > > > I bought the Orinoco (Lucent WaveLAN cards - the "Gold" version ). > > I used an old 486/100 with 16MB ram and a 500MB drive and this paper: > > > > http://www.live.com/wireless/unix-base-station.html > > > > It works great. My base station is in the basement and I can use it > > from all over the house and part way down the street ( the cards say > > they work up to 1700 feet - outside ). > > > > > > have fun > > andrew > > > > > > > > On Wed, 17 Jan 2001, Rasputin wrote: > > > > > That's plan of the month; > > > fit a cablemodem-connected BSD box with a wireless NIC and > > > run it as a gateway for iBooks. > > > > > > I know nothing about wireless networking, just thought it would be cool. > > > Are there any gotchas with regard to the clients (iBook, maybe a Vaio)? > > > > > > And what NICs would people recommend? > > > (Range required is < 50 ft if that matters; > > > BSD box is upstairs, I'll be in the > > > garden with a beer..) > > > > > > Thanks a lot. > > > > > > -- > > > Rasputin > > > Jack of All Trades :: Master of Nuns > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-stable" in the body of the message > > > > ............................................................................... > > Andrew Wyllie Open Source Integrator > > v.206.729.7439 __We can catify or stringify, > > c.206.851.9876 separately or together!__ perl-5.005_03 > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-mobile" in the body of the message > > ............................................................................... Andrew Wyllie Open Source Integrator v.206.729.7439 __We can catify or stringify, c.206.851.9876 separately or together!__ perl-5.005_03 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Jan 17 9:42: 8 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from InterJet.dellroad.org (adsl-63-194-81-26.dsl.snfc21.pacbell.net [63.194.81.26]) by hub.freebsd.org (Postfix) with ESMTP id BEA1A37B400; Wed, 17 Jan 2001 09:41:45 -0800 (PST) Received: from curve.dellroad.org (curve.dellroad.org [10.1.1.30]) by InterJet.dellroad.org (8.9.1a/8.9.1) with ESMTP id JAA27000; Wed, 17 Jan 2001 09:41:45 -0800 (PST) Received: (from archie@localhost) by curve.dellroad.org (8.9.3/8.9.3) id JAA13702; Wed, 17 Jan 2001 09:41:45 -0800 (PST) (envelope-from archie) From: Archie Cobbs Message-Id: <200101171741.JAA13702@curve.dellroad.org> Subject: Re: BSD box as Airport replacement? In-Reply-To: <20010117165843.A58911@dogma.freebsd-uk.eu.org> "from Rasputin at Jan 17, 2001 04:58:43 pm" To: Rasputin Date: Wed, 17 Jan 2001 09:41:44 -0800 (PST) Cc: freebsd-stable@FreeBSD.ORG, freebsd-mobile@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL77 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Rasputin writes: > Is there crypto built into the IEEE802.11 spec? Yes. > And is it any good? Sort of. One problem is that all clients must have the same shared secret, which means it's not much of a secret. Also there are known-plaintext attacks in certain situations, like mixed cells (some clients encrypting, some not). -Archie ___________________________________________________________________________ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Jan 17 9:42:30 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from guild.plethora.net (guild.plethora.net [205.166.146.8]) by hub.freebsd.org (Postfix) with ESMTP id 3DA0237B402; Wed, 17 Jan 2001 09:42:10 -0800 (PST) Received: from guild.plethora.net (seebs@localhost.plethora.net [127.0.0.1]) by guild.plethora.net (8.10.1/8.10.1) with ESMTP id f0HHeVW01464; Wed, 17 Jan 2001 11:40:31 -0600 (CST) Message-Id: <200101171740.f0HHeVW01464@guild.plethora.net> From: seebs@plethora.net (Peter Seebach) Reply-To: seebs@plethora.net (Peter Seebach) To: Warner Losh Cc: simon@surf.org.uk, Rasputin , freebsd-stable@freebsd.org, freebsd-mobile@freebsd.org Subject: Re: BSD box as Airport replacement? In-reply-to: Your message of "Wed, 17 Jan 2001 10:21:05 MST." <200101171721.f0HHL5s38482@harmony.village.org> Date: Wed, 17 Jan 2001 11:40:31 -0600 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <200101171721.f0HHL5s38482@harmony.village.org>, Warner Losh writes: >In message <3A65D103.D815E92@herculeez.com> Simon Loader writes: >: With the gold version there is I think silver doesnt >Gold is 128 bits of encryption. Silver is only 64 or 96. As I understand it, 64, except you only get to pick 40 of them, which makes it very confusing. -s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Jan 17 9:43:42 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from cx175057-a.ocnsd1.sdca.home.com (cx175057-a.ocnsd1.sdca.home.com [24.13.23.40]) by hub.freebsd.org (Postfix) with ESMTP id 1595337B400 for ; Wed, 17 Jan 2001 09:43:22 -0800 (PST) Received: from localhost (bri@localhost) by cx175057-a.ocnsd1.sdca.home.com (8.11.1/8.11.1) with ESMTP id f0HHegQ06328; Wed, 17 Jan 2001 09:40:42 -0800 (PST) (envelope-from bri@sonicboom.org) Date: Wed, 17 Jan 2001 09:40:41 -0800 (PST) From: Brian X-Sender: bri@cx175057-a.ocnsd1.sdca.home.com To: Andrew Wyllie Cc: Rasputin , freebsd-mobile@FreeBSD.ORG Subject: Re: BSD box as Airport replacement? In-Reply-To: <20010117093324.B22875@drella.newsof.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org That would seem a fairly effective way around that, my comment was mostly directed at the home user with almost a square mile of potential users. If all of these require specific macs to attach, then fine.. Bri On Wed, 17 Jan 2001, Andrew Wyllie wrote: > Hi Brian, > > Actually, here in Seattle, they have something called the > Seattle Wireless Network which (with the right equipment) > would allow you to share: > > http://www.seattlewireless.net/ > > I have not really played around with it much, but the connections > are encrytped and you can configure DHCP to only accept specific > MAC addressess - which should be enogh to prevent people from > stealing (would be interesting to configure DHCP to show you if > anyone is trying to steal...). > > > andrew > > On Wed, 17 Jan 2001, Brian wrote: > > > With that kind of range, have you thought about a login process to use the > > service. I saw an articele recently, in sysadmin I believe, where someone > > setup a process with really short dhcp lease times until they completed a > > login process on an internal web page. This could prevent yer neighbor or > > a prankster in a vsn from swipin service from you. > > > > Brian > > > > On Wed, 17 Jan 2001, Andrew Wyllie wrote: > > > > > Hi Rasputin, > > > > > > I bought the Orinoco (Lucent WaveLAN cards - the "Gold" version ). > > > I used an old 486/100 with 16MB ram and a 500MB drive and this paper: > > > > > > http://www.live.com/wireless/unix-base-station.html > > > > > > It works great. My base station is in the basement and I can use it > > > from all over the house and part way down the street ( the cards say > > > they work up to 1700 feet - outside ). > > > > > > > > > have fun > > > andrew > > > > > > > > > > > > On Wed, 17 Jan 2001, Rasputin wrote: > > > > > > > That's plan of the month; > > > > fit a cablemodem-connected BSD box with a wireless NIC and > > > > run it as a gateway for iBooks. > > > > > > > > I know nothing about wireless networking, just thought it would be cool. > > > > Are there any gotchas with regard to the clients (iBook, maybe a Vaio)? > > > > > > > > And what NICs would people recommend? > > > > (Range required is < 50 ft if that matters; > > > > BSD box is upstairs, I'll be in the > > > > garden with a beer..) > > > > > > > > Thanks a lot. > > > > > > > > -- > > > > Rasputin > > > > Jack of All Trades :: Master of Nuns > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > with "unsubscribe freebsd-stable" in the body of the message > > > > > > ............................................................................... > > > Andrew Wyllie Open Source Integrator > > > v.206.729.7439 __We can catify or stringify, > > > c.206.851.9876 separately or together!__ perl-5.005_03 > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-mobile" in the body of the message > > > > > ............................................................................... > Andrew Wyllie Open Source Integrator > v.206.729.7439 __We can catify or stringify, > c.206.851.9876 separately or together!__ perl-5.005_03 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Jan 17 9:58:18 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from InterJet.dellroad.org (adsl-63-194-81-26.dsl.snfc21.pacbell.net [63.194.81.26]) by hub.freebsd.org (Postfix) with ESMTP id D23E037B404; Wed, 17 Jan 2001 09:57:59 -0800 (PST) Received: from curve.dellroad.org (curve.dellroad.org [10.1.1.30]) by InterJet.dellroad.org (8.9.1a/8.9.1) with ESMTP id JAA27093; Wed, 17 Jan 2001 09:57:59 -0800 (PST) Received: (from archie@localhost) by curve.dellroad.org (8.9.3/8.9.3) id JAA13772; Wed, 17 Jan 2001 09:57:58 -0800 (PST) (envelope-from archie) From: Archie Cobbs Message-Id: <200101171757.JAA13772@curve.dellroad.org> Subject: Re: BSD box as Airport replacement? In-Reply-To: <200101171740.f0HHeVW01464@guild.plethora.net> "from Peter Seebach at Jan 17, 2001 11:40:31 am" To: Peter Seebach Date: Wed, 17 Jan 2001 09:57:58 -0800 (PST) Cc: Warner Losh , simon@surf.org.uk, Rasputin , freebsd-stable@FreeBSD.ORG, freebsd-mobile@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL77 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Peter Seebach writes: > >Gold is 128 bits of encryption. Silver is only 64 or 96. > > As I understand it, 64, except you only get to pick 40 of them, which makes > it very confusing. And with "128 bit", you only get to pick 104 of them. -Archie ___________________________________________________________________________ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Jan 17 10:12:36 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from moo.sysabend.org (moo.sysabend.org [209.0.55.68]) by hub.freebsd.org (Postfix) with ESMTP id 3477037B6BB for ; Wed, 17 Jan 2001 10:12:03 -0800 (PST) Received: by moo.sysabend.org (Postfix, from userid 1004) id 09999755E; Wed, 17 Jan 2001 10:11:53 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by moo.sysabend.org (Postfix) with ESMTP id E87D31D89 for ; Wed, 17 Jan 2001 10:11:53 -0800 (PST) Date: Wed, 17 Jan 2001 10:11:53 -0800 (PST) From: Jamie Bowden To: mobile@FreeBSD.org Subject: PCCard config. Message-ID: Approved: yep X-representing: Only myself. X-badge: We don't need no stinking badges. X-obligatory-profanity: Fuck X-moo: Moo. MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm trying to get my Intel EtherExpress(TM) PRO/100 PC Card Mobile Adapter16 going, which I have used previously. When xe0 attempts to attach I get the following error: /kernel: device_probe_and_attach: xe0 attach returned 12 pccardd[45]: driver allocation failed for Intel(EtherExpress(TM) PRO/100 PC Card Mobile Adapter16): Cannot allocate memory The kernel debug to console shows: xe0 at port 0x240-0x24f iomem 0xd0000-0xd0fff irq 10 slot 0 on pccard0 device_probe_and_attach: xe0 attach returned 12 I looked at the resources used by this device under Win98 at it shows the following: I/O: 1020-102f IRQ: 10 Memory Range: 08002000 - 08002fff Memory Range: 08003000 - 08003fff FreeBSD is obviously using a different I/O address, which appears to be fine, but the memory address it can't fudge. I know where to change the values, it's a question of whether it will actually fix my problem, or even maybe break other things. Any feedback before I jump off the cliff? Jamie Bowden -- "It was half way to Rivendell when the drugs began to take hold" Hunter S Tolkien "Fear and Loathing in Barad Dur" Iain Bowen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Jan 17 20:23:56 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from neptune.he.net (neptune.he.net [216.218.166.2]) by hub.freebsd.org (Postfix) with ESMTP id F0CC437B400 for ; Wed, 17 Jan 2001 20:23:38 -0800 (PST) Received: from netrinsics.com ([211.101.228.66] (may be forged)) by neptune.he.net (8.8.6/8.8.2) with ESMTP id UAA27945 for ; Wed, 17 Jan 2001 20:23:17 -0800 Received: (from robinson@localhost) by netrinsics.com (8.11.1/8.11.1) id f0HM1uP59212; Wed, 17 Jan 2001 22:01:56 GMT (envelope-from robinson) Date: Wed, 17 Jan 2001 22:01:56 GMT From: Michael Robinson Message-Id: <200101172201.f0HM1uP59212@netrinsics.com> To: freebsd-mobile@freebsd.org Subject: No, I mean *really* reset the DSP Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I have a Dell 5000e running -CURRENT (late December vintage). I can suspend/resume mostly ok (X requires switching to a text console first, or it gets confused). The big problem is that the sound driver doesn't work (no sound at all) after a suspend/resume cycle. From I found this ioctl: #define SNDCTL_DSP_RESET _IO ('P', 0) And I wrote this short program: #include #include #include main(int argc, char **argv) { int file, err; file = open("/dev/dsp", O_WRONLY); if (file < 0) { perror("file error"); } err = ioctl(file, SNDCTL_DSP_RESET, 0); if (err) { perror("ioctl error"); } } If I run this program after resuming, instead of complete silence, I get nasty static noise from any program that uses audio. So, this has an effect, but it is not restoring the audio to a "freshly booted" state. Short of hacking up the drivers, does anyone have any suggestions? -Michael Robinson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Jan 17 20:26:50 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from netrinsics.com (unknown [211.101.228.66]) by hub.freebsd.org (Postfix) with ESMTP id 1294337B400 for ; Wed, 17 Jan 2001 20:26:32 -0800 (PST) Received: (from robinson@localhost) by netrinsics.com (8.11.1/8.11.1) id f0HMF7w59249 for freebsd-mobile@freebsd.org; Wed, 17 Jan 2001 22:15:07 GMT (envelope-from robinson) Date: Wed, 17 Jan 2001 22:15:07 GMT From: Michael Robinson Message-Id: <200101172215.f0HMF7w59249@netrinsics.com> To: freebsd-mobile@freebsd.org Subject: No, I mean *really* reset the DSP Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I have a Dell 5000e running -CURRENT (late December vintage). I can suspend/resume mostly ok (X requires switching to a text console first, or it gets confused). The big problem is that the sound driver doesn't work (no sound at all) after a suspend/resume cycle. From I found this ioctl: #define SNDCTL_DSP_RESET _IO ('P', 0) And I wrote this short program: #include #include #include main(int argc, char **argv) { int file, err; file = open("/dev/dsp", O_WRONLY); if (file < 0) { perror("file error"); } err = ioctl(file, SNDCTL_DSP_RESET, 0); if (err) { perror("ioctl error"); } } If I run this program after resuming, instead of complete silence, I get nasty static noise from any program that uses audio. So, this has an effect, but it is not restoring the audio to a "freshly booted" state. Short of hacking up the drivers, does anyone have any suggestions? -Michael Robinson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Jan 17 21:38:11 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from kephren.in.nunix.net (r42m223.cybercable.tm.fr [195.132.42.223]) by hub.freebsd.org (Postfix) with ESMTP id 8C61637B401 for ; Wed, 17 Jan 2001 21:37:54 -0800 (PST) Received: by kephren.in.nunix.net (Postfix, from userid 1000) id 43D724DC41; Thu, 18 Jan 2001 06:37:59 +0100 (CET) Date: Thu, 18 Jan 2001 06:37:59 +0100 From: Fabrice AkHeN To: mobile@freebsd.org Subject: Acer travelmate 350 pcic 02Micro 0Z6933 Message-ID: <20010118063758.A58492@kephren.in.nunix.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi I just get a travelmate 350. Which seems to have a strange hardware config. one lucent wavelan integrated card on TI PCI1410 Cardbus, and 2 slots on a 02Micro 0Z6933, (one slot owned by an internal smartcard reader). I'm trying to put a 3C574BT working on this config, (this card work on others laptops). I thought that laptop was to recent to be supported by something else than windoz , but redhat 7.0 which is already old, works for all the hardware. Has someone an approx config working on freebsd ? Is this 02 micro chip supported ? thanks for help. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Wed Jan 17 22:43:49 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from harmony.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 15E7437B401 for ; Wed, 17 Jan 2001 22:43:33 -0800 (PST) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.1/8.11.1) with ESMTP id f0I6hSs43548; Wed, 17 Jan 2001 23:43:28 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200101180643.f0I6hSs43548@harmony.village.org> To: Fabrice AkHeN Subject: Re: Acer travelmate 350 pcic 02Micro 0Z6933 Cc: mobile@FreeBSD.ORG In-reply-to: Your message of "Thu, 18 Jan 2001 06:37:59 +0100." <20010118063758.A58492@kephren.in.nunix.net> References: <20010118063758.A58492@kephren.in.nunix.net> Date: Wed, 17 Jan 2001 23:43:27 -0700 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <20010118063758.A58492@kephren.in.nunix.net> Fabrice AkHeN writes: : one lucent wavelan integrated card on TI PCI1410 Cardbus, and 2 slots on a 02Micro 0Z6933, (one slot owned by an internal smartcard reader). I recently added some ids for the O2 micro. Maybe you need these changes to make things work. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Jan 18 1:55:30 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from mailout00.sul.t-online.com (mailout00.sul.t-online.com [194.25.134.16]) by hub.freebsd.org (Postfix) with ESMTP id B99AD37B6A2 for ; Thu, 18 Jan 2001 01:55:11 -0800 (PST) Received: from fwd05.sul.t-online.com by mailout00.sul.t-online.com with smtp id 14JBmd-0002ic-08; Thu, 18 Jan 2001 10:55:07 +0100 Received: from neutron.cichlids.com (520050424122-0001@[62.225.193.235]) by fmrl05.sul.t-online.com with esmtp id 14JBmK-0RNSu8C; Thu, 18 Jan 2001 10:54:48 +0100 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by neutron.cichlids.com (Postfix) with ESMTP id 560F0AB0C; Thu, 18 Jan 2001 10:56:30 +0100 (CET) Received: by cichlids.cichlids.com (Postfix, from userid 1001) id 68DFF14BB0; Thu, 18 Jan 2001 10:54:41 +0100 (CET) Date: Thu, 18 Jan 2001 10:54:41 +0100 To: Michael Robinson Cc: freebsd-mobile@freebsd.org Subject: Re: No, I mean *really* reset the DSP Message-ID: <20010118105441.A5578@cichlids.cichlids.com> References: <200101172215.f0HMF7w59249@netrinsics.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200101172215.f0HMF7w59249@netrinsics.com>; from robinson@netrinsics.com on Wed, Jan 17, 2001 at 10:15:07PM +0000 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. From: alex@big.endian.de (Alexander Langer) X-Sender: 520050424122-0001@t-dialin.net Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thus spake Michael Robinson (robinson@netrinsics.com): > but it is not restoring the audio to a "freshly booted" state. Short of > hacking up the drivers, does anyone have any suggestions? Well, I suppose the DSP is initialized by the driver after reset. You should read the sourcecode of the driver in sys/dev/sound and look, what happens on the kernel module after the dsp has been found - if there is any initalizing done. If you, you have to do this too, of course. Alex -- cat: /home/alex/.sig: No such file or directory To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Jan 18 2:38:19 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from probity.mcc.ac.uk (probity.mcc.ac.uk [130.88.200.94]) by hub.freebsd.org (Postfix) with ESMTP id 7A9CA37B401 for ; Thu, 18 Jan 2001 02:38:01 -0800 (PST) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by probity.mcc.ac.uk with esmtp (Exim 2.05 #4) id 14JCS8-000GxG-00 for freebsd-mobile@freebsd.org; Thu, 18 Jan 2001 10:38:01 +0000 Received: (from rasputin@localhost) by dogma.freebsd-uk.eu.org (8.11.1/8.11.1) id f0IAc0b67008 for freebsd-mobile@freebsd.org; Thu, 18 Jan 2001 10:38:00 GMT (envelope-from rasputin) Date: Thu, 18 Jan 2001 10:38:00 +0000 From: Rasputin To: freebsd-mobile@freebsd.org Subject: Re: BSD box as Airport replacement? Message-ID: <20010118103800.A66937@dogma.freebsd-uk.eu.org> References: <20010117084116.A22875@drella.newsof.com> <20010117093324.B22875@drella.newsof.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20010117093324.B22875@drella.newsof.com>; from wyllie@dilex.net on Wed, Jan 17, 2001 at 09:33:24AM -0800 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * Andrew Wyllie [010117 17:36]: > Hi Brian, > > Actually, here in Seattle, they have something called the > Seattle Wireless Network which (with the right equipment) > would allow you to share: > > http://www.seattlewireless.net/ > > I have not really played around with it much, but the connections > are encrytped and you can configure DHCP to only accept specific > MAC addressess - which should be enogh to prevent people from > stealing (would be interesting to configure DHCP to show you if > anyone is trying to steal...). > But couldn't a prospective intruder try RFC1918 addresses at random till they find your network? But some sort of authentication based on MAC addresses sounds good, though - > On Wed, 17 Jan 2001, Brian wrote: > > > With that kind of range, have you thought about a login process to use the > > service..... > > ......This could prevent yer neighbor or > > a prankster in a vsn from swipin service from you. I'm more concerned about packet sniffing than someone else sharing my cablemodem, to be honest A thread on stable suggests the best hardware crypto these cards can do is 128 bit with a so-so algorithm. To be safe, I'll just use shedloads of SSH-type TLS solutions. Thanks a lot to everyone who's given me advice on this. -- Rasputin Jack of All Trades :: Master of Nuns To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Jan 18 3:31:49 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from kephren.in.nunix.net (r42m223.cybercable.tm.fr [195.132.42.223]) by hub.freebsd.org (Postfix) with ESMTP id 873A837B6A0 for ; Thu, 18 Jan 2001 03:31:32 -0800 (PST) Received: by kephren.in.nunix.net (Postfix, from userid 1000) id 6ED564DC41; Thu, 18 Jan 2001 12:31:36 +0100 (CET) Date: Thu, 18 Jan 2001 12:31:36 +0100 From: Fabrice AkHeN To: Warner Losh Cc: Fabrice AkHeN , mobile@FreeBSD.ORG Subject: Re: Acer travelmate 350 pcic 02Micro 0Z6933 Message-ID: <20010118123136.A59498@kephren.in.nunix.net> References: <20010118063758.A58492@kephren.in.nunix.net> <200101180643.f0I6hSs43548@harmony.village.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200101180643.f0I6hSs43548@harmony.village.org>; from imp@harmony.village.org on Wed, Jan 17, 2001 at 11:43:27PM -0700 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Jan 17, 2001 at 11:43:27PM -0700, Warner Losh wrote: > In message <20010118063758.A58492@kephren.in.nunix.net> Fabrice AkHeN writes: > : one lucent wavelan integrated card on TI PCI1410 Cardbus, and 2 slots on a 02Micro 0Z6933, (one slot owned by an internal smartcard reader). > > I recently added some ids for the O2 micro. Maybe you need these > changes to make things work. > > Warner I have tried the floppies of 5.0 yesterday snapshot, and it can't detect my network card. I'm not sure but it seems, it detects 1st the slots where the wavelan is, and not the one where my card is placed ... :/ Is your changes already commited in cvs tree ? Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Jan 18 5:37:31 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from mail8.nc.rr.com (fe8.southeast.rr.com [24.93.67.55]) by hub.freebsd.org (Postfix) with ESMTP id 0F12B37B400 for ; Thu, 18 Jan 2001 05:37:10 -0800 (PST) Received: from babbleon.org ([24.163.43.236]) by mail8.nc.rr.com with Microsoft SMTPSVC(5.5.1877.537.53); Thu, 18 Jan 2001 08:35:20 -0500 Message-ID: <3A66F0C9.B484EC3B@babbleon.org> Date: Thu, 18 Jan 2001 08:34:01 -0500 From: The Babbler Organization: None to speak of X-Mailer: Mozilla 4.75 [en] (X11; U; Linux 2.2.15-4mdk i686) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-mobile@freebsd.org Subject: Linksys 10/100 + 56K Modem PC Card (ethernet only) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm trying to get the a PCCARD working; specifically the card in the title above. Although it's a modem/ethernet card, I now have a cable modem so I only care about the ethernet aspect of the card. It works fine under Linux, which has this view of it: eth0: NE2000 Compatible: io 0x300, irq 3, hw_addr 00:E0:98:70:F9:6A For for FreeBSD, it's not known to the pccard data base. I've tried creating a simple entry for it, but I'm not having much luck. Here's my current pccard.conf entry for it: # This is the Linksys card I have, with the fat holder. card "Linksys" "EtherFast 10&100 + 56K PC Card (PCMLM56)" config 0x3 "ed" 3 insert /etc/pccard_ether $device start remove /etc/pccard_ether $device stop My first try used slot 1, and I got these messages from the kernel: Jan 18 07:58:23 i7500 /kernel: pccard: card inserted, slot 1 Jan 18 07:58:28 i7500 pccardd[55]: Card "Linksys"("EtherFast 10&100 + 56K PC Card (PCMLM56)") [(null)] [(null)] matched "Linksys" ("EtherFast 10&100 + 56K PC Card (PCMLM56)") [(null)] [(null)] Jan 18 07:58:28 i7500 pccardd[55]: Config id 1 not present in this card Jan 18 07:58:28 i7500 pccardd[55]: Resource allocation failure for "Linksys"("EtherFast 10&100 + 56K PC Card (PCMLM56)") [(null)] [(null)]; Reason specified CIS was not found So I did a "pccard dumpcis" and based on the reported results for tuple 6, I tried changing that to slot 3. This did get rid of the "CIS was not found" and "Config id 1 was not present" messages, which made me feel better in that perhaps I'm starting to vaguely follow what's going on, but it still fails: Jan 18 07:22:55 i7500 pccardd[55]: Card "Linksys"("EtherFast 10&100 + 56K PC Card (PCMLM56)") [(null)] [(null)] matched "Linksys" ("EtherFast 10&100 + 56K PC Card (PCMLM56)") [(null)] [(null)] Jan 18 07:23:00 i7500 pccardd[55]: driver allocation failed for Linksys(EtherFast 10&100 + 56K PC Card (PCMLM56)): Device not configured At this point I've about reached the limits of my extremely limited understanding of these issues, and I'm hoping that the folks in this group can help. Here's the "dumpcis" for the card: Configuration data for card in slot 1 Tuple #1, code = 0x1 (Common memory descriptor), length = 2 000: 00 ff Common memory device information: Device number 1, type No device, WPS = OFF Speed = No speed, Memory block size = reserved, 32 units Tuple #2, code = 0x15 (Version 1 info), length = 52 000: 04 01 4c 69 6e 6b 73 79 73 00 45 74 68 65 72 46 010: 61 73 74 20 31 30 26 31 30 30 20 2b 20 35 36 4b 020: 20 50 43 20 43 61 72 64 20 28 50 43 4d 4c 4d 35 030: 36 29 00 ff Version = 4.1, Manuf = [Linksys], card vers = [EtherFast 10&100 + 56K PC Card (PCMLM56)] Tuple #3, code = 0x20 (Manufacturer ID), length = 4 000: 43 01 ab c0 PCMCIA ID = 0x143, OEM ID = 0xc0ab Tuple #4, code = 0x21 (Functional ID), length = 2 000: 00 00 Multifunction card Tuple #5, code = 0x1a (Configuration map), length = 5 000: 01 1b e0 ff 67 Reg len = 2, config register addr = 0xffe0, last config = 0x1b Registers: XXX--XX- Tuple #6, code = 0x1b (Configuration entry), length = 22 000: c3 41 99 79 55 3d 86 46 26 4c ea 61 f8 02 07 00 010: 03 1f f0 38 9e 28 Config index = 0x3(default) Interface byte = 0x41 (I/O) +RDY/-BSY active Vcc pwr: Nominal operating supply voltage: 5 x 1V Continuous supply current: 3.5 x 10mA Max current average over 1 second: 1 x 100mA, ext = 0x46 Max current average over 10 ms: 2 x 100mA Power down supply current: 4.5 x 1mA Card decodes 10 address lines, full 8/16 Bit I/O I/O address # 1: block start = 0x2f8 block length = 0x8 I/O address # 2: block start = 0x300 block length = 0x20 IRQ modes: Level, Pulse, Shared IRQs: 3 4 5 9 10 11 12 15 Max twin cards = 0 Misc attr: (Audio-BVD2) (Power down supported) Tuple #7, code = 0x1b (Configuration entry), length = 10 000: 05 08 ea 61 e8 03 07 00 03 1f Config index = 0x5 Card decodes 10 address lines, full 8/16 Bit I/O I/O address # 1: block start = 0x3e8 block length = 0x8 I/O address # 2: block start = 0x300 block length = 0x20 Tuple #8, code = 0x1b (Configuration entry), length = 10 000: 07 08 ea 61 e8 02 07 00 03 1f Config index = 0x7 Card decodes 10 address lines, full 8/16 Bit I/O I/O address # 1: block start = 0x2e8 block length = 0x8 I/O address # 2: block start = 0x300 block length = 0x20 Tuple #9, code = 0x1b (Configuration entry), length = 10 000: 09 08 ea 61 f8 02 07 20 03 1f Config index = 0x9 Card decodes 10 address lines, full 8/16 Bit I/O I/O address # 1: block start = 0x2f8 block length = 0x8 I/O address # 2: block start = 0x320 block length = 0x20 Tuple #10, code = 0x1b (Configuration entry), length = 10 000: 0b 08 ea 61 e8 03 07 20 03 1f Config index = 0xb Card decodes 10 address lines, full 8/16 Bit I/O I/O address # 1: block start = 0x3e8 block length = 0x8 I/O address # 2: block start = 0x320 block length = 0x20 Tuple #11, code = 0x1b (Configuration entry), length = 10 000: 0d 08 ea 61 e8 02 07 20 03 1f Config index = 0xd Card decodes 10 address lines, full 8/16 Bit I/O I/O address # 1: block start = 0x2e8 block length = 0x8 I/O address # 2: block start = 0x320 block length = 0x20 Tuple #12, code = 0x1b (Configuration entry), length = 10 000: 0f 08 ea 61 f8 02 07 40 03 1f Config index = 0xf Card decodes 10 address lines, full 8/16 Bit I/O I/O address # 1: block start = 0x2f8 block length = 0x8 I/O address # 2: block start = 0x340 block length = 0x20 Tuple #13, code = 0x1b (Configuration entry), length = 10 000: 11 08 ea 61 e8 03 07 40 03 1f Config index = 0x11 Card decodes 10 address lines, full 8/16 Bit I/O I/O address # 1: block start = 0x3e8 block length = 0x8 I/O address # 2: block start = 0x340 block length = 0x20 Tuple #14, code = 0x1b (Configuration entry), length = 10 000: 13 08 ea 61 e8 02 07 40 03 1f Config index = 0x13 Card decodes 10 address lines, full 8/16 Bit I/O I/O address # 1: block start = 0x2e8 block length = 0x8 I/O address # 2: block start = 0x340 block length = 0x20 Tuple #15, code = 0x1b (Configuration entry), length = 10 000: 15 08 ea 61 f8 02 07 20 02 1f Config index = 0x15 Card decodes 10 address lines, full 8/16 Bit I/O I/O address # 1: block start = 0x2f8 block length = 0x8 I/O address # 2: block start = 0x220 block length = 0x20 Tuple #16, code = 0x1b (Configuration entry), length = 10 000: 17 08 ea 61 e8 03 07 20 02 1f Config index = 0x17 Card decodes 10 address lines, full 8/16 Bit I/O I/O address # 1: block start = 0x3e8 block length = 0x8 I/O address # 2: block start = 0x220 block length = 0x20 Tuple #17, code = 0x1b (Configuration entry), length = 10 000: 19 08 ea 61 e8 02 07 20 02 1f Config index = 0x19 Card decodes 10 address lines, full 8/16 Bit I/O I/O address # 1: block start = 0x2e8 block length = 0x8 I/O address # 2: block start = 0x220 block length = 0x20 Tuple #18, code = 0x1b (Configuration entry), length = 10 000: 1b 08 ea 61 f8 02 07 40 02 0f Config index = 0x1b Card decodes 10 address lines, full 8/16 Bit I/O I/O address # 1: block start = 0x2f8 block length = 0x8 I/O address # 2: block start = 0x240 block length = 0x10 Tuple #19, code = 0xff (Terminator), length = 0 2 slots found Thanks for any hints y'all can offer me! -- "Brian, the man from babble-on" bts@babbleon.org Brian T. Schellenberger http://www.babbleon.org Support http://www.eff.org. Support decss defendents. Support http://www.programming-freedom.org. Boycott amazon.com. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Jan 18 7:32:38 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from oulu.fi (ousrvr.oulu.fi [130.231.240.1]) by hub.freebsd.org (Postfix) with ESMTP id 605F337B6A1; Thu, 18 Jan 2001 07:32:18 -0800 (PST) Received: from ee.oulu.fi (ees2.oulu.fi [130.231.61.23]) by oulu.fi (8.8.5/8.8.5) with ESMTP id RAA29238; Thu, 18 Jan 2001 17:32:12 +0200 (EET) Received: from stekt56 (stekt56 [130.231.60.96]) by ee.oulu.fi (8.11.1/8.11.1) with ESMTP id f0IFWBI14056; Thu, 18 Jan 2001 17:32:12 +0200 (EET) Date: Thu, 18 Jan 2001 17:32:11 +0200 (EET) From: Ana Romero X-Sender: To: Questions FreeBSD , Mobile FreeBSD Subject: Mobile IPv6 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello!! Have you ever install Mobile IPv6 source code from Monarch Project in FreeBSD ?(see http://www.monarch.cs.cmu.edu/mobile_ipv6.html) I'm trying to do and I need some hints. _________________________________ Ana Romero Centre for Wireless Communications PL 4500, Tutkijantie 2 E, FIN-90014 University of Oulu Oulu, Finland To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Jan 18 11:46:59 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from harmony.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 8F02037B401 for ; Thu, 18 Jan 2001 11:46:38 -0800 (PST) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.1/8.11.1) with ESMTP id f0IJkUs47703; Thu, 18 Jan 2001 12:46:34 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200101181946.f0IJkUs47703@harmony.village.org> To: Fabrice AkHeN Subject: Re: Acer travelmate 350 pcic 02Micro 0Z6933 Cc: mobile@FreeBSD.ORG In-reply-to: Your message of "Thu, 18 Jan 2001 12:31:36 +0100." <20010118123136.A59498@kephren.in.nunix.net> References: <20010118123136.A59498@kephren.in.nunix.net> <20010118063758.A58492@kephren.in.nunix.net> <200101180643.f0I6hSs43548@harmony.village.org> Date: Thu, 18 Jan 2001 12:46:30 -0700 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <20010118123136.A59498@kephren.in.nunix.net> Fabrice AkHeN writes: : Is your changes already commited in cvs tree ? I thought so. I'll double check. You may have an O2 part that we don't yet recognize. What does pciconf -l (run as root) tell you about this device? Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Jan 18 13:32:20 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from ns.uninet.ee (ns.uninet.ee [194.204.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 4332F37B400; Thu, 18 Jan 2001 13:31:59 -0800 (PST) Received: from inspiral.net (tigris-isdn-124.uninet.ee [194.204.61.124]) by ns.uninet.ee (Postfix) with ESMTP id 17ACB258C2; Thu, 18 Jan 2001 23:37:33 +0200 (EET) Message-ID: <3A6760AF.E09D446@inspiral.net> Date: Thu, 18 Jan 2001 23:31:27 +0200 From: Lauri Laupmaa Organization: Inspiral.Net X-Mailer: Mozilla 4.75 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-mobile@FreeBSD.ORG, questions@FreeBSD.ORG Subject: 3q's about Toshiba SatPro 445 Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg=sha1; boundary="------------ms20E11D6240B3220A45D6DDEC" Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a cryptographically signed message in MIME format. --------------ms20E11D6240B3220A45D6DDEC Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi I installed 4.2-REL on my old 445CDX, and now I would like to ask for some pointers: 1. on pccard init it says "card0 device not configured" however kernel recognizes 2 ToPIC95 controllers. 2. I cannot get XFree to run in 800*600 mode, I just cannot understand what/why it needs this sync info for LCD. (yes, I have configured/used XFRee numerous times, but only CRT's) 3. It reports biospio mode for both HD and CD even when I put ATAPI_DMA (sp) into kernel conf. And it is sloow. TIA L. (to prove, that I'm not complete idiot, I got soundcard detected by kernel, haven't tried mp3's yet :) --------------ms20E11D6240B3220A45D6DDEC Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" Content-Description: S/MIME Cryptographic Signature MIIIbAYJKoZIhvcNAQcCoIIIXTCCCFkCAQExCzAJBgUrDgMCGgUAMAsGCSqGSIb3DQEHAaCC Bm4wggOtMIIDFqADAgECAhB0BddLdoaFdIsYq0VVH0P/MA0GCSqGSIb3DQEBBAUAMFgxJzAl BgNVBAoTHkJyaXRpc2ggVGVsZWNvbW11bmljYXRpb25zIHBsYzEtMCsGA1UECxMkQlQgVHJ1 c3R3aXNlIC0gQ2xhc3MgMSBJbmRpdmlkdWFsIENBMB4XDTAxMDExNjAwMDAwMFoXDTAxMDMx NzIzNTk1OVowggEjMScwJQYDVQQKEx5Ccml0aXNoIFRlbGVjb21tdW5pY2F0aW9ucyBwbGMx LTArBgNVBAsTJEJUIFRydXN0d2lzZSAtIENsYXNzIDEgSW5kaXZpZHVhbCBDQTFGMEQGA1UE CxM9d3d3LnRydXN0d2lzZS5jb20vcmVwb3NpdG9yeS9SUCBJbmNvcnAuIGJ5IFJlZi4sTElB Qi5MVEQoYyk5ODEeMBwGA1UECxMVUGVyc29uYSBOb3QgVmFsaWRhdGVkMSYwJAYDVQQLEx1E aWdpdGFsIElEIENsYXNzIDEgLSBOZXRzY2FwZTEWMBQGA1UEAxMNTGF1cmkgTGF1cG1hYTEh MB8GCSqGSIb3DQEJARYSbWF1cmlAaW5zcGlyYWwubmV0MIGfMA0GCSqGSIb3DQEBAQUAA4GN ADCBiQKBgQC3krvLQ+qoMk2MBBdjU5QamfcSIsO2J4HXTCVF+tjqzevhJ+pqg6tIXywxCLGt VJM3XUCTEcpnhwNGUr30VlY0L1kC2DypEF8LK9zD4+asX/jTwrb+EtUkWpUpvsTZjmWCzTVd n5fQh2hvVEkBiwtziMJCYydCMdBXbfIA8l/skwIDAQABo4GqMIGnMAkGA1UdEwQCMAAwEQYJ YIZIAYb4QgEBBAQDAgeAMIGGBgpghkgBhvhFAQYDBHgWdmQ0NjUyYmQ2M2YyMDQ3MDI5Mjk4 NzYzYzlkMmYyNzUwNjljNzM1OWJlZDFiMDU5ZGE3NWJjNGJjOTcwMTc0N2RhNWQzZjQxNDFi ZWFkYjJiZDJlODkyMTdhNDZiZjhkMzExNDk5Y2EyYjk0NWZkZjNlYTQ1NjQwDQYJKoZIhvcN AQEEBQADgYEAo778yPh+07j6armxFhcB1egU5t9ZO0SR+1aW+e8KuuqD8n8O/V9/csM/ftCM j+5APZ4v7NKCd5V1KlzavG480ApcSQZP9iTyC+4StseZ9gsGCrYi5N87tjdEjdA/hH6hPRo5 W82Y0yVG5Y/joGiD5XVNrzJWPuAEOdL3ty2+yHgwggK5MIICIqADAgECAhEA0zBJnvKZLVDb 03kHStQNPTANBgkqhkiG9w0BAQIFADBfMQswCQYDVQQGEwJVUzEXMBUGA1UEChMOVmVyaVNp Z24sIEluYy4xNzA1BgNVBAsTLkNsYXNzIDEgUHVibGljIFByaW1hcnkgQ2VydGlmaWNhdGlv biBBdXRob3JpdHkwHhcNOTgwMjEyMDAwMDAwWhcNMDMwMjEyMjM1OTU5WjBYMScwJQYDVQQK Ex5Ccml0aXNoIFRlbGVjb21tdW5pY2F0aW9ucyBwbGMxLTArBgNVBAsTJEJUIFRydXN0d2lz ZSAtIENsYXNzIDEgSW5kaXZpZHVhbCBDQTCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEA 0QG30oEW28L0Z/5fC03tfZ+a2ahBQYehZ6hrcb1PW6ZIXuqm5y8KpzYJ9rLhRkMA3BzH8eAC TVhkn/qAJmqCm2GTDa7eueV8q6A/0I/p9KwahkjEgG4exysZ9svlo21+HWn0yFtrHAraKuNo ZOPpFnNP5dOpAuObV5lKytU5AlkCAwEAAaN8MHowEQYJYIZIAYb4QgEBBAQDAgEGMEcGA1Ud IARAMD4wPAYLYIZIAYb4RQEHAQEwLTArBggrBgEFBQcCARYfd3d3LnZlcmlzaWduLmNvbS9y ZXBvc2l0b3J5L1JQQTAPBgNVHRMECDAGAQH/AgEAMAsGA1UdDwQEAwIBBjANBgkqhkiG9w0B AQIFAAOBgQBSAcma9vqkvYS4miXj6t5jPDVao9pIjdxWTjRoiRPRRi7wz0On9jUzqVK8sVcr PIpwxmvnlOyvjM8KpZaJVXECrgclfNlGR58eSiyTSHyBO0XUK4XLJkwkBXyBmiHc+32l5gvC +QXuGccUEdg8WZ/OOeoRMbCdGuw1+LeE55h4JzGCAcYwggHCAgEBMGwwWDEnMCUGA1UEChMe QnJpdGlzaCBUZWxlY29tbXVuaWNhdGlvbnMgcGxjMS0wKwYDVQQLEyRCVCBUcnVzdHdpc2Ug LSBDbGFzcyAxIEluZGl2aWR1YWwgQ0ECEHQF10t2hoV0ixirRVUfQ/8wCQYFKw4DAhoFAKCB sTAYBgkqhkiG9w0BCQMxCwYJKoZIhvcNAQcBMBwGCSqGSIb3DQEJBTEPFw0wMTAxMTgyMTMx MjdaMCMGCSqGSIb3DQEJBDEWBBQFsZR/dghIsJWZBmYWWsgHCtfrTTBSBgkqhkiG9w0BCQ8x RTBDMAoGCCqGSIb3DQMHMA4GCCqGSIb3DQMCAgIAgDAHBgUrDgMCBzANBggqhkiG9w0DAgIB QDANBggqhkiG9w0DAgIBKDANBgkqhkiG9w0BAQEFAASBgFNngcINrWUif3yzdqcKDRvL/K+r xAm4u6AncTQsmpkPHhMDen8q8w/XATWGE4sbeITvINdZM1k/8H8La2/tZPyd8FaVdcqQ9ZN0 m5tr916h2EGSm2qIh2wCVWzbA06GPLGIWOEBHwtCRNRb2qJanlPvy8CmmJR+Sgr7evVhomTp --------------ms20E11D6240B3220A45D6DDEC-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Jan 18 13:44: 0 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from isds.duke.edu (davinci.isds.duke.edu [152.3.22.1]) by hub.freebsd.org (Postfix) with ESMTP id 38DEA37B401 for ; Thu, 18 Jan 2001 13:43:42 -0800 (PST) Received: from feta.isds.duke.edu (feta.isds.duke.edu [152.3.22.76]) by isds.duke.edu (8.8.8/8.8.8) with ESMTP id QAA32762 for ; Thu, 18 Jan 2001 16:43:38 -0500 (EST) Received: (from sto@localhost) by feta.isds.duke.edu (8.11.1/8.11.1) id f0ILhbX47934 for freebsd-mobile@FreeBSD.ORG; Thu, 18 Jan 2001 16:43:37 -0500 (EST) (envelope-from sto) Date: Thu, 18 Jan 2001 16:43:37 -0500 From: "Sean O'Connell" To: FreeBSD mobile Subject: Re: 3q's about Toshiba SatPro 445 Message-ID: <20010118164337.I47223@stat.Duke.EDU> Reply-To: FreeBSD mobile Mail-Followup-To: Sean O'Connell , FreeBSD mobile References: <3A6760AF.E09D446@inspiral.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3A6760AF.E09D446@inspiral.net>; from mauri@inspiral.net on Thu, Jan 18, 2001 at 11:31:27PM +0200 X-Organization: Institute of Statistics and Decision Sciences Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Lauri Laupmaa stated: : Hi : : I installed 4.2-REL on my old 445CDX, and now I would like to ask for : some pointers: : 1. on pccard init it says "card0 device not configured" however kernel : recognizes 2 ToPIC95 controllers. : 2. I cannot get XFree to run in 800*600 mode, I just cannot understand : what/why it needs this sync info for LCD. (yes, I have configured/used : XFRee numerous times, but only CRT's) : 3. It reports biospio mode for both HD and CD even when I put ATAPI_DMA : (sp) into kernel conf. And it is sloow. : : TIA : : L. : : (to prove, that I'm not complete idiot, I got soundcard detected by : kernel, haven't tried mp3's yet :) Lauri- The pci vendor/product id's are frob'd for your pcic's but the kernel didn't attach 'em. To do this justice, it would be helpfult to see a dmesg output (/var/run/dmesg.boot) and your kernel config. The pcic issue is probably an irq issue _or_ a BIOS issue. Make sure that your BIOS is set such that Plug and Play OS = NO _or_ Supported OS = WinNT (not Win9x) This might help with both pcic and the ata driver. The XFree86 thing would depend on whether you are using version 3.3.6 or 4.0.x. As for the soundcard, I would do the following: option PNPBIOS device pcm (you'll need to cd /dev; sh MAKEDEV snd0) I would also change all of the device sioN at ... entries to a simple device sio (this presupposes PNPBIOS works and the BIOS settings are as noted above). HTH, S -- Sean O'Connell Email: sean@stat.Duke.EDU Institute of Statistics and Decision Sciences Phone: (919) 684-5419 Duke University Fax: (919) 684-8594 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Jan 18 14:57: 7 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from m2.pp.htv.fi (m2ep.pp.htv.fi [212.90.64.98]) by hub.freebsd.org (Postfix) with ESMTP id 3D3C737B698 for ; Thu, 18 Jan 2001 14:56:42 -0800 (PST) Received: from m7.pp.htv.fi (m7.pp.htv.fi [212.90.64.22]) by m2.pp.htv.fi (8.9.3 (PHNE_22672)/8.8.6) with ESMTP id AAA29941 for ; Fri, 19 Jan 2001 00:56:35 +0200 (EET) Received: from [192.168.0.2] (cs80083.pp.htv.fi [212.90.80.83]) by m7.pp.htv.fi (8.8.6 (PHNE_14041)/8.8.6) with ESMTP id AAA18979 for ; Fri, 19 Jan 2001 00:56:28 +0200 (EET) Mime-Version: 1.0 X-Sender: metis@pop.clinet.fi Message-Id: Date: Fri, 19 Jan 2001 00:56:15 +0200 To: Freebsd-mobile@freebsd.org From: Petri Riihikallio Subject: No progress with Compaq Armada w/TI-1225: No PC-CARD Slots (4.2R) Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello I am following my own thread since I am not sure whether my earlier post made it to the list or not. I didn't get a single comment. Sorry about the length but many answers in the archive complain about the lack of evidence. I have built several kernels since that post but learned little new. However, when I try to use the pcic device in polling mode (irq 0), the kernel disables that device at boot and creates a new one (pcicN+1) with irq 10. I have even tried to fiddle with the boot environment with "set machdep.pccard.pcic_irq=0" with the same results. In short my questions are: 1: Is the "pcic-pci0 irq 11" versus "pcic0 irq 10" a problem? How do I change the pcic-pci0 since I can't change the pcic0? 2: Are there any docs for "device pccard" or PC-card support in general? The "device card" in GENERIC and LINT didn't work at all (no pcicN's or pccardN's). I couldn't link the NEWCARD stuff since some sources were missing. I don't know the differences between these and how the choice might affect something else. However, I would settle for anything that works. 3: Should I have devices pcicN or pccardN in /dev? I have only card0-3. MAKEDEV doesn't recognize any of the pcxxxxx devices reported during boot. 4. Am I asking something obvious, stupid or impossible? I don't even know what the problem is. The machine boots fine and detects everything I am aware of. When I remove or insert the card I get reasonable messages without any error indications. But pccardd won't run since I don't have any slots! Does pccardd depend on device card? Should I do something to make it work with device pccard? The sad thing is that this used to work in 3.4 with "controller card" without a hitch. Could someone please give me something to work on? I am running out of ideas. I have upgraded http://www.metis.fi/dmesg.txt with the dmesg of a verbose boot. Sorry about that. The kernel config at http://www.metis.fi/armada.txt matches that latest trial. TIA Petri >Hello > >I upgraded my Armada from 3.4 to 4.2 by a clean install. Now I can't >get my Xircom ethernet PC-card to work. I have searched the mail >archives and found many similar questions, but less answers. Should >this work? > >The relevant lines of dmesg are: > >pcic-pci0: mem >0x7fffe000-0x7fffefff irq 11 at device 17.0 on pci0 >pcic-pci0: TI12XX PCI Config Reg: [ring enable][speaker enable][pwr >save][CSC serial isa irq] >pcic-pci0: Legacy address set to 0x3e0 >pcic-pci1: mem >0x7ffff000-0x7fffffff irq 11 at device 17.1 on pci0 >pcic-pci1: TI12XX PCI Config Reg: [ring enable][speaker enable][pwr >save][CSC serial isa irq] >... >pcic0 at port 0x3e0-0x3e1 iomem 0xd0000-0xd0fff irq 10 on isa0 >pcic ident regs: 0x84 0x84 0x00 0x00 >pcic0: controller 0 (Intel 82365SL Revision 1) has sockets A and B >pccard0: on pcic0 >pccard1: on pcic0 > >(full version at http://www.metis.fi/dmesg.txt) > >I know that the pcic-pci0/1 irq 11 vs. pcic0 irq 10 is wrong, but I >don't know what to do about it. > >The relevant lines of kernel config: > ># PCCARD (PCMCIA) support >device pccard >device pcic0 at isa? irq 10 port 0x3e0 iomem 0xd0000 ># Xircom Ethernet >device xe > >(full version at http://www.metis.fi/armada.txt) > >With "device card" (as in GENERAL and LINT) I got only the pcic-pci0 >and pcic-pci1 lines in dmesg. No pcic0 or pccard0/1. Then I saw in >some post "device pccard". Now the kernel knows about insertion and >removal of the card. I haven't found any references or docs on this >device. Are there any? Shouldn't the pcic devices appear on the pci >bus? That's why I have tried to comment out the bus part. > >Now if I remove the card I get: > >pcic0: intr >pccard1: 40 CD 0 > >and when I insert the card (but not at boot) I get: > >pcic0: intr >pccard1: 40 CD c >pccard1: enqueing INSERTION event >pccard1: insertion event >pcic_attach_card h 0xc0979944 h->dev 0xc0978000 pccard pcic >pccard1: pccard_card_attach >pccard1: chip_socket_enable >pccard1: pcic_chip_socket_enable cardtype mem 40 >pccard1: read_cis >Calling scan_cis >pcic_chip_mem_map window 0 bus 0+0+400 at card addr 0 >pcic_chip_do_mem_map window 0: 0000 8000 0000 >0xc0978f80 0xc0978000 3 0 0x1 >pcic_chip_do_mem_map window 0: 00d2 80d2 4000 >cis mem map c00d2000 >pccard1: CIS tuple chain: >CISTPL_DEVICE type=null speed=null > 01 02 00 ff >CISTPL_DEVICE_A type=null speed=null > 17 02 00 ff >CISTPL_VERS_1 > 15 2c 05 00 58 69 72 63 6f 6d 00 43 72 65 64 69 > 74 43 61 72 64 20 31 30 2f 31 30 30 00 43 45 33 > 2d 31 30 2f 31 30 30 00 31 2e 30 30 00 ff >unhandled CISTPL 88 > 88 08 a2 e8 bc 00 00 00 00 00 >CISTPL_MANFID > 20 05 05 01 0a 01 43 >unhandled CISTPL 44 > 44 04 62 3c 86 22 >CISTPL_CONFIG > 1a 05 01 01 00 08 03 >CISTPL_CFTABLE_ENTRY > 1b 19 c1 c1 bd 7f 55 4d 5d 3e 46 46 06 e0 17 17 > e4 60 00 00 0f 70 bc 8e 10 00 20 >CISTPL_FUNCID > 21 02 06 00 >unhandled CISTPL 22 > 22 08 04 06 00 80 c7 a2 e8 bc >... more unhandled CISTPL 22's deleted ... >CISTPL_END > ff >pccard1: chip_socket_disable >pcic_chip_socket_disable >pccard1: check_cis_quirks >pccard1: functions scanning > >Still I can't launch pccardd since there are "no PC-card slots", >says the error message. I have remade the /dev every once in a >while. There are /dev's card0 - 3, but they are not configured, if I >try to read them. Should I have pccard's or pcic's in /dev? > >I would have tried the new devices cardbus and pccbb, but I am >missing some sources. I installed full sources from the 4.2 release >CD, though. > >The funny thing is that this used to work in 3.4 with these lines in config: > ># PCCARD (PCMCIA) support >controller card0 >device pcic0 at card? >device pcic1 at card? > >Sorry about the lengthy post, but I tried to include everything that >could be of interest. If somebody does have a TI-1225 working on a >laptop, could you please help me out? > >Thanks >Petri -- Petri.Riihikallio@Metis.fi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Jan 18 17:40:20 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from Mail6.nc.rr.com (fe6.southeast.rr.com [24.93.67.53]) by hub.freebsd.org (Postfix) with ESMTP id 4E21F37B6A6 for ; Thu, 18 Jan 2001 17:39:59 -0800 (PST) Received: from babbleon.org ([24.163.43.236]) by Mail6.nc.rr.com with Microsoft SMTPSVC(5.5.1877.537.53); Thu, 18 Jan 2001 20:39:49 -0500 Message-ID: <3A679A2B.358EEA08@babbleon.org> Date: Thu, 18 Jan 2001 20:36:43 -0500 From: The Babbler Organization: None to speak of X-Mailer: Mozilla 4.75 [en] (X11; U; Linux 2.2.15-4mdk i686) X-Accept-Language: en MIME-Version: 1.0 To: Petri Riihikallio Cc: Freebsd-mobile@freebsd.org Subject: Re: No progress with Compaq Armada w/TI-1225: No PC-CARD Slots (4.2R) References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org It's not saying anyting about the card itself just about the slot. Did you set pccard_enable="YES" in your /etc/rc.conf? Without that, the pccard daemon won't run. Did you do ps x | grep pccard to see if the daemon *is* running? > > The sad thing is that this used to work in 3.4 with "controller card" > without a hitch. > > Could someone please give me something to work on? I am running out of ideas. > > I have upgraded http://www.metis.fi/dmesg.txt with the dmesg of a > verbose boot. Sorry about that. The kernel config at > http://www.metis.fi/armada.txt matches that latest trial. > > TIA > Petri > > >Hello > > > >I upgraded my Armada from 3.4 to 4.2 by a clean install. Now I can't > >get my Xircom ethernet PC-card to work. I have searched the mail > >archives and found many similar questions, but less answers. Should > >this work? > > > >The relevant lines of dmesg are: > > > >pcic-pci0: mem > >0x7fffe000-0x7fffefff irq 11 at device 17.0 on pci0 > >pcic-pci0: TI12XX PCI Config Reg: [ring enable][speaker enable][pwr > >save][CSC serial isa irq] > >pcic-pci0: Legacy address set to 0x3e0 > >pcic-pci1: mem > >0x7ffff000-0x7fffffff irq 11 at device 17.1 on pci0 > >pcic-pci1: TI12XX PCI Config Reg: [ring enable][speaker enable][pwr > >save][CSC serial isa irq] > >... > >pcic0 at port 0x3e0-0x3e1 iomem 0xd0000-0xd0fff irq 10 on isa0 > >pcic ident regs: 0x84 0x84 0x00 0x00 > >pcic0: controller 0 (Intel 82365SL Revision 1) has sockets A and B > >pccard0: on pcic0 > >pccard1: on pcic0 > > > >(full version at http://www.metis.fi/dmesg.txt) > > > >I know that the pcic-pci0/1 irq 11 vs. pcic0 irq 10 is wrong, but I > >don't know what to do about it. > > > >The relevant lines of kernel config: > > > ># PCCARD (PCMCIA) support > >device pccard > >device pcic0 at isa? irq 10 port 0x3e0 iomem 0xd0000 > ># Xircom Ethernet > >device xe > > > >(full version at http://www.metis.fi/armada.txt) > > > >With "device card" (as in GENERAL and LINT) I got only the pcic-pci0 > >and pcic-pci1 lines in dmesg. No pcic0 or pccard0/1. Then I saw in > >some post "device pccard". Now the kernel knows about insertion and > >removal of the card. I haven't found any references or docs on this > >device. Are there any? Shouldn't the pcic devices appear on the pci > >bus? That's why I have tried to comment out the bus part. > > > >Now if I remove the card I get: > > > >pcic0: intr > >pccard1: 40 CD 0 > > > >and when I insert the card (but not at boot) I get: > > > >pcic0: intr > >pccard1: 40 CD c > >pccard1: enqueing INSERTION event > >pccard1: insertion event > >pcic_attach_card h 0xc0979944 h->dev 0xc0978000 pccard pcic > >pccard1: pccard_card_attach > >pccard1: chip_socket_enable > >pccard1: pcic_chip_socket_enable cardtype mem 40 > >pccard1: read_cis > >Calling scan_cis > >pcic_chip_mem_map window 0 bus 0+0+400 at card addr 0 > >pcic_chip_do_mem_map window 0: 0000 8000 0000 > >0xc0978f80 0xc0978000 3 0 0x1 > >pcic_chip_do_mem_map window 0: 00d2 80d2 4000 > >cis mem map c00d2000 > >pccard1: CIS tuple chain: > >CISTPL_DEVICE type=null speed=null > > 01 02 00 ff > >CISTPL_DEVICE_A type=null speed=null > > 17 02 00 ff > >CISTPL_VERS_1 > > 15 2c 05 00 58 69 72 63 6f 6d 00 43 72 65 64 69 > > 74 43 61 72 64 20 31 30 2f 31 30 30 00 43 45 33 > > 2d 31 30 2f 31 30 30 00 31 2e 30 30 00 ff > >unhandled CISTPL 88 > > 88 08 a2 e8 bc 00 00 00 00 00 > >CISTPL_MANFID > > 20 05 05 01 0a 01 43 > >unhandled CISTPL 44 > > 44 04 62 3c 86 22 > >CISTPL_CONFIG > > 1a 05 01 01 00 08 03 > >CISTPL_CFTABLE_ENTRY > > 1b 19 c1 c1 bd 7f 55 4d 5d 3e 46 46 06 e0 17 17 > > e4 60 00 00 0f 70 bc 8e 10 00 20 > >CISTPL_FUNCID > > 21 02 06 00 > >unhandled CISTPL 22 > > 22 08 04 06 00 80 c7 a2 e8 bc > >... more unhandled CISTPL 22's deleted ... > >CISTPL_END > > ff > >pccard1: chip_socket_disable > >pcic_chip_socket_disable > >pccard1: check_cis_quirks > >pccard1: functions scanning > > > >Still I can't launch pccardd since there are "no PC-card slots", > >says the error message. I have remade the /dev every once in a > >while. There are /dev's card0 - 3, but they are not configured, if I > >try to read them. Should I have pccard's or pcic's in /dev? > > > >I would have tried the new devices cardbus and pccbb, but I am > >missing some sources. I installed full sources from the 4.2 release > >CD, though. > > > >The funny thing is that this used to work in 3.4 with these lines in config: > > > ># PCCARD (PCMCIA) support > >controller card0 > >device pcic0 at card? > >device pcic1 at card? > > > >Sorry about the lengthy post, but I tried to include everything that > >could be of interest. If somebody does have a TI-1225 working on a > >laptop, could you please help me out? > > > >Thanks > >Petri > -- > Petri.Riihikallio@Metis.fi > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-mobile" in the body of the message -- "Brian, the man from babble-on" bts@babbleon.org Brian T. Schellenberger http://www.babbleon.org Support http://www.eff.org. Support decss defendents. Support http://www.programming-freedom.org. Boycott amazon.com. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Thu Jan 18 21:36:17 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from tomts7-srv.bellnexxia.net (tomts7.bellnexxia.net [209.226.175.40]) by hub.freebsd.org (Postfix) with ESMTP id C5E8737B401 for ; Thu, 18 Jan 2001 21:36:00 -0800 (PST) Received: from unios.dhs.org ([206.172.131.27]) by tomts7-srv.bellnexxia.net (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20010119053559.UENC6682.tomts7-srv.bellnexxia.net@unios.dhs.org> for ; Fri, 19 Jan 2001 00:35:59 -0500 Message-ID: <3A67D2AB.B5008F55@unios.dhs.org> Date: Fri, 19 Jan 2001 00:37:47 -0500 From: Pat Wendorf X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-mobile@freebsd.org Subject: Patch for pccard.conf Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm not sure what the process is to submit a patch (or how to make a diff ;) but I'd like to request that the following be added to pccard.conf In the section for the PCMPC100 (Linksys 10/100 PC Card), the "config" line reads: config 0x3 "ed0" ? It has to be changed to: config 0x3 "ed0" ? 0x80000 This seems to allow the card to detect and work properly (at least in my system). -- Pat Wendorf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Jan 19 8:18:25 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from m2.pp.htv.fi (m2ep.pp.htv.fi [212.90.64.98]) by hub.freebsd.org (Postfix) with ESMTP id 4157637B6A6 for ; Fri, 19 Jan 2001 08:18:01 -0800 (PST) Received: from m7.pp.htv.fi (m7.pp.htv.fi [212.90.64.22]) by m2.pp.htv.fi (8.9.3 (PHNE_22672)/8.8.6) with ESMTP id SAA22055; Fri, 19 Jan 2001 18:17:42 +0200 (EET) Received: from [192.168.0.2] (cs80083.pp.htv.fi [212.90.80.83]) by m7.pp.htv.fi (8.8.6 (PHNE_14041)/8.8.6) with ESMTP id SAA05920; Fri, 19 Jan 2001 18:17:39 +0200 (EET) Mime-Version: 1.0 X-Sender: metis@pop.clinet.fi Message-Id: In-Reply-To: <3A679A2B.358EEA08@babbleon.org> References: <3A679A2B.358EEA08@babbleon.org> Date: Fri, 19 Jan 2001 18:17:18 +0200 To: Freebsd-mobile@freebsd.org, The Babbler From: Petri Riihikallio Subject: Re: No progress with Compaq Armada w/TI-1225: No PC-CARD Slots (4.2R) Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >It's not saying anyting about the card itself just about the slot. > >Did you set >pccard_enable="YES" >in your /etc/rc.conf? > >Without that, the pccard daemon won't run. > >Did you do >ps x | grep pccard >to see if the daemon *is* running? Thanks for support! I was getting desperate. Yet I have been playing around with different combinations of options. I have managed to produce some changes, but I am missing the clue. No, I don't think this problem has anything to do with the Xircom card. The PC-Card subsystem isn't working. Yes, I do have pccard enabled in rc.conf but it won't start at boot. After mounting the filesystems it says: pccardc: /dev/card0: Device not configured pccardc: /dev/card0: Device not configured Enable PC-card.Doing initial network setup: hostname. Wonder why it says card0 twice and nothing about card1? /var/log/pccardd.debug is empty. I found these in ps -auxww (but now pccardd): root 6 0.0 0.0 0 0 ?? DL 7:42PM 0:00.00 (pcic,0,0) root 7 0.0 0.0 0 0 ?? DL 7:42PM 0:00.00 (pcic,0,1) Wonder who they are? If I try to start pccardd by hand I get: armada# /usr/sbin/pccardd Jan 19 17:02:04 armada pccardd[209]: fatal error: no PC-CARD slots Ditto for pccardc: armada# /usr/sbin/pccardc enable 1 xe0 drv xe0, mem 0x0, size 0, io 0, irq 0x0, flags 0x0 pccardc: /dev/card1: Device not configured The Xircom card is in slot 1. I know it because messages after removing and inserting the card tell me so. Whose messages those are? Not pccard[d|c]'s. Here is the full rc.conf: # This file now contains just the overrides from /etc/defaults/rc.conf # please make all changes to this file. # Enable network daemons for user convenience. # -- sysinstall generated deltas -- # linux_enable="YES" sendmail_enable="NO" moused_enable="YES" saver="star" keymap="finnish.cp850" sshd_enable="YES" inetd_enable="YES" usbd_enable="NO" # -- my additions -- # hostname="armada.metis.fi" portmap_enable="NO" apm_enable="YES" apmd_enable="YES" pccard_enable="YES" pccard_ifconfig="inet 192.168.0.40 netmask 255.255.255.0" defaultrouter="192.168.0.1" Thank you for your time! Petri -- Petri.Riihikallio@Metis.fi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Jan 19 12:32:27 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from harmony.village.org (rover.village.org [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id DF6FC37B400 for ; Fri, 19 Jan 2001 12:32:10 -0800 (PST) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.1/8.11.1) with ESMTP id f0JKW4s55906; Fri, 19 Jan 2001 13:32:05 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200101192032.f0JKW4s55906@harmony.village.org> To: Petri Riihikallio Subject: Re: No progress with Compaq Armada w/TI-1225: No PC-CARD Slots (4.2R) Cc: Freebsd-mobile@FreeBSD.ORG, The Babbler In-reply-to: Your message of "Fri, 19 Jan 2001 18:17:18 +0200." References: <3A679A2B.358EEA08@babbleon.org> Date: Fri, 19 Jan 2001 13:32:04 -0700 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message Petri Riihikallio writes: : root 6 0.0 0.0 0 0 ?? DL 7:42PM 0:00.00 (pcic,0,0) : root 7 0.0 0.0 0 0 ?? DL 7:42PM 0:00.00 (pcic,0,1) DO NOT USE NEWCARD. That's your problem. NEWCARD is experimental at the moment and completely busted in -stable, all versions. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Jan 19 13:38:26 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from herbelot.dyndns.org (s014.dhcp212-24.cybercable.fr [212.198.24.14]) by hub.freebsd.org (Postfix) with ESMTP id 8E01E37B400 for ; Fri, 19 Jan 2001 13:38:07 -0800 (PST) Received: from free.fr (multi.herbelot.nom [192.168.1.2]) by herbelot.dyndns.org (8.9.3/8.9.3) with ESMTP id WAA62991 for ; Fri, 19 Jan 2001 22:38:04 +0100 (CET) (envelope-from thierry.herbelot@free.fr) Message-ID: <3A68B3BB.C5FE21BB@free.fr> Date: Fri, 19 Jan 2001 22:38:03 +0100 From: Thierry Herbelot X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: mobile@freebsd.org Subject: [OT] any instructions on how to use a PCMCIA NIC on NetBSD ? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org [Not finding a mailing list in NetBSD with mobility as a subject] I've got a notebook, which runs FreeBSD (both Stable and Current on one partition !) and I'd like to also have NetBSD on it. I've installed NetBSD with a CD-ROM, so this is already fine (the display is also correctly handled by the 3.3 version of Xfree) What still remains to do is use the NIC under NetBSD the NIC is detected under FreeBSD (Current) as : pccardd[97]: Card "CNet"("CN40BC Ethernet") [D] [NE2000] matched "CNet" ("CN40BC Ethernet") [(null)] [(null)] /boot/kernel/kernel: ed1 at port 0x240-0x25f irq 3 slot 1 on pccard1 /boot/kernel/kernel: ed1: address 00:80:ad:8e:82:60, type NE2000 (16 bit) pccardd[97]: ed1: CNet (CN40BC Ethernet) inserted. As ms interested for NetBSD was to see the peripheral management (bus space and other goodies), I'm a bit disappointed. What I find troubling is that the GENERIC kernel of NetBSD seems to have support for "ed" type NICs and that the NIC is "almost" detected : pcic0 at isa0 port 0x3e0-0x3e1 iomem 0xd0000-0xdffff pcic0: controller 0 (Intel 82365SL Revision 1) has sockets A and B pcic0: controller 1 (Intel 82365SL Revision 1) has no sockets .... pcic0: controller 0 detecting irqs with mask 0xdeb8: pcic0: no available irq; polling for socket events CNet, CN40BC Ethernet, D, NE2000 (manufacturer 0xffffffff, product 0xffffffff) function 0 not configured the probe of PCMCIA NICs is automagically handled by pccardd (and its conf file). Is there any similar daemon I should start under FreeBSD ? TIA PS : is it ok to use under FreeBSD the swap partition of NetBSD ? (I tried once and got a freeze of the notebook) -- Thierry Herbelot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Jan 19 14:34:12 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from www2.mailru.com (www2.mailru.com [194.186.36.5]) by hub.freebsd.org (Postfix) with ESMTP id DEBE437B400 for ; Fri, 19 Jan 2001 14:33:54 -0800 (PST) Received: from frame.hostel.ru (copolym.genebee.msu.ru [212.192.230.96]) (authenticated (0 bits)) by www2.mailru.com (8.11.1/8.11.1) with ESMTP id f0JMecC26025 for ; Sat, 20 Jan 2001 01:40:38 +0300 (MSK) Date: Mon, 20 Jan 1997 01:34:41 +0300 From: Grigory Ptashko X-Mailer: The Bat! (v1.41) Reply-To: Grigory Ptashko Organization: MSU CMC dept. X-Priority: 3 (Normal) Message-ID: <1665.970120@inbox.ru> To: freebsd-mobile@freebsd.org Subject: PCMCIA problems Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello! Please, anybody help! I'm running FreeBSD 4.2 on fujitsu laptop and I have D-Link DFE-650 PCMCIA NIC. As far as I understood it's NE2000 compatible, so I added this line to my kernel: device ed I used pccardd to turn on my pc-card. It told me that it found my card and found free driver for and free irq, mem and so on, it also told me my MAC-address. I also used this: pccardc enabler 1 ed0 -m 2000 d0000 16 -a 240 -i 3 And in this case it seemed just fine. I tried ifconfig and saw my 'ed0' there, but when I tried to bring this interface up I always got this: /kernel: ed0: device timeout And always I got the same 'timeout'. Please anybody help, I just don't know what to do else.... THX. ~~~~~~~~~~~~~~~~~~~~~ Bom Shankar, Grigory AKA Trancer trancer@inbox.ru ICQ# 81901411 ~~~~~~~~~~~~~~~~~~~~~ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Fri Jan 19 17:24:15 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from ams.amsinc.com (ams.amsinc.com [162.70.244.20]) by hub.freebsd.org (Postfix) with ESMTP id A02E237B400 for ; Fri, 19 Jan 2001 17:23:57 -0800 (PST) Received: from ams-central-gate-5a.amsinc.com (ams-central-gate-5a.amsinc.com [162.70.34.52]) by ams.amsinc.com (8.9.1/8.9.1) with SMTP id UAA28595 for ; Fri, 19 Jan 2001 20:23:18 -0500 (EST) From: Ben_Calvert@amsinc.com Received: by ams-central-gate-5a.amsinc.com(Lotus SMTP MTA v4.6.5 (863.2 5-20-1999)) id 852569DA.0007A953 ; Fri, 19 Jan 2001 20:23:41 -0500 X-Lotus-FromDomain: AMSINC To: freebsd-mobile@freebsd.org Message-ID: <852569DA.0007A820.00@ams-central-gate-5a.amsinc.com> Date: Fri, 19 Jan 2001 17:22:36 -0800 Subject: Xfree 4.02 & trident cyber9397dvd Mime-Version: 1.0 Content-type: text/plain; charset=us-ascii Content-Disposition: inline Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org has anyone experimented with XF 4.02 on one of these? i've had terrible luck with all the 4.x releases on my think pad 770z (massive hangs requiring a paperclip reboot) and am leery to try, but ever since i've upgraded my linuxppc box to XF 4 i'm having trouble running remote x sessions for certain apps (kde2 stuff mostly). thanks guys (again, sorry about the stupid lotus notes headers. they won't let me run a decent os at work :( To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sat Jan 20 0:40:54 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from cherry.sanpei.org (g052204.ppp.asahi-net.or.jp [211.132.52.204]) by hub.freebsd.org (Postfix) with ESMTP id AE5EE37B400 for ; Sat, 20 Jan 2001 00:40:30 -0800 (PST) Received: from lavender.sanpei.org (lavender-cherry.sanpei.org [192.168.7.1]) by cherry.sanpei.org (8.11.1/8.11.1) with ESMTP id f0K8duE87964; Sat, 20 Jan 2001 17:39:56 +0900 (JST) (envelope-from sanpei@sanpei.org) Received: (from sanpei@localhost) by lavender.sanpei.org (8.11.1/3.7W) id f0K8Jvr03803; Sat, 20 Jan 2001 17:19:57 +0900 (JST) Date: Sat, 20 Jan 2001 17:19:57 +0900 (JST) Message-Id: <200101200819.f0K8Jvr03803@lavender.sanpei.org> To: bts@babbleon.org Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: Linksys 10/100 + 56K Modem PC Card (ethernet only) In-Reply-To: Your message of "Thu, 18 Jan 2001 08:34:01 -0500". <3A66F0C9.B484EC3B@babbleon.org> From: sanpei@sanpei.org (MIHIRA Yoshiro) X-Mailer: mnews [version 1.22] 1999-12/19(Sun) Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org bts@babbleon.org wrote: >> I'm trying to get the a PCCARD working; specifically the card in the >> title above. Although it's a modem/ethernet card, I now have a cable >> modem so I only care about the ethernet aspect of the card. It works >> fine under Linux, which has this view of it: >> >> eth0: NE2000 Compatible: io 0x300, irq 3, hw_addr 00:E0:98:70:F9:6A >> >> >> For for FreeBSD, it's not known to the pccard data base. I've tried >> creating a simple entry for it, but I'm not having much luck. Here's my >> current pccard.conf entry for it: >> >> # This is the Linksys card I have, with the fat holder. >> card "Linksys" "EtherFast 10&100 + 56K PC Card (PCMLM56)" >> config 0x3 "ed" 3 >> insert /etc/pccard_ether $device start >> remove /etc/pccard_ether $device stop What version of FreeBSD did you use? 4.1-RELEASE or 4.2-RELEASE ? If you use 4.2-RELEASE or later, please try below configuration. # This is the Linksys card I have, with the fat holder. card "Linksys" "EtherFast 10&100 + 56K PC Card (PCMLM56)" config auto "ed" ? insert /etc/pccard_ether $device start remove /etc/pccard_ether $device stop Cheers. MIHIRA Yoshiro To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sat Jan 20 5:39:51 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from cherry.sanpei.org (g052204.ppp.asahi-net.or.jp [211.132.52.204]) by hub.freebsd.org (Postfix) with ESMTP id C808337B400 for ; Sat, 20 Jan 2001 05:39:31 -0800 (PST) Received: from lavender.sanpei.org (lavender-cherry.sanpei.org [192.168.7.1]) by cherry.sanpei.org (8.11.1/8.11.1) with ESMTP id f0KDdQE93613; Sat, 20 Jan 2001 22:39:26 +0900 (JST) (envelope-from sanpei@sanpei.org) Received: from localhost (localhost [127.0.0.1]) by lavender.sanpei.org (8.11.1/3.7W) with ESMTP id f0KDdPi04366; Sat, 20 Jan 2001 22:39:25 +0900 (JST) Date: Sat, 20 Jan 2001 22:39:25 +0900 (JST) Message-Id: <20010120.223925.39152646.sanpei@hc.cc.keio.ac.jp> To: freebsd-mobile@FreeBSD.ORG Subject: [current,NEWCARD] panic: resource_list_delete: resource has not been released From: MIHIRA Yoshiro X-Mailer: Mew version 1.95b97 on Emacs 21.0 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi. I tested NEWCARD with ISA-PCIC(Cirrus Logic PD6710 and Cirrus Logic PD672X). But when I inserted PC-Card, NEWCARD kernel always paniced with below message. Does someone know about this? I can use this PCIC with kludge version code (aka device card) without problem. pcic0 at port 0x3e0 iomem 0xd0000-0xd1fff irq 3 on isa0 pcic ident regs: 0x82 0x82 0x31 0x31 pcic0: controller 0 (Cirrus PD672X) has sockets A and B pccard0: <16-bit PCCard bus> on pcic0 pccard1: <16-bit PCCard bus> on pcic0 pcic0: bus_space_alloc range 0x0330-0x03ff (probed) pcic1: not probed (disabled) <> pccard1: check_cis_quirks pccard1: CIS version PCCARD 2.0 or 2.1 pccard1: CIS info: PCMCIA, UE2212, ETHERNET, R01 pccard1: Manufacturer code 0xffffffff, product 0xffffffff pccard1: function 0: network adapter, ccr addr 100 mask 1 pccard1: function 0, config table entry 1: I/O card; irq mask befc; iomask a, iospace 300-30f 310-31f; memspace 0-3ff@d400 4000-7fff@d400; mwait_required rdybsy_active wp_active bvd_active io16 irqlevel pccard1: functions scanning pcic_chip_io_alloc map port 300+10 pcic_chip_io_alloc map port 310+10 pccard1: Allocation failed for cfe 1 panic: resource_list_delete: resource has not been released <====== Debugger("panic") Stopped at Debugger+0x45: pushl %ebx db> trace Debugger(c02ee843) at Debugger+0x45 panic(c02ef6a0,c08b4100,c3b2bf4c,c0153c8f,c083a070) at panic+0x70 resource_list_delete(.................) at resource_list_delete+0x20 pccard_function_init(.................) at pccard_function_init+0x1fb pccard_attach_card(...................) at pccard_attach_card+0x1d3 pcic_attach_card(.....................) at pcic_attach_card+0x4a pcic_event_thread(....................) at pcic_event_thread+0x114 fork_trampoline() at fork_trampoline_0x17 db> --- MIHIRA, Sanpei Yoshiro Yokohama, Japan. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sat Jan 20 7:38:25 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from aslan.scsiguy.com (aslan.scsiguy.com [63.229.232.106]) by hub.freebsd.org (Postfix) with ESMTP id 662AC37B400 for ; Sat, 20 Jan 2001 07:38:07 -0800 (PST) Received: from scsiguy.com (localhost [127.0.0.1]) by aslan.scsiguy.com (8.11.0/8.9.3) with ESMTP id f0KFbbs43853; Sat, 20 Jan 2001 08:37:38 -0700 (MST) (envelope-from gibbs@scsiguy.com) Message-Id: <200101201537.f0KFbbs43853@aslan.scsiguy.com> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: Ben_Calvert@amsinc.com Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: Xfree 4.02 & trident cyber9397dvd In-Reply-To: Your message of "Fri, 19 Jan 2001 17:22:36 PST." <852569DA.0007A820.00@ams-central-gate-5a.amsinc.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 20 Jan 2001 08:37:37 -0700 From: "Justin T. Gibbs" Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > >has anyone experimented with XF 4.02 on one of these? i've had terrible luck >with all the 4.x releases on my think pad 770z (massive hangs requiring a >paperclip reboot) and am leery to try, but ever since i've upgraded my >linuxppc box to XF 4 i'm having trouble running remote x sessions for certain >apps (kde2 stuff mostly). I'm successfully running XFree built from sources out of their CVS repository on my TP770X. While 4.02 will work, you have to flip to the external monitor output and back to stabilize the screen. This was fixed shortly after 4.02 was released. -- Justin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sat Jan 20 11:20:19 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from titanic.medinet.si (titanic.medinet.si [212.18.32.66]) by hub.freebsd.org (Postfix) with ESMTP id 4939F37B400 for ; Sat, 20 Jan 2001 11:19:48 -0800 (PST) Received: by titanic.medinet.si (Postfix, from userid 1000) id 17C6D26C06; Sat, 20 Jan 2001 20:19:47 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by titanic.medinet.si (Postfix) with ESMTP id 0754F11707 for ; Sat, 20 Jan 2001 20:19:47 +0100 (CET) Date: Sat, 20 Jan 2001 20:19:46 +0100 (CET) From: Blaz Zupan X-X-Sender: To: Subject: NEWCARD and Wavelan Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Now that if_wi has been newcard enabled, I wanted to try it out. First I tried to use it with the Lucent-provided PCI-to-pccard adapter. Upon booting a newcard enabled kernel (with pccard, cardbus, pccbb and wi enabled), the machine hung solid after displaying "pccard1: CIS tuple chain". I could not even invoke the kernel debugger. After putting in a couple of printf's, I found out that it hangs on the first pccard_cis_read_1() in pccard_scan_cis in /sys/dev/pccard/pccard_cis.c. It seems to pass "pccard0" just fine, but hangs on pccard1. Eager to make it work, I put in the following extremely ugly hack: --- pccard_cis.c.orig Mon Oct 30 08:13:15 2000 +++ pccard_cis.c Sat Jan 20 19:50:52 2001 @@ -99,6 +99,8 @@ state.card->error++; } +int my_count = 0; + int pccard_scan_cis(device_t dev, int (*fct)(struct pccard_tuple *, void *), void *arg) @@ -146,6 +148,11 @@ mfc_index = 0; DEVPRINTF((dev, "CIS tuple chain:\n")); + + my_count++; + if(my_count == 2) { + goto done; + } while (1) { while (1) { This made the machine bootable with the new kernel. Unfortunately, my Wavelan card is not being detected at all. I see pccard reading all the data from the card and actually recognizing it, but it never seems to invoke the Wavelan driver. Below is a verbose boot from a kernel patched with the above patch. What concerns me is, that cardbus insist on sitting on IRQ 3 which is already occupied by sio. So I disabled the second serial port in the BIOS and marked IRQ 3 as "reserved". Cardbus now moved to IRQ 4. Hmmm, this can't work, can it? Any suggestions on how to make this work will be much appreciated. Oh btw, it doesn't work with the isa-to-pccard adapter either. The adapter is recognized and the IRQ specified in hints is correctly used, but it never ever finds the Wavelan card. Copyright (c) 1992-2001 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 5.0-CURRENT #4: Sat Jan 20 19:16:10 CET 2001 root@gold.amis.net:/home/blaz/FreeBSD/src/sys/compile/GOLD Calibrating clock(s) ... TSC clock: 232879393 Hz, i8254 clock: 1193174 Hz CLK_USE_I8254_CALIBRATION not specified - using default frequency Timecounter "i8254" frequency 1193182 Hz CLK_USE_TSC_CALIBRATION not specified - using old calibration method CPU: Pentium/P55C (232.88-MHz 586-class CPU) Origin = "GenuineIntel" Id = 0x543 Stepping = 3 Features=0x8001bf real memory = 67108864 (65536K bytes) Physical memory chunk(s): 0x00001000 - 0x0009efff, 647168 bytes (158 pages) 0x0041c000 - 0x03ff7fff, 62767104 bytes (15324 pages) avail memory = 61276160 (59840K bytes) bios32: Found BIOS32 Service Directory header at 0xc00f7730 bios32: Entry = 0xfd7c0 (c00fd7c0) Rev = 0 Len = 1 pcibios: PCI BIOS entry at 0xfd7c0+0x21c pnpbios: Found PnP BIOS data at 0xc00f7760 pnpbios: Entry = f0000:b3a0 Rev = 1.0 Other BIOS signatures found: Preloaded elf kernel "kernel.test" at 0xc03f6000. Intel Pentium detected, installing workaround for F00F bug null: random: mem: Using $PIR table, 6 entries at 0xc00fdf60 apm0: on motherboard apm0: found APM BIOS v1.2, connected at v1.2 npx0: on motherboard npx0: INT 16 interface i586_bzero() bandwidth = 174489617 bytes/sec bzero() bandwidth = 741839762 bytes/sec pcib0: at pcibus 0 on motherboard pci0: physical bus=0 found-> vendor=0x8086, dev=0x7100, revid=0x01 bus=0, slot=0, func=0 class=06-00-00, hdrtype=0x00, mfdev=0 found-> vendor=0x8086, dev=0x7110, revid=0x01 bus=0, slot=7, func=0 class=06-01-00, hdrtype=0x00, mfdev=1 map[20]: type 4, range 32, base 0000fc90, size 4, enabled found-> vendor=0x8086, dev=0x7111, revid=0x01 bus=0, slot=7, func=1 class=01-01-80, hdrtype=0x00, mfdev=0 map[20]: type 4, range 32, base 0000fca0, size 5, enabled found-> vendor=0x8086, dev=0x7112, revid=0x01 bus=0, slot=7, func=2 class=0c-03-00, hdrtype=0x00, mfdev=0 intpin=d, irq=9 map[90]: type 4, range 32, base 00007000, size 4, enabled found-> vendor=0x8086, dev=0x7113, revid=0x01 bus=0, slot=7, func=3 class=06-80-00, hdrtype=0x00, mfdev=0 map[10]: type 1, range 32, base f8000000, size 26, enabled found-> vendor=0x5333, dev=0x8811, revid=0x53 bus=0, slot=13, func=0 class=03-00-00, hdrtype=0x00, mfdev=0 intpin=a, irq=11 map[10]: type 4, range 32, base 0000fcc0, size 6, enabled found-> vendor=0x10b7, dev=0x9000, revid=0x00 bus=0, slot=14, func=0 class=02-00-00, hdrtype=0x00, mfdev=0 intpin=a, irq=9 found-> vendor=0x104c, dev=0xac1c, revid=0x01 bus=0, slot=16, func=0 class=06-07-00, hdrtype=0x02, mfdev=1 intpin=a, irq=255 powerspec 1 supports D0 D1 D2 D3 current D0 found-> vendor=0x104c, dev=0xac1c, revid=0x01 bus=0, slot=16, func=1 class=06-07-00, hdrtype=0x02, mfdev=1 intpin=a, irq=255 powerspec 1 supports D0 D1 D2 D3 current D0 pci0: on pcib0 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xfc90-0xfc9f at device 7.1 on pci0 ata0: iobase=0x01f0 altiobase=0x03f6 bmaddr=0xfc90 ata0: mask=03 status0=50 status1=50 ata0: mask=03 ostat0=50 ostat2=50 ata0-master: ATAPI probe a=00 b=00 ata0-slave: ATAPI probe a=00 b=00 ata0: mask=03 status0=50 status1=50 ata0-master: ATA probe a=01 b=a5 ata0-slave: ATA probe a=01 b=a5 ata0: devices=03 ata0: at 0x1f0 irq 14 on atapci0 ata1: iobase=0x0170 altiobase=0x0376 bmaddr=0xfc98 ata1: mask=03 status0=50 status1=01 ata1: mask=03 ostat0=50 ostat2=01 ata1-master: ATAPI probe a=14 b=eb ata1-slave: ATAPI probe a=14 b=eb ata1: mask=03 status0=00 status1=01 ata1: devices=0c ata1: at 0x170 irq 15 on atapci0 pci0: at 7.2 (no driver attached) pci0: at 7.3 (no driver attached) pci0: at 13.0 (no driver attached) xl0: <3Com 3c900-TPO Etherlink XL> port 0xfcc0-0xfcff irq 9 at device 14.0 on pci0 xl0: Ethernet address: 00:a0:24:d8:32:0b xl0: media options word: e108 xl0: found 10baseT xl0: found AUI xl0: selecting 10baseT transceiver, half duplex bpf: xl0 attached pccbb0: at device 16.0 on pci0 pccbb0: PCI Memory allocated: 44000000 pci_cfgintr_virgin: using routable interrupt 4 pci_cfgintr: 0:16 INTA routed to irq 4 cardbus0: on pccbb0 pccard0: <16-bit PCCard bus> on pccbb0 pccbb1: at device 16.1 on pci0 pccbb1: PCI Memory allocated: 44001000 pci_cfgintr_virgin: using routable interrupt 4 pci_cfgintr: 0:16 INTA routed to irq 4 cardbus1: on pccbb1 pccard1: <16-bit PCCard bus> on pccbb1 Trying Read_Port at 203 ELS0133: start dependant ELS0133: adding io range 0x160-0x367, size=0x8, align=0x8 ELS0133: adding irq mask 0x9cb8 ELS0133: end dependant pnpbios: 16 devices, largest 126 bytes PNP0c02: adding io range 0x78-0x7f, size=0x8, align=0x1 PNP0c02: adding io range 0x80-0x80, size=0x1, align=0x1 PNP0c02: adding fixed memory32 range 0xfffc0000-0xffffffff, size=0x40000 PNP0c02: end config pnpbios: handle 0 device ID PNP0c02 (020cd041) PNP0c01: adding fixed memory32 range 0-0x9ffff, size=0xa0000 PNP0c01: adding fixed memory32 range 0xe4000-0xfffff, size=0x1c000 PNP0c01: adding fixed memory32 range 0x100000-0x3ffffff, size=0x3f00000 PNP0c01: adding fixed memory32 range 0xfff80000-0xfffbffff, size=0x40000 PNP0c01: end config pnpbios: handle 1 device ID PNP0c01 (010cd041) PNP0c02: skipping empty range PNP0c02: skipping empty range PNP0c02: skipping empty range PNP0c02: skipping empty range PNP0c02: end config pnpbios: handle 2 device ID PNP0c02 (020cd041) PNP0c02: adding memory32 range 0xe0000-0xe3fff, size=0x4000, align=0x4000 PNP0c02: end config pnpbios: handle 3 device ID PNP0c02 (020cd041) PNP0200: adding io range 0-0xf, size=0x10, align=0x1 PNP0200: adding io range 0x81-0x8f, size=0xf, align=0x1 PNP0200: adding io range 0xc0-0xdf, size=0x20, align=0x1 PNP0200: adding dma mask 0x10 PNP0200: end config pnpbios: handle 4 device ID PNP0200 (0002d041) PNP0000: adding io range 0x20-0x21, size=0x2, align=0x1 PNP0000: adding io range 0xa0-0xa1, size=0x2, align=0x1 PNP0000: adding irq mask 0x4 PNP0000: end config pnpbios: handle 5 device ID PNP0000 (0000d041) PNP0100: adding io range 0x40-0x43, size=0x4, align=0x1 PNP0100: adding irq mask 0x1 PNP0100: end config pnpbios: handle 6 device ID PNP0100 (0001d041) PNP0b00: adding io range 0x70-0x71, size=0x2, align=0x1 PNP0b00: adding irq mask 0x100 PNP0b00: end config pnpbios: handle 7 device ID PNP0b00 (000bd041) PNP0303: adding io range 0x60-0x60, size=0x1, align=0x1 PNP0303: adding io range 0x64-0x64, size=0x1, align=0x1 PNP0303: adding irq mask 0x2 PNP0303: end config pnpbios: handle 8 device ID PNP0303 (0303d041) PNP0c04: adding io range 0xf0-0xff, size=0x10, align=0x1 PNP0c04: adding irq mask 0x2000 PNP0c04: end config pnpbios: handle 9 device ID PNP0c04 (040cd041) PNP0800: adding io range 0x61-0x61, size=0x1, align=0x1 PNP0800: end config pnpbios: handle 10 device ID PNP0800 (0008d041) PNP0a03: adding io range 0xcf8-0xcff, size=0x8, align=0x1 PNP0a03: end config pnpbios: handle 11 device ID PNP0a03 (030ad041) PNP0c02: adding io range 0x4d0-0x4d1, size=0x2, align=0x1 PNP0c02: adding io range 0x8000-0x803f, size=0x40, align=0x1 PNP0c02: adding io range 0x7000-0x700f, size=0x10, align=0x1 PNP0c02: end config pnpbios: handle 12 device ID PNP0c02 (020cd041) PNP0501: adding io range 0x3f8-0x3ff, size=0x8, align=0x8 PNP0501: adding irq mask 0x10 PNP0501: end config pnpbios: handle 14 device ID PNP0501 (0105d041) PNP0700: adding io range 0x3f0-0x3f5, size=0x6, align=0x8 PNP0700: adding io range 0x3f7-0x3f7, size=0x1, align=0x1 PNP0700: adding irq mask 0x40 PNP0700: adding dma mask 0x4 PNP0700: end config pnpbios: handle 18 device ID PNP0700 (0007d041) PNP0f13: adding irq mask 0x1000 PNP0f13: end config pnpbios: handle 21 device ID PNP0f13 (130fd041) sc-: sc0 already exists, using sc1 instead vga-: vga0 already exists, using vga1 instead isa_probe_children: disabling PnP devices isa_probe_children: probing non-PnP devices atkbdc0: at port 0x60,0x64 on isa0 atkbd0: flags 0x1 irq 1 on atkbdc0 atkbd: the current kbd controller command byte 0047 atkbd: keyboard ID 0x41ab (2) kbd0: atkbd0, AT 101/102 (2), config:0x1, flags:0x3d0000 psm0: current command byte:0047 psm0: irq 12 on atkbdc0 psm0: model IntelliMouse, device ID 3-00, 3 buttons psm0: config:00000000, flags:00000000, packet size:4 psm0: syncmask:08, syncbits:08 fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 pcic0 failed to probe at port 0x3e0 iomem 0xd0000 on isa0 pmtimer0 failed to probe on isa0 ppc0 failed to probe at irq 7 on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sc0: fb0, kbd0, terminal emulator: sc (syscons terminal) sio0: configured irq 4 not in bitmap of probed irqs 0 sio0: irq maps: 0x51 0x51 0x51 0x51 sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1: irq maps: 0x51 0x59 0x51 0x51 sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 fb0: vga0, vga, type:VGA (5), flags:0x7007f fb0: port:0x3c0-0x3df, crtc:0x3d4, mem:0xa0000 0x20000 fb0: init mode:24, bios mode:3, current mode:24 fb0: window:0xc00b8000 size:32k gran:32k, buf:0 size:32k VGA parameters upon power-up 50 18 10 00 00 00 03 00 02 67 5f 4f 50 82 55 81 bf 1f 00 4f 0d 0e 00 00 06 e0 9c 8e 8f 28 1f 96 b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff VGA parameters in BIOS for mode 24 50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 55 81 bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96 b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff EGA/VGA parameters to be used for mode 24 50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 55 81 bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96 b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff sc1: no video adapter is found. sc1: failed to probe on isa0 vga1: failed to probe on isa0 isa_probe_children: probing PnP devices isic0: at port 0x160-0x167 irq 5 on isa0 isic0: passive stack unit 0 isic0: ISAC 2085 Version A1/A2 or 2086/2186 Version 1.1 (IOM-2) isic0: HSCX 82525 or 21525 Version 2.1 unknown: can't assign resources unknown: at port 0x60 on isa0 unknown: failed to probe at port 0x61 on isa0 unknown: can't assign resources unknown: at port 0x3f8-0x3ff on isa0 unknown: can't assign resources unknown: at port 0x3f0-0x3f5 on isa0 unknown: can't assign resources unknown: at irq 12 on isa0 BIOS Geometries: 0:03fefe3f 0..1022=1023 cylinders, 0..254=255 heads, 1..63=63 sectors 1:0311fe3f 0..785=786 cylinders, 0..254=255 heads, 1..63=63 sectors 0 accounted for Device configuration finished. i4bctl: ISDN system control port attached IP packet filtering initialized, divert enabled, rule-based forwarding disabled, default to accept, logging disabled bpf: lo0 attached i4btrc: 4 ISDN trace device(s) attached i4bisppp: 4 ISDN SyncPPP device(s) attached (VJ header compression) bpf: isp0 attached bpf: isp1 attached bpf: isp2 attached bpf: isp3 attached i4b: ISDN call control device attached i4btel: 2 ISDN telephony interface device(s) attached i4brbch: 4 raw B channel access device(s) attached Linux ELF exec handler installed IPsec: Initialized Security Association Processing. ata1-slave: ata_command: timeout waiting for intr ata1-slave: identify failed ata0-master: success setting UDMA2 on PIIX4 chip Creating DISK ad0 ad0: ATA-4 disk at ata0-master ad0: 13783MB (28229040 sectors), 28005 cyls, 16 heads, 63 S/T, 512 B/S ad0: 16 secs/int, 1 depth queue, UDMA33 ad0: piomode=4 dmamode=2 udmamode=2 cblid=0 ad0: 13783MB [28005/16/63] at ata0-master UDMA33 ata0-slave: success setting UDMA2 on PIIX4 chip Creating DISK ad1 ad1: ATA-4 disk at ata0-slave ad1: 6179MB (12655440 sectors), 12555 cyls, 16 heads, 63 S/T, 512 B/S ad1: 16 secs/int, 1 depth queue, UDMA33 ad1: piomode=4 dmamode=2 udmamode=2 cblid=0 ad1: 6179MB [12555/16/63] at ata0-slave UDMA33 ata1-master: piomode=4 dmamode=2 udmamode=2 dmaflag=1 ata1-master: success setting PIO4 on generic chip acd0: CDROM drive at ata1 as master acd0: read 6890KB/s (6890KB/s), 128KB buffer, PIO4 acd0: Reads: CD-R, CD-RW, CD-DA stream, packet acd0: Audio: play, 256 volume levels acd0: Mechanism: ejectable tray acd0: Medium: no/blank disc inside, unlocked Mounting root from ufs:/dev/ad0s1a ad0s1: type 0xa5, start 63, end = 28226204, size 28226142 : OK pccbb0: card inserted: event=0x00000000, state=30000410 pccard0: chip_socket_enable pccbb_pcic_socket_enable: pccbb0: pccbb_power: CARD_VCC_0V and CARD_VPP_0V [44] pccbb0: pccbb_power: CARD_VCC_5V and CARD_VPP_VCC [15] pccbb0: pccbb_pcic_wait_ready: status 0x6f pccbb0: card type is mem pccard0: read_cis pccbb_pcic_mem_map window 0 bus 44002000+400+bbffe000 card addr 0 pccbb_pcic_do_mem_map window 0: 8002 8002 3ffe 44 (44002000+00000400.00001000*bbffe000) pccbb_pcic_do_mem_map window 0: 8002 8002 7ffe 44 (44002000+00000400.00001000*bbffe000) cis mem map c6490000 pccard0: CIS tuple chain: CISTPL_DEVICE type=null speed=null 01 03 00 00 ff CISTPL_DEVICE_A type=sram speed=ext 17 04 67 5a 08 ff unhandled CISTPL 1d 1d 05 01 67 5a 08 ff CISTPL_VERS_1 15 50 05 00 4c 75 63 65 6e 74 20 54 65 63 68 6e 6f 6c 6f 67 69 65 73 00 57 61 76 65 4c 41 4e 2f 49 45 45 45 00 56 65 72 73 69 6f 6e 20 30 31 2e 30 31 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ff CISTPL_MANFID 20 04 56 01 02 00 CISTPL_FUNCID 21 02 06 00 unhandled CISTPL 22 22 02 01 07 unhandled CISTPL 22 22 05 02 40 42 0f 00 unhandled CISTPL 22 22 05 02 80 84 1e 00 unhandled CISTPL 22 22 05 02 60 ec 53 00 unhandled CISTPL 22 22 05 02 c0 d8 a7 00 unhandled CISTPL 22 22 02 03 07 unhandled CISTPL 22 22 08 04 06 00 60 1d f1 15 bb unhandled CISTPL 22 22 02 05 01 CISTPL_CONFIG 1a 07 03 01 e0 03 00 00 01 CISTPL_CFTABLE_ENTRY 1b 0f c1 01 19 76 c5 4b d5 19 36 36 05 46 7f ff ff CISTPL_END ff pccard0: check_cis_quirks pccard0: CIS version PC Card Standard 5.0 pccard0: CIS info: Lucent Technologies, WaveLAN/IEEE, Version 01.01, pccard0: Manufacturer code 0x156, product 0x2 pccard0: function 0: network adapter, ccr addr 3e0 mask 1 pccard0: function 0, config table entry 1: I/O card; irq mask ffff; iomask 6, iospace 0-3f; rdybsy_active wp_active bvd_active io16 irqpulse irqlevel pccard0: functions scanning pccbb_pcic_socket_enable: pccbb0: pccbb_power: CARD_VCC_0V and CARD_VPP_0V [44] pccbb0: pccbb_power: CARD_VCC_5V and CARD_VPP_VCC [15] pccbb0: pccbb_pcic_wait_ready: status 0x6f pccbb0: card type is io pccard0: ++enabled_count = 1 pccbb_pcic_mem_map window 0 bus 44002000+400+bbffe000 card addr 0 pccbb_pcic_do_mem_map window 0: 8002 8002 3ffe 44 (44002000+00000400.00001000*bbffe000) pccard0: ccr_res == 44002000-440023ff, base=3e0 pccbb_pcic_do_mem_map window 0: 8002 8002 7ffe 44 (44002000+00000400.00001000*bbffe000) pccbb_pcic_do_mem_map window 0: 8002 8002 7ffe 44 (44002000+00000400.00001000*bbffe000) pccard0: function 0 CCR at 0 offset 3e0: 41 80 22 ff, ff ff ff ff, ff pccbb1: card inserted: event=0x00000000, state=30001810 pccard1: chip_socket_enable pccbb_pcic_socket_enable: pccbb1: pccbb_power: CARD_VCC_0V and CARD_VPP_0V [44] pccbb1: pccbb_power: CARD_VCC_3V and CARD_VPP_VCC [11] pccbb1: pccbb_pcic_wait_ready: status 0x4c pccbb1: ready never happened, status = 4c pccbb1: card type is mem pccard1: read_cis pccbb_pcic_mem_map window 0 bus 44003000+400+bbffd000 card addr 0 pccbb_pcic_do_mem_map window 0: 8003 8003 3ffd 44 (44003000+00000400.00001000*bbffd000) pccbb_pcic_do_mem_map window 0: 8003 8003 7ffd 44 (44003000+00000400.00001000*bbffd000) cis mem map c6491000 pccard1: CIS tuple chain: pccard1: check_cis_quirks pccard1: Card has no functions! pccbb1: card activation failed start_init: trying /sbin/init Blaz Zupan, Medinet d.o.o, Linhartova 21, 2000 Maribor, Slovenia E-mail: blaz@amis.net, Tel: +386-2-320-6320, Fax: +386-2-320-6325 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sat Jan 20 12:44:55 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from titanic.medinet.si (titanic.medinet.si [212.18.32.66]) by hub.freebsd.org (Postfix) with ESMTP id 3342537B400 for ; Sat, 20 Jan 2001 12:44:33 -0800 (PST) Received: by titanic.medinet.si (Postfix, from userid 1000) id C6CE926C06; Sat, 20 Jan 2001 21:44:31 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by titanic.medinet.si (Postfix) with ESMTP id B624C11707 for ; Sat, 20 Jan 2001 21:44:31 +0100 (CET) Date: Sat, 20 Jan 2001 21:44:31 +0100 (CET) From: Blaz Zupan X-X-Sender: To: Subject: Re: NEWCARD and Wavelan In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Following up my own message: > Any suggestions on how to make this work will be much appreciated. Oh btw, it > doesn't work with the isa-to-pccard adapter either. The adapter is Actually, the facts are a bit different. When the machine boots up, it apparently does not see the Wavelan card. Taking the card out and booting up without it and later inserting it, produces some messages which suggest that the kernel correctly reads the CIS, but then it panics immediately. Below is a traceback. Crashdump and kernel available on request. panicstr: from debugger panic messages: --- panic: resource_list_delete: resource has not been released panic: from debugger Uptime: 4m59s dumping to dev #ad/0x20001, offset 483328 dump ata0: resetting devices .. done 64 63 62 61 60 59 58 57 56 55 54 53 52 51 50 49 48 47 46 45 44 43 42 41 40 39 38 37 36 35 34 33 32 31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16 15 14 13 12 1 1 10 9 8 7 6 5 4 3 2 1 --- #0 dumpsys () at ../../kern/kern_shutdown.c:477 477 if (dumping++) { (kgdb) bt #0 dumpsys () at ../../kern/kern_shutdown.c:477 #1 0xc019abad in boot (howto=260) at ../../kern/kern_shutdown.c:320 #2 0xc019af7d in panic (fmt=0xc02c2894 "from debugger") at ../../kern/kern_shutdown.c:570 #3 0xc0129179 in db_panic (addr=-1071012140, have_addr=0, count=-1, modif=0xc5fe5da4 "") at ../../ddb/db_command.c:433 #4 0xc0129119 in db_command (last_cmdp=0xc0306e54, cmd_table=0xc0306cb4, aux_cmd_tablep=0xc034f3e8) at ../../ddb/db_command.c:333 #5 0xc01291de in db_command_loop () at ../../ddb/db_command.c:455 #6 0xc012b3ab in db_trap (type=3, code=0) at ../../ddb/db_trap.c:71 #7 0xc029a466 in kdb_trap (type=3, code=0, regs=0xc5fe5ea0) at ../../i386/i386/db_interface.c:164 #8 0xc02a5bf8 in trap (frame={tf_fs = 24, tf_es = 16, tf_ds = 16, tf_edi = 0, tf_esi = 256, tf_ebp = -973185300, tf_isp = -973185332, tf_ebx = 514, tf_edx = -1072984320, tf_ecx = 32, tf_eax = 18, tf_trapno = 3, tf_err = 0, tf_eip = -1071012140, tf_cs = 8, tf_eflags = 70, tf_esp = -1070638657, tf_ss = -1070748861}) at ../../i386/i386/trap.c:596 #9 0xc029a6d4 in Debugger (msg=0xc02dab43 "panic") at machine/cpufunc.h:60 #10 0xc019af74 in panic ( fmt=0xc02db9a0 "resource_list_delete: resource has not been released") at ../../kern/kern_shutdown.c:568 #11 0xc01a6c20 in resource_list_delete (rl=0xc09a8850, type=4, rid=0) at ../../kern/subr_bus.c:1639 #12 0xc0144697 in pccard_function_init (pf=0xc0d87180) at ../../dev/pccard/pccard.c:379 #13 0xc01440ab in pccard_attach_card (dev=0xc0d16000) at ../../dev/pccard/pccard.c:181 #14 0xc014cb7e in pcic_attach_card (h=0xc0d20844) at card_if.h:67 #15 0xc014c7bf in pcic_event_thread (arg=0xc0d20844) at ../../dev/pcic/i82365.c:542 Blaz Zupan, Medinet d.o.o, Linhartova 21, 2000 Maribor, Slovenia E-mail: blaz@amis.net, Tel: +386-2-320-6320, Fax: +386-2-320-6325 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sat Jan 20 13: 4:17 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from yacht.ee.fit.edu (yacht.ee.fit.edu [163.118.137.187]) by hub.freebsd.org (Postfix) with ESMTP id C65EA37B698 for ; Sat, 20 Jan 2001 13:03:58 -0800 (PST) Received: from localhost (altine@localhost) by yacht.ee.fit.edu (8.9.1b+Sun/8.9.1) with ESMTP id QAA22910; Sat, 20 Jan 2001 16:13:00 -0500 (EST) Date: Sat, 20 Jan 2001 16:13:00 -0500 (EST) From: Can Altineller X-Sender: altine@yacht To: "Justin T. Gibbs" Cc: Ben_Calvert@amsinc.com, freebsd-mobile@FreeBSD.ORG Subject: Re: Xfree 4.02 & trident cyber9397dvd In-Reply-To: <200101201537.f0KFbbs43853@aslan.scsiguy.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I've run XF3.3.6 and XF4.02 on my TP770. Earlier versions of XF does not work with Trident9397. Also, sometimes, for X to start you have to play with Fn+F7. good luck. On Sat, 20 Jan 2001, Justin T. Gibbs wrote: > > > > > >has anyone experimented with XF 4.02 on one of these? i've had terrible luck > >with all the 4.x releases on my think pad 770z (massive hangs requiring a > >paperclip reboot) and am leery to try, but ever since i've upgraded my > >linuxppc box to XF 4 i'm having trouble running remote x sessions for certain > >apps (kde2 stuff mostly). > > I'm successfully running XFree built from sources out of their CVS > repository on my TP770X. While 4.02 will work, you have to flip to > the external monitor output and back to stabilize the screen. This > was fixed shortly after 4.02 was released. > > -- > Justin > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-mobile" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sat Jan 20 15: 0:25 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from alpo.whistle.com (s206m1.whistle.com [207.76.206.1]) by hub.freebsd.org (Postfix) with ESMTP id 161CF37B404 for ; Sat, 20 Jan 2001 15:00:09 -0800 (PST) Received: from whistle.com (crab.whistle.com [207.76.205.112]) by alpo.whistle.com (8.9.1a/8.9.1) with ESMTP id OAA55802; Sat, 20 Jan 2001 14:55:37 -0800 (PST) Received: (from ambrisko@localhost) by whistle.com (8.9.3/8.9.1) id OAA26042; Sat, 20 Jan 2001 14:54:42 -0800 (PST) (envelope-from ambrisko) From: Doug Ambrisko Message-Id: <200101202254.OAA26042@whistle.com> Subject: Re: Xfree 4.02 & trident cyber9397dvd In-Reply-To: <852569DA.0007A820.00@ams-central-gate-5a.amsinc.com> from "Ben_Calvert@amsinc.com" at "Jan 19, 2001 05:22:36 pm" To: Ben_Calvert@amsinc.com Date: Sat, 20 Jan 2001 14:54:42 -0800 (PST) Cc: freebsd-mobile@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL61 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Ben_Calvert@amsinc.com writes: | | has anyone experimented with XF 4.02 on one of these? i've had terrible luck | with all the 4.x releases on my think pad 770z (massive hangs requiring a | paperclip reboot) and am leery to try, but ever since i've upgraded my linuxppc | box to XF 4 i'm having trouble running remote x sessions for certain apps (kde2 | stuff mostly). You need an updated Trident driver. I built one and posted at http://www.ambrisko.com/doug/trident_drv.o It also has a fix for the mouse pointer problem that still isn't in CVS yet. Save it in /usr/X11R6.4/lib/modules/drivers (you might backup the old one but it is busted). A bunch of Linux folks have also had good success with this (even though it was built on FreeBSD). Sometimes the Xserver starts up a little messed up and switching to the text console and back fixes it or restarting X. I've been using it for a long time now without trouble now on my 770Z Doug A. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sat Jan 20 20:45:14 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from mail8.nc.rr.com (fe8.southeast.rr.com [24.93.67.55]) by hub.freebsd.org (Postfix) with ESMTP id 97C8437B401 for ; Sat, 20 Jan 2001 20:44:54 -0800 (PST) Received: from babbleon.org ([24.163.43.236]) by mail8.nc.rr.com with Microsoft SMTPSVC(5.5.1877.537.53); Sat, 20 Jan 2001 23:43:03 -0500 Message-ID: <3A6A6885.AE625005@babbleon.org> Date: Sat, 20 Jan 2001 23:41:41 -0500 From: The Babbler Organization: None to speak of X-Mailer: Mozilla 4.75 [en] (X11; U; Linux 2.2.15-4mdk i686) X-Accept-Language: en MIME-Version: 1.0 To: MIHIRA Yoshiro Cc: freebsd-mobile@freebsd.org, Greg Smith , Pat Wendorf Subject: Re: Linksys 10/100 + 56K Modem PC Card (ethernet only) References: <200101200819.f0K8Jvr03803@lavender.sanpei.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Ok, thank you for the assistance. Per Greg Smith's advice, I set boot -v, and this produced messages which reminded me that I didn't re-compile the kernel (as I had to do to get another Linksys card on a another FreeBSD laptop) to get rid of the spurious "ed1" parameters. But it still doesn't work. I checked the address/port ranges dumped by boot -v, but they don't seem to conflict with 0x2f8-2ff or 300-31f. Per Mihra Yoshiro's advice, I try the "auto" slot and the "?" IRQ. But it still doesn't work. (Same message as with slot 3.) Next I shall try the config 0x3 ed0 ? 0x8000 trick from Pat Wendorf. I don't hold out high hopes, but it's worth a try. Pat Wendorf: - How did you determine tthat 8000 was correct, and - How did you know that you could put the address there? My purusal of the man page showed that it took IRQs but not ioaddrs. Was I mis-reading it? Thanks for everybody's help . . . MIHIRA Yoshiro wrote: > > bts@babbleon.org wrote: > > >> I'm trying to get the a PCCARD working; specifically the card in the > >> title above. Although it's a modem/ethernet card, I now have a cable > >> modem so I only care about the ethernet aspect of the card. It works > >> fine under Linux, which has this view of it: > >> > >> eth0: NE2000 Compatible: io 0x300, irq 3, hw_addr 00:E0:98:70:F9:6A > >> > >> > >> For for FreeBSD, it's not known to the pccard data base. I've tried > >> creating a simple entry for it, but I'm not having much luck. Here's my > >> current pccard.conf entry for it: > >> > >> # This is the Linksys card I have, with the fat holder. > >> card "Linksys" "EtherFast 10&100 + 56K PC Card (PCMLM56)" > >> config 0x3 "ed" 3 > >> insert /etc/pccard_ether $device start > >> remove /etc/pccard_ether $device stop > > What version of FreeBSD did you use? 4.1-RELEASE or 4.2-RELEASE ? > > If you use 4.2-RELEASE or later, please try below configuration. > > # This is the Linksys card I have, with the fat holder. > card "Linksys" "EtherFast 10&100 + 56K PC Card (PCMLM56)" > config auto "ed" ? > insert /etc/pccard_ether $device start > remove /etc/pccard_ether $device stop > > Cheers. > MIHIRA Yoshiro > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-mobile" in the body of the message -- "Brian, the man from babble-on" bts@babbleon.org Brian T. Schellenberger http://www.babbleon.org Support http://www.eff.org. Support decss defendents. Support http://www.programming-freedom.org. Boycott amazon.com. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message From owner-freebsd-mobile Sat Jan 20 21:47:22 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from mail7.nc.rr.com (fe7.southeast.rr.com [24.93.67.54]) by hub.freebsd.org (Postfix) with ESMTP id 9E33537B401 for ; Sat, 20 Jan 2001 21:47:03 -0800 (PST) Received: from babbleon.org ([24.163.43.236]) by mail7.nc.rr.com with Microsoft SMTPSVC(5.5.1877.537.53); Sun, 21 Jan 2001 00:47:01 -0500 Message-ID: <3A6A7719.8E4192C0@babbleon.org> Date: Sun, 21 Jan 2001 00:43:53 -0500 From: The Babbler Organization: None to speak of X-Mailer: Mozilla 4.75 [en] (X11; U; Linux 2.2.15-4mdk i686) X-Accept-Language: en MIME-Version: 1.0 To: MIHIRA Yoshiro , freebsd-mobile@freebsd.org, Greg Smith , Pat Wendorf Subject: Re: Linksys 10/100 + 56K Modem PC Card (ethernet only) References: <200101200819.f0K8Jvr03803@lavender.sanpei.org> <3A6A6885.AE625005@babbleon.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org FWIW, using the PCMPC100 config from Pat Wendorf didn't work for me with the PCMLM56, either. I'm quite out of ideas; I've already tried config slots 0x0 through 0xa . . . The Babbler wrote: > > Ok, thank you for the assistance. > Per Greg Smith's advice, I set boot -v, and this produced messages which > reminded me that I didn't re-compile the kernel (as I had to do to get > another Linksys card on a another FreeBSD laptop) to get rid of the > spurious "ed1" parameters. But it still doesn't work. > > I checked the address/port ranges dumped by boot -v, but they don't seem > to conflict with 0x2f8-2ff or 300-31f. > > Per Mihra Yoshiro's advice, I try the "auto" slot and the "?" IRQ. But > it still doesn't work. > (Same message as with slot 3.) > > Next I shall try the > > config 0x3 ed0 ? 0x8000 > > trick from Pat Wendorf. I don't hold out high hopes, but it's worth a > try. > > Pat Wendorf: > > - How did you determine tthat 8000 was correct, and > - How did you know that you could put the address there? > My purusal of the man page showed that it took IRQs but not ioaddrs. > Was I mis-reading it? > > Thanks for everybody's help . . . > > MIHIRA Yoshiro wrote: > > > > bts@babbleon.org wrote: > > > > >> I'm trying to get the a PCCARD working; specifically the card in the > > >> title above. Although it's a modem/ethernet card, I now have a cable > > >> modem so I only care about the ethernet aspect of the card. It works > > >> fine under Linux, which has this view of it: > > >> > > >> eth0: NE2000 Compatible: io 0x300, irq 3, hw_addr 00:E0:98:70:F9:6A > > >> > > >> > > >> For for FreeBSD, it's not known to the pccard data base. I've tried > > >> creating a simple entry for it, but I'm not having much luck. Here's my > > >> current pccard.conf entry for it: > > >> > > >> # This is the Linksys card I have, with the fat holder. > > >> card "Linksys" "EtherFast 10&100 + 56K PC Card (PCMLM56)" > > >> config 0x3 "ed" 3 > > >> insert /etc/pccard_ether $device start > > >> remove /etc/pccard_ether $device stop > > > > What version of FreeBSD did you use? 4.1-RELEASE or 4.2-RELEASE ? > > > > If you use 4.2-RELEASE or later, please try below configuration. > > > > # This is the Linksys card I have, with the fat holder. > > card "Linksys" "EtherFast 10&100 + 56K PC Card (PCMLM56)" > > config auto "ed" ? > > insert /etc/pccard_ether $device start > > remove /etc/pccard_ether $device stop > > > > Cheers. > > MIHIRA Yoshiro > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-mobile" in the body of the message > > -- > "Brian, the man from babble-on" bts@babbleon.org > Brian T. Schellenberger http://www.babbleon.org > Support http://www.eff.org. Support decss defendents. > Support http://www.programming-freedom.org. Boycott amazon.com. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-mobile" in the body of the message -- "Brian, the man from babble-on" bts@babbleon.org Brian T. Schellenberger http://www.babbleon.org Support http://www.eff.org. Support decss defendents. Support http://www.programming-freedom.org. Boycott amazon.com. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message