Date: Thu, 21 Jun 2001 07:01:26 -0700 From: Ben Lovett <blovett@bsdguru.com> To: riccardo@athena.polito.it Cc: stable@freebsd.org Subject: Re: FreeBSD 4.3 on Inspiron 8000 Message-ID: <20010621070126.A10687@bsdguru.com> In-Reply-To: <3B31AB26.95EE8A8@polito.it>; from riccardo.scandariato@polito.it on Thu, Jun 21, 2001 at 10:07:02AM %2B0200 References: <3B30591A.81647FF1@polito.it> <XFMail.20010620174130.doconnor@gsoft.com.au> <20010620102041.A4666@bsdguru.com> <3B31AB26.95EE8A8@polito.it>
next in thread | previous in thread | raw e-mail | index | archive | help
--cWoXeonUoKmBZSoM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi Riccardo, Sure, would be happy to send my kernel config along, although there is nothing terribly special about it. The way that I know of to get the DVD working, is to tell the FreeBSD bootloader to wait for 60 seconds before booting the kernel. This allows for the DVD to settle, and thus work. This is a known problem. In order to mount a CD, I use mount /cdrom. This depends on there being a line like this in your /etc/fstab file: /dev/acd0c /cdrom cd9660 ro,noauto 0 0 Hrm.. I do not have a Xircom PCMCIA card, but maybe someone else on the -mobile list would be able to help you.. Hope this helps you some.. -ben I believe I saw Riccardo Scandariato (riccardo.scandariato@polito.it) write this: > Hi Ben, > > I updated BIOS to A10. My DVD still doesn't work. Could you: > 1) send me your kernel config file? > 2) tell me which device you mount for CD (the exact command would be > nice since I'm a freebie)? > > Thank you much for your valuable help, cheers > riccardo > > P.S. Any suggestion for the Xircom PCMCIA? > > Ben Lovett wrote: > > > > I believe I saw Daniel O'Connor (doconnor@gsoft.com.au) write this: > > 8< ---- snip snip ---- >8 > > > > My machine: > > > > Inspiron 8000 > > > > > > > > Video: ATI Rage Mobility M4 (+32 M) > > > > Audio: ESS Maestro > > > > CD: Thoshiba DVD-ROM SD-C2402 > > > > Net: Xircon CardBus 10/100 + Modem 56K (RBEM56) > > > > > > > > Thanks in advance for your help (I'm a newbie of fBSD) > > > > > Technically, its an ESS Maestro3, so if you build your kernel without > > pcm support, and load snd_maestro3 at boot time, you'll be fine. > > > > > The DVD from is a known issue I think. > > DVD works fine in my Dell 8000, what BIOS revision do you have? If I > > recall properly, I have version A10, and I am assuming that Dell has > > fixed this issue, possibly without knowing it ;) > > > > I am also now able to suspend my laptop after using the builtin mini-pci > > nic (using the non-miibus code), and I do not have those nasty SCB > > timeouts that so many have described. Hope this helps you some! > > > > 8< ---- snip snip ---- >8 > > > > Hope this helps! > > -- > > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- > > Ben Lovett printf("Hello world!); > > blovett@bsdguru.com return 0; > > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- > > There's no place like ~ > -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Ben Lovett printf("Hello world!); blovett@bsdguru.com return 0; -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- To boldly go where I surely don't belong. --cWoXeonUoKmBZSoM Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=DILBERT # Dilbert # Dell Inspiron 8000 running the latest -STABLE of FreeBSD =) # machine i386 cpu I686_CPU ident "DILBERT" maxusers 128 #makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols #options MATH_EMULATE #Support for x87 emulation 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 MFS #Memory Filesystem options MD_ROOT #MD is a potential root device options NFS #Network Filesystem #options NFS_ROOT #NFS usable as root device, NFS required options MSDOSFS #MSDOS Filesystem options CD9660 #ISO 9660 Filesystem #options CD9660_ROOT #CD-ROM usable as root, CD9660 required options PROCFS #Process filesystem options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI options UCONSOLE #Allow users to grab the console options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor options KTRACE #ktrace(1) support options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores 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 device isa device eisa device pci # Floppy drives device fdc0 at isa? port IO_FD1 irq 6 drq 2 device fd0 at fdc0 drive 0 device fd1 at fdc0 drive 1 # 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 device atapifd # ATAPI floppy drives device atapist # ATAPI tape drives options ATA_STATIC_ID #Static device numbering # 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? # splash screen/screen saver pseudo-device splash # syscons is the default console driver, resembling an SCO console device sc0 at isa? flags 0x100 # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver #device vt0 at isa? #options XSERVER # support for X server on a vt console #options FAT_CURSOR # start with block cursor # If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines #options PCVT_SCANSET=2 # IBM keyboards are non-std # 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 # Advanced Power Management # PCCARD (PCMCIA) support device card device pcic0 at isa? irq 10 port 0x3e0 iomem 0xd0000 device pcic1 at isa? irq 0 port 0x3e2 iomem 0xd4000 disable # Serial (COM) ports device sio0 at isa? port IO_COM1 flags 0x10 irq 4 device sio1 at isa? port IO_COM2 irq 3 device sio2 at isa? disable port IO_COM3 irq 5 device sio3 at isa? disable port IO_COM4 irq 9 # 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 #device vpo # Requires scbus and da # Internal Intel card. device fxp # Intel EtherExpress PRO/100B (82557, 82558) device miibus # MII bus support # Pseudo devices - the number indicates how many units to allocate. pseudo-device loop # Network loopback pseudo-device ether # Ethernet support pseudo-device sl 1 # Kernel SLIP pseudo-device ppp 1 # Kernel PPP pseudo-device tun # Packet tunnel. pseudo-device pty # Pseudo-ttys (telnet etc) pseudo-device md # Memory "disks" 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 4 #Berkeley packet filter # Added 6/13/01 by Ben Lovett options IPFILTER #ipfilter support options IPFILTER_LOG #ipfilter logging #options IPFILTER_DEFAULT_BLOCK #block all packets by default ## PPP options options PPP_BSDCOMP #PPP BSD-compress support options PPP_DEFLATE #PPP zlib/deflate/gzip support options PPP_FILTER #enable bpf filtering (needs bpf) ## IPSEC options options IPSEC #IP security options IPSEC_ESP #IP security (crypto; define w/ IPSEC) options IPSEC_DEBUG #debug for IP security ## Netgear FA410-TXC card device ed # requires miibus if patched options USER_LDT --cWoXeonUoKmBZSoM-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010621070126.A10687>