Re: Need help with 5.0-CURRENT on Sony VAIO Z505s

2001-11-13 Thread Ollivier Robert

According to Vladimir B. Grebenschikov:
> - pccard:
> 
>   Only way to use any pccard device is to insert it before poweron
>   If I try to insert or eject card on the fly system completely freezes.

Have you hardcoded an irq for the pccard controller?  I've found in the past
that it helped on my Z505SX.
 
>   pccardd starts) but after it device is detected and works without
>   problem. (This problem not related to my Orinco WaveLan card)
> 
>   it work right on 4.3

Have't seen that.
 
> - reboot or Ctrl-Alt-Del shutdowns OS but after it notebook not
>   reboots it remains completely freezes and not react on power key
>   hold 10sec, so I need plug off AC power and battery to reboot
>   notebook.
> 
>   it work right on 4.3

Happens to me all the time yes. It worked with older current. I don't use ACPI
right now.
 
> - shutdown -p does not work (I have both acpi and apm enabled) but
>   pressing power key work perfect.
> 
>   shutdown -p work right on 4.3  

Haven't tried.
 
> - acpi:
> acpiconf -sX  where X - 3/4/4b/5 turn off system without any
> shutdown at all

I should try to find some time to test ACPI but haven't right now.
 
>   on 4.3  always work right and  sometimes
>   broke some timer (CPU load 100% after resume) but works too

With apm and without ACPI, it does work right now with CURRENT.

> pccard_enable="YES"
> pccardd_flags="-i 11"

Please put the irq in loader.conf (forgot the exact name of the variable right
now, it may be in defaults/loader.conf).
-- 
Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- [EMAIL PROTECTED]
FreeBSD keltia.freenix.fr 5.0-CURRENT #80: Sun Jun  4 22:44:19 CEST 2000

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Need help with 5.0-CURRENT on Sony VAIO Z505s

2001-11-09 Thread Warner Losh

In message <[EMAIL PROTECTED]> "Vladimir B. Grebenschikov" 
writes:
:  > OLDCARD or NEWCARD?
: 
: kernel config: 

OK.  Looks like OLDCARD.  I'll try to update my VAIO and give it a
spin.

Warner

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Need help with 5.0-CURRENT on Sony VAIO Z505s

2001-11-09 Thread Vladimir B. Grebenschikov

Juriy Goloveshkin writes:
 > On Sat, Nov 10, 2001 at 12:12:25AM +0300, Vladimir B. Grebenschikov wrote:
 > Content-Description: message body text
 > 
 > If you want to have suspend/wakeup, you should disable acpi-stuff(it is buggy 
 > for all time I've tried to use it).
 > echo "hint.acpi.0.disable=1" >> /boot/device.hints && reboot
 > maybe it will work.


It not helps, acpi now turned off, but after resume box completle freezed

:( 

 > > After upgrade to -CURRENT I start experience following problems:
 > > 
 > > - pccard:
 > > 
 > >   Only way to use any pccard device is to insert it before poweron
 > >   If I try to insert or eject card on the fly system completely freezes.
 > > 
 > >   If I've power-up with card inserted  some device (two different ATA
 > >   CDROMs) I have significant (20-40s) freeze while booting (after
 > >   pccardd starts) but after it device is detected and works without
 > >   problem. (This problem not related to my Orinco WaveLan card)
 > > 
 > >   it work right on 4.3
 > > 
 > > - reboot or Ctrl-Alt-Del shutdowns OS but after it notebook not
 > >   reboots it remains completely freezes and not react on power key
 > >   hold 10sec, so I need plug off AC power and battery to reboot
 > >   notebook.
 > > 
 > >   it work right on 4.3
 > > 
 > > - shutdown -p does not work (I have both acpi and apm enabled) but
 > >   pressing power key work perfect.
 > > 
 > >   shutdown -p work right on 4.3  
 > > 
 > > - acpi:
 > > acpiconf -sX  where X - 3/4/4b/5 turn off system without any
 > > shutdown at all
 > > 
 > > -  and  works both but after awake system
 > >   shows "right" picture but seems completely freeze
 > > 
 > >   on 4.3  always work right and  sometimes
 > >   broke some timer (CPU load 100% after resume) but works too
 > > 
 > > 
 > > my dmesg.boot:
 > 
 > 
 > Content-Description: message body text
 > > 
 > > my acpidump result
 > 
 > 
 > Content-Description: message body text
 > > 
 > > from my rc.conf:
 > > 
 > > pccard_enable="YES"
 > > pccardd_flags="-i 11"
 > > pccard_mem="0xd4000"
 > > pccard_conf="/etc/pccard.conf"  # pccardd(8) config file
 > > apm_enable="YES"# Set to YES to enable APM BIOS functions (or NO).
 > > apmd_enable="YES"   # Run apmd to handle APM event from userland.
 > > apmd_flags=""   # Flags to apmd (if enabled).
 > > 
 > > my sysctl hw:
 > 
 > 
 > Content-Description: message body text
 > > 
 > > # fgrep -v \# /etc/pccard.conf | head -n 5
 > > 
 > > io  0x240-0x360
 > > irq 3 10 11
 > > memory  0xd4000  96k
 > > 
 > > Any help/comments will be very helpful, thank you.
 > > 
 > > --
 > > TSB Russian Express, Moscow
 > > Vladimir B. Grebenschikov, [EMAIL PROTECTED]
 > 
 > 
 > -- 
 > bye
 > Juriy Goloveshkin

--
TSB Russian Express, Moscow
Vladimir B. Grebenschikov, [EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Need help with 5.0-CURRENT on Sony VAIO Z505s

2001-11-09 Thread Vladimir B. Grebenschikov

Warner Losh writes:
 > In message <[EMAIL PROTECTED]> "Vladimir B. Grebenschikov" 
 >writes:
 > : - pccard:
 > : 
 > :   Only way to use any pccard device is to insert it before poweron
 > :   If I try to insert or eject card on the fly system completely freezes.
 > : 
 > :   If I've power-up with card inserted  some device (two different ATA
 > :   CDROMs) I have significant (20-40s) freeze while booting (after
 > :   pccardd starts) but after it device is detected and works without
 > :   problem. (This problem not related to my Orinco WaveLan card)
 > : 
 > :   it work right on 4.3
 > 
 > OLDCARD or NEWCARD?

kernel config: 

machine "i386"
ident   VBOOK
maxusers256

options INCLUDE_CONFIG_FILE # Include this file in kernel

cpu "I486_CPU"
cpu "I586_CPU"  # aka Pentium(tm)
cpu "I686_CPU"  # aka Pentium Pro(tm)
options "COMPAT_43"

makeoptions CONF_CFLAGS="-O3 -mpentiumpro"
#makeoptions CONF_CFLAGS=-fno-builtin  #Don't allow use of memcmp, etc.

#makeoptionsDEBUG=-g#Build kernel with gdb(1) debug symbols
#makeoptionsKERNEL=foo  #Build kernel "foo" and install "/foo"

options SYSVSHM
options SYSVSEM
options SYSVMSG

options UCONSOLE

#optionsUSERCONFIG  #boot -c editor
#optionsVISUAL_USERCONFIG   #visual boot -c editor

options INET#Internet communications protocols
device  ether   #Generic Ethernet
device  loop#Network loopback device
device  bpf 4   #Berkeley packet filter
#device vlan4
device  snp 4   #Snoop device - to look at pty/vty/etc..

options PPP_BSDCOMP #PPP BSD-compress support
options PPP_DEFLATE #PPP zlib/deflate/gzip support
options PPP_FILTER  #enable bpf filtering (needs bpfilter)

options MROUTING# Multicast routing

options IPFIREWALL  #firewall
options IPFIREWALL_VERBOSE  #print information about dropped packets
options IPFIREWALL_FORWARD  #enable transparent proxy support
#options"IPFIREWALL_VERBOSE_LIMIT=100" #limit verbosity
options IPDIVERT#divert sockets
options DUMMYNET

options FFS #Fast filesystem
options NFSSERVER   #Network File System - server
options NFSCLIENT   #Network File System - client
# options   NFS_NOSERVER#Disable the NFS-server code.
options PROCFS  #Process filesystem
options SOFTUPDATES

# Allow this many swap-devices.
device  scbus   #base SCSI code
device  da  #SCSI direct access devices (aka disks)
device  sa  #SCSI tapes
device  cd  #SCSI CD-ROMs
device  pass#CAM passthrough driver
options SCSI_DELAY=2000 

device  pty 32  #Pseudo ttys - can go as high as 256
device  speaker #Play IBM BASIC-style noises out your speaker
device  gzip#Exec gzipped a.out's

device  md  # Memory "disks"

device  isa
device  atkbdc 
device  atkbd 1

device  psm
device  vga

device  sc
options MAXCONS=16  # number of virtual consoles
options SC_DFLT_FONT# compile font in
makeoptions SC_DFLT_FONT="cp866-vio"
options SC_HISTORY_SIZE=1024# number of history buffer lines
#optionsSC_DISABLE_REBOOT   # disable reboot key sequence

device  npx
device  aha

device  ata
device  atadisk# ATA disk drives
device  atapicd# ATAPI CDROM drives
device  atapifd# ATAPI floppy drives
device  atapist# ATAPI tape drives
#optionsATA_STATIC_ID   #Static dev number like old wd driver
#optionsIDE_DELAY=2000  # Be optimistic about Joe IDE device

device  fdc 
device  sio

device  apm
device  pci
device  smbus
device  intpm
device  smb
device  iicbus
device  iicbb
device  ic
device  iic
device  iicsmb  

device  ppbus
device  vpo
device  lpt
device  plip
device  ppi
#device pps
device  lpbb
device  ppc

#optionsCOMPAT_LINUX
options "EXT2FS"

options KTRACE  #kernel tracing
options DDB
device  pcic
device  card
device  wi
device  random

options P1003_1B
options _KPOSIX_PRIORITY_SCHEDULING
options _KPOSIX_VERSION=199309L

#device  acpica
#options

Re: Need help with 5.0-CURRENT on Sony VAIO Z505s

2001-11-09 Thread Warner Losh

In message <[EMAIL PROTECTED]> "Vladimir B. Grebenschikov" 
writes:
: - pccard:
: 
:   Only way to use any pccard device is to insert it before poweron
:   If I try to insert or eject card on the fly system completely freezes.
: 
:   If I've power-up with card inserted  some device (two different ATA
:   CDROMs) I have significant (20-40s) freeze while booting (after
:   pccardd starts) but after it device is detected and works without
:   problem. (This problem not related to my Orinco WaveLan card)
: 
:   it work right on 4.3

OLDCARD or NEWCARD?

Warner

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message