desculpa a demora antes de tudo ... compilei e funcionou. pelo menos nao deu nenhuma erro nos reboots que foram feitos.
bem, pelo que vi do config, ele nao incluia minha placa de rede ( como falado ), mas ela nao eh suportada oficialmente ainda ( marvell yukon ). mas tem o driver dela na pagina do fabricante e funciona blz. mas o que achei mais curioso foi que nao havia suporte a minha placa de som ( snd_ich ) e mesmo assim funcionou o som ( o que suponho que ele deixou o modulo antigo, make install nao deve apagar tudo - foi o que minha logica me disse :), tenho que me acostumar com essa diff entre linux e o freebsd ) e que meu dvdrw usb que sempre foi minha dor de cabeca nem reconhecido foi ... agora que funcionou, tem algum veredito ? :) e obrigado, claro ;) matheus --- Eder <[EMAIL PROTECTED]> wrote: > Matheus, > > Tente compilar este KERNEL que estou lhe enviando, > altere para sua placa de > rede > somente, compile pela forma classica. > > # config KER_TEST > # cd ../compile/KERN_TEST > # make cleandepend ; make depend ; make ; make > install ; make clean > > #### Starting > > ident OMEGA > maxusers 40 > > machine i386 > > ##################################################################### > # CPU OPTIONS > > cpu I686_CPU # aka Pentium Pro(tm) > > ##################################################################### > # Scheduler options: > > options SCHED_4BSD > > ##################################################################### > # COMPATIBILITY OPTIONS > > options COMPAT_43 > options SYSVSHM > options SYSVSEM > options SYSVMSG > > ##################################################################### > # NETWORKING OPTIONS > > options INET #Internet communications protocols > device ether #Generic Ethernet > device loop #Network loopback device > device bpf #Berkeley packet filter > device tun #Tunnel driver (ppp(8), > nos-tun(8)) > #options IPFIREWALL #firewall > #options IPFIREWALL_VERBOSE #enable logging to > syslogd(8) > #options IPFIREWALL_FORWARD #packet destination > changes > #options IPFIREWALL_VERBOSE_LIMIT=100 #limit > verbosity > #options IPDIVERT #divert sockets > #options IPSTEALTH #support for stealth forwarding > options TCP_DROP_SYNFIN #drop TCP packets with > SYN+FIN > #options DUMMYNET > > ##################################################################### > # FILESYSTEM OPTIONS > > options FFS #Fast filesystem > options SOFTUPDATES > #options UFS_EXTATTR > #options UFS_EXTATTR_AUTOSTART > #options UFS_ACL > options UFS_DIRHASH > #options QUOTA #enable disk quotas > #options SUIDDIR > options VFS_AIO > device random > device mem > device io > > ##################################################################### > # POSIX P1003.1B > > options _KPOSIX_PRIORITY_SCHEDULING > options P1003_1B_SEMAPHORES > > ##################################################################### > # SECURITY POLICY PARAMETERS > > ##################################################################### > # CLOCK OPTIONS > > options HZ=1600 > > ##################################################################### > # SCSI DEVICES > > device scbus #base SCSI code > device da #SCSI direct access devices (aka disks) > device pass > > ##################################################################### > # MISCELLANEOUS DEVICES AND OPTIONS > > device pty #Pseudo ttys > device speaker #Play IBM BASIC-style noises out > your speaker > #device apm_saver # Requires APM > > ##################################################################### > # HARDWARE BUS CONFIGURATION > > device isa > device pci > device agp > > ##################################################################### > # HARDWARE DEVICE CONFIGURATION > > device atkbdc > device atkbd > device psm > device vga > options VGA_WIDTH90 # support 90 column modes > device splash # Splash screen and screen saver > support > options VESA > > device npx > > device sc > options MAXCONS=16 # number of virtual consoles > options SC_ALT_MOUSE_IMAGE # simplified mouse > cursor in text mode > options SC_DISABLE_REBOOT # disable reboot key > sequence > options SC_PIXEL_MODE # add support for the raster > text mode > #options SC_NORM_ATTR=(FG_LIGHTGREY|BG_BLACK) > > options SC_NORM_ATTR=(FG_GREEN|BG_BLACK) > > options SC_NORM_REV_ATTR=(FG_GREEN|BG_GREEN) > #options SC_KERNEL_CONS_ATTR=(FG_GREEN|BG_BLACK) > #options > SC_KERNEL_CONS_REV_ATTR=(FG_BLACK|BG_GREEN) > options SC_TWOBUTTON_MOUSE > > device ata > device atadisk # ATA disk drives > device atapicd # ATAPI CDROM drives > options ATA_STATIC_ID > #device fdc > #device sio > > device miibus > device rl # Realtek > > #device ath > #device ath_hal # Atheros HAL (includes binary > component) > #device wlan # 802.11 layer > > #device sound > #device snd_ich > > #device cbb > #device pccard > #device cardbus > #device pcic #ISA attachment currently busted > #device card > > #device ppbus > #device lpt > #device ppc > > device acpi > > device apm > device pmtimer # Adjust system timer at wakeup > time > > #device spic > > ##################################################################### > # USB support > # UHCI controller > > #device uhci > # OHCI controller > #device ohci > # EHCI controller > #device ehci > # General USB code (mandatory for USB) > #device usb > # Generic USB device driver > #device ugen > # Human Interface Device (anything with buttons and > dials) > #device uhid > # USB Iomega Zip 100 Drive (Requires scbus and da) > #device umass > # USB mouse > #device ums > # USB Keyboard > #device ukbd > > device usb > device uhid > device ukbd > device ums > device umass > > ##################################################################### > # FireWire support > > #device firewire # FireWire bus code > #device sbp # SCSI over Firewire (Requires scbus > and da) > > options PANIC_REBOOT_WAIT_TIME=16 > > > Abraços, > > Eder > _______________________________________________ > freebsd mailing list > [email protected] > http://lists.fug.com.br/listinfo.cgi/freebsd-fug.com.br > "Throw off those chains of reason And your prison disappears." __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________ freebsd mailing list [email protected] http://lists.fug.com.br/listinfo.cgi/freebsd-fug.com.br

