Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Jan 2006 21:12:04 +0200
From:      <gooroo@list.ru>
To:        <freebsd-questions@freebsd.org>
Subject:   Problem in install USB data cabel (based on prolific 2303 chip) for Siemens C72 mobile phone.
Message-ID:  <003c01c613be$4411d090$0a05a8c0@gooroo>

next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.

------=_NextPart_000_0036_01C613CF.02323280
Content-Type: text/plain;
	charset="koi8-r"
Content-Transfer-Encoding: quoted-printable


------=_NextPart_000_0036_01C613CF.02323280
Content-Type: text/plain;
	name="boot_defaults_loader.conf.txt"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
	filename="boot_defaults_loader.conf.txt"

# This is loader.conf - a file full of useful variables that you can=0A=
# set to change the default load behavior of your system. You should=0A=
# not edit this file!  Put any overrides into one of the=0A=
# loader_conf_files instead and you will be able to update these=0A=
# defaults later without spamming your local configuration information.=0A=
#=0A=
# All arguments must be in double quotes.=0A=
#=0A=
# $FreeBSD: src/sys/boot/forth/loader.conf,v 1.85 2004/08/06 15:06:06 =
jmg Exp $=0A=
=0A=
##############################################################=0A=
###  Basic configuration options  ############################=0A=
##############################################################=0A=
=0A=
exec=3D".( Loading /boot/defaults/loader.conf ) cr"=0A=
=0A=
kernel=3D"kernel"		# /boot sub-directory containing kernel and modules=0A=
bootfile=3D"kernel"	# Kernel name (possibly absolute path)=0A=
kernel_options=3D""=0A=
=0A=
userconfig_script_load=3D"NO"=0A=
userconfig_script_name=3D"/boot/kernel.conf"=0A=
userconfig_script_type=3D"userconfig_script"=0A=
=0A=
loader_conf_files=3D"/boot/device.hints /boot/loader.conf =
/boot/loader.conf.local"=0A=
nextboot_conf=3D"/boot/nextboot.conf"=0A=
nextboot_enable=3D"NO"=0A=
=0A=
verbose_loading=3D"NO"		# Set to YES for verbose loader output=0A=
=0A=
=0A=
##############################################################=0A=
###  Splash screen configuration  ############################=0A=
##############################################################=0A=
=0A=
splash_bmp_load=3D"NO"		# Set this to YES for bmp splash screen!=0A=
splash_pcx_load=3D"NO"		# Set this to YES for pcx splash screen!=0A=
vesa_load=3D"NO"			# Set this to YES to load the vesa module=0A=
bitmap_load=3D"NO"		# Set this to YES if you want splash screen!=0A=
bitmap_name=3D"splash.bmp"	# Set this to the name of the bmp or pcx file=0A=
bitmap_type=3D"splash_image_data" # and place it on the module_path=0A=
=0A=
=0A=
##############################################################=0A=
###  Loader settings  ########################################=0A=
##############################################################=0A=
=0A=
#autoboot_delay=3D"10"		# Delay in seconds before autobooting=0A=
#beastie_disable=3D"NO"		# Turn the beastie boot menu on and off=0A=
#console=3D"vidconsole"		# Set the current console=0A=
#currdev=3D"disk1s1a"		# Set the current device=0A=
module_path=3D"/boot/modules"	# Set the module search path=0A=
#prompt=3D"\\${interpret}"	# Set the command prompt=0A=
#root_disk_unit=3D"0"		# Force the root disk unit number=0A=
#rootdev=3D"disk1s1a"		# Set the root filesystem=0A=
=0A=
=0A=
##############################################################=0A=
###  Kernel settings  ########################################=0A=
##############################################################=0A=
=0A=
			# The following boot_ variables are enabled=0A=
			# by setting them to any value.=0A=
#boot_askname=3D""	# Prompt the user for the name of the root device=0A=
#boot_ddb=3D""		# Instructs the kernel to start in the DDB debugger=0A=
#boot_gdb=3D""		# Selects gdb-remote mode for the kernel debugger=0A=
#boot_single=3D""		# Start system in single-user mode=0A=
#boot_userconfig=3D""	# Run kernel's interactive device configuration =
program=0A=
#boot_verbose=3D""	# Causes extra debugging information to be printed=0A=
#init_path=3D"/sbin/init:/sbin/oinit:/sbin/init.bak:/stand/sysinstall"=0A=
			# Sets the list of init candidates=0A=
#dumpdev=3D"ad0s1b"	# Set device for crash dumps=0A=
=0A=
=0A=
##############################################################=0A=
###  Kernel tunables  ########################################=0A=
##############################################################=0A=
=0A=
#hw.physmem=3D"1G"		# Limit physical memory. See loader(8)=0A=
#kern.dfldsiz=3D""		# Set the initial data size limit=0A=
#kern.dflssiz=3D""		# Set the initial stack size limit=0A=
#kern.hz=3D"100"			# Set the kernel interval timer rate=0A=
#kern.maxbcache=3D""		# Set the max buffer cache KVA storage=0A=
#kern.maxdsiz=3D""		# Set the max data size=0A=
#kern.maxfiles=3D""		# Set the sys. wide open files limit=0A=
#kern.maxproc=3D""		# Set the maximum # of processes=0A=
#kern.maxssiz=3D""		# Set the max stack size=0A=
#kern.maxswzone=3D""		# Set the max swmeta KVA storage=0A=
#kern.maxtsiz=3D""		# Set the max text size=0A=
#kern.maxusers=3D"32"		# Set size of various static tables=0A=
#kern.nbuf=3D""			# Set the number of buffer headers =0A=
#kern.ncallout=3D""		# Set the maximum # of timer events=0A=
#kern.sgrowsiz=3D""		# Set the amount to grow stack=0A=
#kern.cam.scsi_delay=3D"2000"	# Delay (in ms) before probing SCSI=0A=
#kern.ipc.maxsockets=3D""		# Set the maximum number of sockets avaliable=0A=
#kern.ipc.nmbclusters=3D""	# Set the number of mbuf clusters=0A=
#kern.ipc.nmbufs=3D""		# Set the maximum number of mbufs=0A=
#kern.ipc.nsfbufs=3D""		# Set the number of sendfile(2) bufs=0A=
#net.inet.tcp.tcbhashsize=3D""	# Set the value of TCBHASHSIZE=0A=
#vfs.root.mountfrom=3D""		# Specify root partition in a way the=0A=
				# kernel understands=0A=
#vm.kmem_size=3D""		# Sets the size of kernel memory (bytes)=0A=
#debug.ktr.cpumask=3D"0xf"	# Bitmask of CPUs to enable KTR on=0A=
#debug.ktr.mask=3D"0x1200"	# Bitmask of KTR events to enable=0A=
#debug.ktr.verbose=3D"1"		# Enable console dump of KTR events=0A=
#net.graph.maxalloc=3D"128"	# Maximum number of queue items to allocate=0A=
#net.graph.ngqfreemax=3D"64"	# Maximum number of free queue items to =
cache=0A=
=0A=
=0A=
##############################################################=0A=
###  Filesystem and related modules  #########################=0A=
##############################################################=0A=
=0A=
# Filesystems=0A=
=0A=
cd9660_load=3D"NO"		# ISO 9660 filesystem=0A=
coda_load=3D"NO"			# CODA filesystem=0A=
fdescfs_load=3D"NO"		# Filedescriptors filesystem=0A=
linprocfs_load=3D"NO"		# Linux compatibility process filesystem=0A=
msdosfs_load=3D"NO"		# FAT-12/16/32=0A=
nfs_load=3D"NO"			# NFS=0A=
ntfs_load=3D"NO"			# NTFS=0A=
nullfs_load=3D"NO"		# Null filesystem=0A=
portalfs_load=3D"NO"		# Portal filesystem=0A=
procfs_load=3D"NO"		# Process filesystem=0A=
umapfs_load=3D"NO"		# User-id map filesystem=0A=
unionfs_load=3D"NO"		# Union filesystem=0A=
=0A=
# Related stuff=0A=
=0A=
ccd_load=3D"NO"			# Concatenated disk driver=0A=
vinum_load=3D"NO"			# Concatenated/mirror/raid driver=0A=
md_load=3D"NO"			# Memory disk driver (vnode/swap/malloc)=0A=
=0A=
=0A=
##############################################################=0A=
###  Screen saver modules  ###################################=0A=
##############################################################=0A=
=0A=
# This is best done in rc.conf=0A=
=0A=
screensave_load=3D"NO"		# Set to YES to load a screensaver module=0A=
screensave_name=3D"green_saver"	# Set to the name of the screensaver =
module=0A=
=0A=
=0A=
##############################################################=0A=
###  Emulation modules  ######################################=0A=
##############################################################=0A=
=0A=
fpu_load=3D"NO"			# Floating point emulation=0A=
gnufpu_load=3D"NO"		# GNU floating point emulation=0A=
ibcs2_load=3D"NO"			# IBCS2 (SCO) emulation=0A=
ibcs2_coff_load=3D"NO"=0A=
linux_load=3D"NO"			# Linux emulation=0A=
svr4_load=3D"NO"			# SystemV R4 emulation=0A=
streams_load=3D"NO"		# System V streams module=0A=
=0A=
=0A=
##############################################################=0A=
###  Networking modules  #####################################=0A=
##############################################################=0A=
=0A=
if_disc_load=3D"NO"		# Discard device=0A=
if_ef_load=3D"NO"			# pseudo-device providing support for multiple =
ethernet frame types=0A=
if_faith_load=3D"NO"		# IPv6-to-IPv4 TCP relay capturing interface=0A=
if_gif_load=3D"NO"		# generic tunnel interface=0A=
if_gre_load=3D"NO"		# encapsulating network device=0A=
if_ppp_load=3D"NO"		# Kernel ppp=0A=
if_sl_load=3D"NO"			# SLIP=0A=
if_stf_load=3D"NO"		# 6to4 tunnel interface=0A=
if_tap_load=3D"NO"		# Ethernet tunnel software network interface=0A=
if_tun_load=3D"NO"		# Tunnel driver (user process ppp)=0A=
if_vlan_load=3D"NO"		# IEEE 802.1Q VLAN network interface=0A=
ipfw_load=3D"NO"			# Firewall=0A=
pf_load=3D"NO"			# packet filter=0A=
=0A=
=0A=
##############################################################=0A=
###  Networking drivers  #####################################=0A=
##############################################################=0A=
=0A=
miibus_load=3D"NO"		# miibus support, needed for some drivers=0A=
if_an_load=3D"NO"			# Aironet 4500/4800 802.11 wireless NICs=0A=
if_ar_load=3D"NO"			# Digi SYNC/570i=0A=
if_awi_load=3D"NO"		# AMD PCnetMobile IEEE 802.11 wireless NICs=0A=
if_bge_load=3D"NO"		# Broadcom BCM570x PCI gigabit ethernet=0A=
if_cm_load=3D"NO"			# SMC (90c26, 90c56, 90c66)=0A=
if_dc_load=3D"NO"			# DEC/Intel 21143 and various workalikes=0A=
if_de_load=3D"NO"			# DEC DC21x4x ethernet=0A=
if_ed_load=3D"NO"			# National Semiconductor DS8390/WD83C690 ethernet=0A=
if_el_load=3D"NO"			# 3Com Etherlink 3C501=0A=
if_em_load=3D"NO"			# Intel(R) PRO/1000 gigabit ethernet=0A=
if_en_load=3D"NO"			# Midway-based ATM interfaces=0A=
if_ep_load=3D"NO"			# 3Com Etherlink III (3c5x9)=0A=
if_ex_load=3D"NO"			# Intel EtherExpress Pro/10 ethernet=0A=
if_fe_load=3D"NO"			# Fujitsu MB86960A/MB86965A based Ethernet adapters=0A=
if_fxp_load=3D"NO"		# Intel EtherExpress PRO/100B (82557, 82558)=0A=
if_gx_load=3D"NO"			# Intel Pro/1000 gigabit ethernet=0A=
if_ie_load=3D"NO"			# Intel 82586=0A=
if_lge_load=3D"NO"		# Level 1 LXT1001 NetCellerator PCI gigabit ethernet=0A=
if_lnc_load=3D"NO"		# AMD Lance/PCnet Ethernet=0A=
if_my_load=3D"NO"			# Myson PCI fast ethernet=0A=
if_nge_load=3D"NO"		# National Semiconductor PCI gigabit ethernet=0A=
if_oltr_load=3D"NO"		# Olicom=0A=
if_pcn_load=3D"NO"		# AMD PCnet PCI=0A=
if_ray_load=3D"NO"		# Raytheon Raylink/Webgear Aviator PCCard=0A=
if_rl_load=3D"NO"			# RealTek 8129/8139=0A=
if_sbni_load=3D"NO"		# Granch SBNI12 leased line adapters=0A=
if_sf_load=3D"NO"			# Adaptec Duralink PCI (AIC-6915 "starfire")=0A=
if_sis_load=3D"NO"		# Silicon Integrated Systems SiS 900/7016=0A=
if_sk_load=3D"NO"			# SysKonnect SK-984x series PCI gigabit ethernet=0A=
if_sn_load=3D"NO"			# SMC 91Cxx=0A=
if_sr_load=3D"NO"			# synchronous RISCom/N2 / WANic 400/405=0A=
if_ste_load=3D"NO"		# Sundance Technologies ST201 fast ethernet=0A=
if_ti_load=3D"NO"			# Alteon Networks Tigon 1 and Tigon 2=0A=
if_tl_load=3D"NO"			# Texas Instruments TNETE100 ("ThunderLAN")=0A=
if_tx_load=3D"NO"			# SMC 83c17x fast ethernet=0A=
if_txp_load=3D"NO"		# 3Com 3XP Typhoon/Sidewinder (3CR990)=0A=
if_vr_load=3D"NO"			# VIA Rhine I and Rhine II=0A=
if_vx_load=3D"NO"			# 3Com 3C590 family=0A=
if_wb_load=3D"NO"			# Winbond W89C840F=0A=
if_wi_load=3D"NO"			# WaveLAN/IEEE 802.11 wireless NICs=0A=
if_wx_load=3D"NO"			# Intel Gigabit Ethernet=0A=
if_xe_load=3D"NO"			# Xircom CreditCard PCMCIA=0A=
if_xl_load=3D"NO"			# 3Com Etherlink XL (3c900, 3c905, 3c905B)=0A=
=0A=
##############################################################=0A=
###  Netgraph modules  #######################################=0A=
##############################################################=0A=
=0A=
ng_UI_load=3D"NO"			# UI netgraph node type=0A=
ng_async_load=3D"NO"		# asynchronous framing netgraph node type=0A=
ng_bpf_load=3D"NO"		# Berkeley packet filter netgraph node type=0A=
ng_bridge_load=3D"NO"		# Ethernet bridging netgraph node type=0A=
ng_cisco_load=3D"NO"		# Cisco HDLC protocol netgraph node type=0A=
ng_echo_load=3D"NO"		# Netgraph echo node type=0A=
ng_ether_load=3D"NO"		# Ethernet netgraph node type=0A=
ng_frame_relay_load=3D"NO"	# frame relay netgraph node type=0A=
ng_hole_load=3D"NO"		# Netgraph discard node type=0A=
ng_iface_load=3D"NO"		# interface Netgraph node type=0A=
ng_ksocket_load=3D"NO"		# kernel socket netgraph node type=0A=
ng_lmi_load=3D"NO"		# frame relay LMI protocol netgraph node type=0A=
ng_mppc_load=3D"NO"		# Microsoft MPPC/MPPE compression and encryption =
netgraph node type=0A=
ng_one2many_load=3D"NO"		# packet multiplexing netgraph node type=0A=
ng_ppp_load=3D"NO"		# PPP protocol netgraph node type=0A=
ng_pppoe_load=3D"NO"		# RFC 2516 PPPOE protocol netgraph node type=0A=
ng_pptpgre_load=3D"NO"		# PPTP GRE protocol netgraph node type=0A=
ng_rfc1490_load=3D"NO"		# RFC 1490 netgraph node type=0A=
ng_socket_load=3D"NO"		# Netgraph socket node type=0A=
ng_tee_load=3D"NO"		# Netgraph ``tee'' node type=0A=
ng_tty_load=3D"NO"		# Netgraph node type that is also a line discipline=0A=
ng_vjc_load=3D"NO"		# Van Jacobsen compression netgraph node type=0A=
=0A=
##############################################################=0A=
###  Sound modules  ##########################################=0A=
##############################################################=0A=
=0A=
sound_load=3D"NO"			# Digital sound subsystem=0A=
snd_ad1816_load=3D"NO"		# ad1816=0A=
snd_cmi_load=3D"NO"		# cmi=0A=
snd_csa_load=3D"NO"		# csa=0A=
snd_cs4281_load=3D"NO"		# cs4281=0A=
snd_ds1_load=3D"NO"		# ds1=0A=
snd_emu10k1_load=3D"NO" 		# Creative Sound Blaster Live=0A=
snd_ess_load=3D"NO"		# ess=0A=
snd_es137x_load=3D"NO"		# es137x=0A=
snd_fm801_load=3D"NO"		# fm801=0A=
snd_ich_load=3D"NO"		# Intel ICH=0A=
snd_maestro_load=3D"NO"		# Maestro=0A=
snd_maestro3_load=3D"NO"		# Maestro3=0A=
snd_mss_load=3D"NO"		# Mss=0A=
snd_neomagic_load=3D"NO"		# Neomagic=0A=
snd_sbc_load=3D"NO"		# Sbc=0A=
snd_sb8_load=3D"NO"		# Sound Blaster Pro=0A=
snd_sb16_load=3D"NO"		# Sound Blaster 16=0A=
snd_solo_load=3D"NO"		# Solo=0A=
snd_t4dwave_load=3D"NO"		# t4dwave=0A=
snd_via8233_load=3D"NO"		# via8233=0A=
snd_via82c686_load=3D"NO"		# via82c686=0A=
snd_driver_load=3D"NO"		# All sound drivers=0A=
=0A=
##############################################################=0A=
###  USB modules  ############################################=0A=
##############################################################=0A=
=0A=
usb_load=3D"YES"			# USB subsystem=0A=
udbp_load=3D"YES"			# USB double bulk pipe host 2 host cables=0A=
ugen_load=3D"YES"			# USB generic device, if all else fails ...=0A=
ufm_load=3D"YES"			# Fm Radio=0A=
uhid_load=3D"YES"			# Human Interface Devices=0A=
ukbd_load=3D"YES"			# Keyboard=0A=
ulpt_load=3D"YES"			# Printer=0A=
ums_load=3D"YES"			# Mouse=0A=
umass_load=3D"YES"			# Mass Storage Devices=0A=
umodem_load=3D"YES"		# Modems=0A=
uscanner_load=3D"YES"		# Scanners=0A=
ucom_load=3D"YES"		# Scanners=0A=
uplcom_load=3D"YES"		# Scanners=0A=
uvscom_load=3D"YES"		# Scanners=0A=
=0A=
##############################################################=0A=
###  Other modules  ##########################################=0A=
##############################################################=0A=
=0A=
bktr_load=3D"NO"			# Brooktree Bt848/Bt878 TV/Video Capture Card=0A=
ispfw_load=3D"NO"			# Qlogic ISP Firmware=0A=
agp_load=3D"NO"			# agp module=0A=
accf_data_load=3D"NO"		# Wait for data accept filter=0A=
accf_http_load=3D"NO"		# Wait for full HTTP request accept filter=0A=
random_load=3D"NO"		# Random device=0A=
speaker_load=3D"NO"		# AT speaker module=0A=
=0A=
##############################################################=0A=
###  ACPI settings  ##########################################=0A=
##############################################################=0A=
=0A=
acpi_dsdt_load=3D"NO"		# DSDT Overriding=0A=
acpi_dsdt_type=3D"acpi_dsdt"	# Don't change this=0A=
acpi_dsdt_name=3D"/boot/acpi_dsdt.aml"=0A=
				# Override DSDT in BIOS by this file=0A=
acpi_video_load=3D"NO"		# Load the ACPI video extension driver=0A=
=0A=
##############################################################=0A=
### TrustedBSD MAC settings ##################################=0A=
##############################################################=0A=
=0A=
mac_biba_load=3D"NO"		# Biba MAC policy=0A=
mac_bsdextended_load=3D"NO"	# BSD/extended MAC policy=0A=
mac_ifoff=3D"NO"			# Interface silencing policy=0A=
mac_mls_load=3D"NO"		# MLS MAC policy=0A=
mac_none_load=3D"NO"		# Null MAC policy=0A=
mac_partition_load=3D"NO"		# Partition MAC policy=0A=
mac_seeotheruids_load=3D"NO"	# UID visbility MAC policy=0A=
=0A=
##############################################################=0A=
###  Module loading syntax example  ##########################=0A=
##############################################################=0A=
=0A=
#module_load=3D"YES"		# loads module "module"=0A=
#module_name=3D"realname"		# uses "realname" instead of "module"=0A=
#module_type=3D"type"		# passes "-t type" to load=0A=
#module_flags=3D"flags"		# passes "flags" to the module=0A=
#module_before=3D"cmd"		# executes "cmd" before loading the module=0A=
#module_after=3D"cmd"		# executes "cmd" after loading the module=0A=
#module_error=3D"cmd"		# executes "cmd" if load fails=0A=
=0A=

------=_NextPart_000_0036_01C613CF.02323280
Content-Type: text/plain;
	name="console_out_usbdevs_v.txt"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
	filename="console_out_usbdevs_v.txt"

Controller /dev/usb0:=0A=
addr 1: full speed, self powered, config 1, UHCI root hub(0x0000), =
Intel(0x0000), rev 1.00=0A=
 port 1 addr 2: full speed, power 98 mA, config 1, Siemens USB =
Connectivity(0x0003), Siemens AG(0x11f5), rev 0.95=0A=
 port 2 powered=0A=

------=_NextPart_000_0036_01C613CF.02323280
Content-Type: text/plain;
	name="dmesg.txt"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
	filename="dmesg.txt"

Copyright (c) 1992-2004 The FreeBSD Project.=0A=
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994=0A=
	The Regents of the University of California. All rights reserved.=0A=
FreeBSD 5.3-RELEASE #0: Wed Jan  4 08:23:58 UTC 2006=0A=
    root@backup.aqua.lg.ua:/usr/src/sys/i386/compile/gooroo=0A=
module_register: module uhub/ugen already exists!=0A=
Module uhub/ugen failed to register: 17=0A=
module_register: module uhub/uhid already exists!=0A=
Module uhub/uhid failed to register: 17=0A=
module_register: module uhub/ums already exists!=0A=
Module uhub/ums failed to register: 17=0A=
Timecounter "i8254" frequency 1193182 Hz quality 0=0A=
CPU: Intel Celeron (1062.73-MHz 686-class CPU)=0A=
  Origin =3D "GenuineIntel"  Id =3D 0x68a  Stepping =3D 10=0A=
  =
Features=3D0x383f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,=
CMOV,PAT,PSE36,MMX,FXSR,SSE>=0A=
real memory  =3D 133103616 (126 MB)=0A=
avail memory =3D 120590336 (115 MB)=0A=
acpi0: <IntelR AWRDACPI> on motherboard=0A=
acpi0: Power Button (fixed)=0A=
Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000=0A=
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x4008-0x400b on acpi0=0A=
cpu0: <ACPI CPU (3 Cx states)> on acpi0=0A=
acpi_tz0: <Thermal Zone> on acpi0=0A=
acpi_button0: <Power Button> on acpi0=0A=
acpi_button1: <Sleep Button> on acpi0=0A=
pcib0: <ACPI Host-PCI bridge> port 0x4000-0x40f7,0xcf8-0xcff on acpi0=0A=
ACPI link \\_SB_.PCI0.LNKB has invalid initial irq 9, ignoring=0A=
pci0: <ACPI PCI bus> on pcib0=0A=
agp0: <Intel 82815 (i815 GMCH) SVGA controller> mem =
0xd4100000-0xd417ffff,0xd0000000-0xd3ffffff irq 7 at device 2.0 on pci0=0A=
pcib1: <ACPI PCI-PCI bridge> at device 30.0 on pci0=0A=
pci1: <ACPI PCI bus> on pcib1=0A=
rl0: <RealTek 8139 10/100BaseTX> port 0xc000-0xc0ff mem =
0xd4000000-0xd40000ff irq 11 at device 7.0 on pci1=0A=
miibus0: <MII bus> on rl0=0A=
rlphy0: <RealTek internal media interface> on miibus0=0A=
rlphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto=0A=
rl0: Ethernet address: 00:0e:2e:2d:f6:75=0A=
isab0: <PCI-ISA bridge> at device 31.0 on pci0=0A=
isa0: <ISA bus> on isab0=0A=
atapci0: <Intel ICH UDMA66 controller> port =
0xf000-0xf00f,0x376,0x170-0x177,0x3f6,0x1f0-0x1f7 at device 31.1 on pci0=0A=
ata0: channel #0 on atapci0=0A=
ata1: channel #1 on atapci0=0A=
uhci0: <Intel 82801AA (ICH) USB controller> port 0xd000-0xd01f irq 11 at =
device 31.2 on pci0=0A=
uhci0: [GIANT-LOCKED]=0A=
uhci0: LegSup =3D 0x2f00=0A=
usb0: <Intel 82801AA (ICH) USB controller> on uhci0=0A=
usb0: USB revision 1.0=0A=
uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1=0A=
uhub0: 2 ports with 2 removable, self powered=0A=
ugen0: Siemens AG Siemens USB Connectivity, rev 1.10/0.95, addr 2=0A=
pci0: <serial bus, SMBus> at device 31.3 (no driver attached)=0A=
pci0: <multimedia, audio> at device 31.5 (no driver attached)=0A=
sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on =
acpi0=0A=
sio0: type 16550A esp_port has com 3=0A=
 esp_port has com 3=0A=
 esp_port has com 3=0A=
=0A=
sio1: <16550A-compatible COM port> port 0x2f8-0x2ff irq 3 on acpi0=0A=
sio1: type 16550A esp_port has com 3=0A=
 esp_port has com 3=0A=
 esp_port has com 3=0A=
=0A=
ppc0: <Standard parallel printer port> port =
0xe78-0xe7b,0xa78-0xa7b,0x678-0x67b,0x278-0x27f irq 5 on acpi0=0A=
ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode=0A=
ppbus0: <Parallel port bus> on ppc0=0A=
plip0: <PLIP network interface> on ppbus0=0A=
lpt0: <Printer> on ppbus0=0A=
lpt0: Interrupt-driven port=0A=
ppi0: <Parallel I/O> on ppbus0=0A=
atkbdc0: <Keyboard controller (i8042)> port 0x64,0x60 irq 1 on acpi0=0A=
atkbd0: <AT Keyboard> irq 1 on atkbdc0=0A=
kbd0 at atkbd0=0A=
atkbd0: [GIANT-LOCKED]=0A=
psm0: <PS/2 Mouse> irq 12 on atkbdc0=0A=
psm0: [GIANT-LOCKED]=0A=
psm0: model IntelliMouse, device ID 3=0A=
npx0: [FAST]=0A=
npx0: <math processor> on motherboard=0A=
npx0: INT 16 interface=0A=
orm0: <ISA Option ROM> at iomem 0xc0000-0xc9fff on isa0=0A=
pmtimer0 on isa0=0A=
sc0: <System console> at flags 0x100 on isa0=0A=
sc0: VGA <16 virtual consoles, flags=3D0x300>=0A=
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0=0A=
Timecounter "TSC" frequency 1062730855 Hz quality 800=0A=
Timecounters tick every 10.000 msec=0A=
acpi_cpu: throttling enabled, 2 steps (100% to 50.0%), currently 100.0%=0A=
acd0: CDRW <HL-DT-ST GCE-8525B/1.03> at ata0-slave UDMA33=0A=
ad2: 76319MB <WDC WD800BB-00FRA0/77.07W77> [155061/16/63] at ata1-master =
UDMA66=0A=
Mounting root from ufs:/dev/ad2s3a=0A=
Entropy device is blocking.=0A=
Entropy device is blocking.=0A=

------=_NextPart_000_0036_01C613CF.02323280
Content-Type: text/plain;
	name="etc_rc.conf.txt"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
	filename="etc_rc.conf.txt"

=0A=
# -- sysinstall generated deltas -- # Wed Jan  4 00:22:47 2006=0A=
# Created: Wed Jan  4 00:22:47 2006=0A=
# Enable network daemons for user convenience.=0A=
# Please make all changes to this file, not to /etc/defaults/rc.conf.=0A=
# This file now contains just the overrides from /etc/defaults/rc.conf.=0A=
defaultrouter=3D"192.168.5.10"=0A=
font8x14=3D"cp866-8x14"=0A=
font8x16=3D"cp866b-8x16"=0A=
font8x8=3D"cp866-8x8"=0A=
gateway_enable=3D"YES"=0A=
hostname=3D"backup.aqua.lg.ua"=0A=
ifconfig_rl0=3D"inet 192.168.5.10  netmask 255.255.255.0"=0A=
keymap=3D"ru.koi8-r"=0A=
keyrate=3D"fast"=0A=
mousechar_start=3D"3"=0A=
moused_enable=3D"YES"=0A=
named_enable=3D"YES"=0A=
saver=3D"logo"=0A=
scrnmap=3D"koi8-r2cp866"=0A=
sshd_enable=3D"YES"=0A=
usbd_enable=3D"YES"=0A=

------=_NextPart_000_0036_01C613CF.02323280
Content-Type: text/plain;
	name="kernel_config.hints.txt"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
	filename="kernel_config.hints.txt"

# $FreeBSD: src/sys/i386/conf/GENERIC.hints,v 1.13 2004/04/01 21:48:31 =
alfred Exp $=0A=
hint.fdc.0.at=3D"isa"=0A=
hint.fdc.0.port=3D"0x3F0"=0A=
hint.fdc.0.irq=3D"6"=0A=
hint.fdc.0.drq=3D"2"=0A=
=0A=
hint.fd.0.at=3D"fdc0"=0A=
hint.fd.0.drive=3D"0"=0A=
hint.fd.1.at=3D"fdc0"=0A=
hint.fd.1.drive=3D"1"=0A=
=0A=
hint.ata.0.at=3D"pci"=0A=
hint.ata.0.port=3D"0x1F0"=0A=
hint.ata.0.irq=3D"14"=0A=
hint.ata.1.at=3D"pci"=0A=
hint.ata.1.port=3D"0x170"=0A=
hint.ata.1.irq=3D"15"=0A=
=0A=
hint.adv.0.at=3D"pci"=0A=
hint.adv.0.disabled=3D"0"=0A=
=0A=
hint.bt.0.at=3D"pci"=0A=
hint.bt.0.disabled=3D"0"=0A=
=0A=
hint.aha.0.at=3D"pci"=0A=
hint.aha.0.disabled=3D"0"=0A=
=0A=
hint.aic.0.at=3D"pci"=0A=
hint.aic.0.disabled=3D"0"=0A=
=0A=
hint.atkbdc.0.at=3D"pci"=0A=
hint.atkbdc.0.port=3D"0x060"=0A=
hint.atkbd.0.at=3D"atkbdc"=0A=
hint.atkbd.0.irq=3D"1"=0A=
=0A=
hint.psm.0.at=3D"atkbdc"=0A=
hint.psm.0.irq=3D"12"=0A=
=0A=
hint.vga.0.at=3D"pci"=0A=
=0A=
hint.sc.0.at=3D"pci"=0A=
hint.sc.0.flags=3D"0x100"=0A=
=0A=
hint.vt.0.at=3D"pci"=0A=
hint.vt.0.disabled=3D"0"=0A=
=0A=
hint.apm.0.disabled=3D"0"=0A=
hint.apm.0.flags=3D"0x20"=0A=
=0A=
hint.pcic.0.at=3D"pci"=0A=
# hint.pcic.0.irq=3D"10"	# Default to polling=0A=
hint.pcic.0.port=3D"0x3e0"=0A=
hint.pcic.0.maddr=3D"0xd0000"=0A=
hint.pcic.1.at=3D"pci"=0A=
hint.pcic.1.irq=3D"11"=0A=
hint.pcic.1.port=3D"0x3e2"=0A=
hint.pcic.1.maddr=3D"0xd4000"=0A=
hint.pcic.1.disabled=3D"0"=0A=
=0A=
hint.sio.0.at=3D"pci"=0A=
hint.sio.0.port=3D"0x3F8"=0A=
hint.sio.0.flags=3D"0x10"=0A=
hint.sio.0.irq=3D"4"=0A=
hint.sio.1.at=3D"pci"=0A=
hint.sio.1.port=3D"0x2F8"=0A=
hint.sio.1.irq=3D"3"=0A=
hint.sio.2.at=3D"pci"=0A=
hint.sio.2.disabled=3D"0"=0A=
hint.sio.2.port=3D"0x3E8"=0A=
hint.sio.2.irq=3D"5"=0A=
hint.sio.3.at=3D"pci"=0A=
hint.sio.3.disabled=3D"0"=0A=
hint.sio.3.port=3D"0x2E8"=0A=
hint.sio.3.irq=3D"9"=0A=
=0A=
hint.ppc.0.at=3D"pci"=0A=
hint.ppc.0.irq=3D"7"=0A=
=0A=
hint.ed.0.at=3D"pci"=0A=
hint.ed.0.disabled=3D"0"=0A=
hint.ed.0.port=3D"0x280"=0A=
hint.ed.0.irq=3D"10"=0A=
hint.ed.0.maddr=3D"0xd8000"=0A=
=0A=
hint.cs.0.at=3D"pci"=0A=
hint.cs.0.disabled=3D"0"=0A=
hint.cs.0.port=3D"0x300"=0A=
=0A=
hint.sn.0.at=3D"pci"=0A=
hint.sn.0.disabled=3D"0"=0A=
hint.sn.0.port=3D"0x300"=0A=
hint.sn.0.irq=3D"10"=0A=
=0A=
hint.ie.0.at=3D"pci"=0A=
hint.ie.0.disabled=3D"0"=0A=
hint.ie.0.port=3D"0x300"=0A=
hint.ie.0.irq=3D"10"=0A=
hint.ie.0.maddr=3D"0xd0000"=0A=
=0A=
hint.fe.0.at=3D"pci"=0A=
hint.fe.0.disabled=3D"0"=0A=
hint.fe.0.port=3D"0x300"=0A=
=0A=
hint.lnc.0.at=3D"pci"=0A=
hint.lnc.0.disabled=3D"0"=0A=
hint.lnc.0.port=3D"0x280"=0A=
hint.lnc.0.irq=3D"10"=0A=
hint.lnc.0.drq=3D"0"=0A=
=0A=
=0A=
=0A=

------=_NextPart_000_0036_01C613CF.02323280
Content-Type: text/plain;
	name="kernel_config.txt"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
	filename="kernel_config.txt"

machine		i386=0A=
cpu		I686_CPU=0A=
ident		gooroo=0A=
=0A=
# To statically compile in device wiring instead of /boot/device.hints=0A=
hints		"gooroo.hints"		# Default places to look for devices.=0A=
=0A=
options 	SCHED_4BSD		# 4BSD scheduler=0A=
options 	INET			# InterNETworking=0A=
options 	INET6			# IPv6 communications protocols=0A=
options 	FFS			# Berkeley Fast Filesystem=0A=
options 	SOFTUPDATES		# Enable FFS soft updates support=0A=
options 	UFS_ACL			# Support for access control lists=0A=
options 	UFS_DIRHASH		# Improve performance on big directories=0A=
options 	MD_ROOT			# MD is a potential root device=0A=
options 	NFSCLIENT		# Network Filesystem Client=0A=
options 	NFSSERVER		# Network Filesystem Server=0A=
options 	NFS_ROOT		# NFS usable as /, requires NFSCLIENT=0A=
options 	MSDOSFS			# MSDOS Filesystem=0A=
options 	CD9660			# ISO 9660 Filesystem=0A=
options 	PROCFS			# Process filesystem (requires PSEUDOFS)=0A=
options 	PSEUDOFS		# Pseudo-filesystem framework=0A=
options 	GEOM_GPT		# GUID Partition Tables.=0A=
options 	COMPAT_43		# Compatible with BSD 4.3 [KEEP THIS!]=0A=
options 	COMPAT_FREEBSD4		# Compatible with FreeBSD4=0A=
options 	SCSI_DELAY=3D15000	# Delay (in ms) before probing SCSI=0A=
options 	KTRACE			# ktrace(1) support=0A=
options 	SYSVSHM			# SYSV-style shared memory=0A=
options 	SYSVMSG			# SYSV-style message queues=0A=
options 	SYSVSEM			# SYSV-style semaphores=0A=
options 	_KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time =
extensions=0A=
options 	KBD_INSTALL_CDEV	# install a CDEV entry in /dev=0A=
options 	AHC_REG_PRETTY_PRINT	# Print register bitfields in debug=0A=
					# output.  Adds ~128k to driver.=0A=
options 	AHD_REG_PRETTY_PRINT	# Print register bitfields in debug=0A=
					# output.  Adds ~215k to driver.=0A=
options 	ADAPTIVE_GIANT		# Giant mutex is adaptive.=0A=
=0A=
device		apic		# I/O APIC=0A=
=0A=
# Bus support.  Do not remove isa, even if you have no isa slots=0A=
device		isa=0A=
device		eisa=0A=
device		pci=0A=
=0A=
# Floppy drives=0A=
nodevice		fdc=0A=
=0A=
# ATA and ATAPI devices=0A=
device		ata=0A=
device		atadisk		# ATA disk drives=0A=
device		ataraid		# ATA RAID drives=0A=
device		atapicd		# ATAPI CDROM drives=0A=
device		atapifd		# ATAPI floppy drives=0A=
device		atapist		# ATAPI tape drives=0A=
options 	ATA_STATIC_ID	# Static device numbering=0A=
=0A=
# SCSI Controllers=0A=
nodevice		ahb		# EISA AHA1742 family=0A=
nodevice		ahc		# AHA2940 and onboard AIC7xxx devices=0A=
nodevice		ahd		# AHA39320/29320 and onboard AIC79xx devices=0A=
nodevice		amd		# AMD 53C974 (Tekram DC-390(T))=0A=
nodevice		isp		# Qlogic family=0A=
nodevice		mpt		# LSI-Logic MPT-Fusion=0A=
nodevice		ncr		# NCR/Symbios Logic=0A=
nodevice		sym		# NCR/Symbios Logic (newer chipsets + those of `ncr')=0A=
nodevice		trm		# Tekram DC395U/UW/F DC315U adapters=0A=
=0A=
nodevice		adv		# Advansys SCSI adapters=0A=
nodevice		adw		# Advansys wide SCSI adapters=0A=
nodevice		aha		# Adaptec 154x SCSI adapters=0A=
nodevice		aic		# Adaptec 15[012]x SCSI adapters, AIC-6[23]60.=0A=
nodevice		bt		# Buslogic/Mylex MultiMaster SCSI adapters=0A=
=0A=
nodevice		ncv		# NCR 53C500=0A=
nodevice		nsp		# Workbit Ninja SCSI-3=0A=
nodevice		stg		# TMC 18C30/18C50=0A=
=0A=
# SCSI peripherals=0A=
nodevice		scbus		# SCSI bus (required for SCSI)=0A=
nodevice		ch		# SCSI media changers=0A=
nodevice		da		# Direct Access (disks)=0A=
nodevice		sa		# Sequential Access (tape etc)=0A=
nodevice		cd		# CD=0A=
nodevice		pass		# Passthrough device (direct SCSI access)=0A=
nodevice		ses		# SCSI Environmental Services (and SAF-TE)=0A=
=0A=
# RAID controllers interfaced to the SCSI subsystem=0A=
nodevice		amr		# AMI MegaRAID=0A=
nodevice		asr		# DPT SmartRAID V, VI and Adaptec SCSI RAID=0A=
nodevice		ciss		# Compaq Smart RAID 5*=0A=
nodevice		dpt		# DPT Smartcache III, IV - See NOTES for options=0A=
nodevice		hptmv		# Highpoint RocketRAID 182x=0A=
nodevice		iir		# Intel Integrated RAID=0A=
nodevice		ips		# IBM (Adaptec) ServeRAID=0A=
nodevice		mly		# Mylex AcceleRAID/eXtremeRAID=0A=
nodevice		twa		# 3ware 9000 series PATA/SATA RAID=0A=
=0A=
# RAID controllers=0A=
nodevice		aac		# Adaptec FSA RAID=0A=
nodevice		aacp		# SCSI passthrough for aac (requires CAM)=0A=
nodevice		ida		# Compaq Smart RAID=0A=
nodevice		mlx		# Mylex DAC960 family=0A=
nodevice		pst		# Promise Supertrak SX6000=0A=
nodevice		twe		# 3ware ATA RAID=0A=
=0A=
# atkbdc0 controls both the keyboard and the PS/2 mouse=0A=
device		atkbdc		# AT keyboard controller=0A=
device		atkbd		# AT keyboard=0A=
device		psm		# PS/2 mouse=0A=
=0A=
device		vga		# VGA video card driver=0A=
=0A=
device		splash		# Splash screen and screen saver support=0A=
=0A=
# syscons is the default console driver, resembling an SCO console=0A=
device		sc=0A=
=0A=
# Enable this for the pcvt (VT220 compatible) console driver=0A=
#device		vt=0A=
#options 	XSERVER		# support for X server on a vt console=0A=
#options 	FAT_CURSOR	# start with block cursor=0A=
=0A=
device		agp		# support several AGP chipsets=0A=
=0A=
# Floating point support - do not disable.=0A=
device		npx=0A=
=0A=
# Power management support (see NOTES for more options)=0A=
device		apm=0A=
# Add suspend/resume support for the i8254.=0A=
device		pmtimer=0A=
=0A=
# PCCARD (PCMCIA) support=0A=
# PCMCIA and cardbus bridge support=0A=
nodevice		cbb		# cardbus (yenta) bridge=0A=
nodevice		pccard		# PC Card (16-bit) bus=0A=
nodevice		cardbus		# CardBus (32-bit) bus=0A=
=0A=
# Parallel port=0A=
device		ppc=0A=
device		ppbus		# Parallel port bus (required)=0A=
device		lpt		# Printer=0A=
device		plip		# TCP/IP over parallel=0A=
device		ppi		# Parallel port interface device=0A=
#device		vpo		# Requires scbus and da=0A=
=0A=
# If you've got a "dumb" serial or parallel PCI card that is=0A=
# supported by the puc(4) glue driver, uncomment the following=0A=
# line to enable it (connects to the sio and/or ppc drivers):=0A=
#device         puc=0A=
=0A=
# PCI Ethernet NICs.=0A=
nodevice		de		# DEC/Intel DC21x4x (``Tulip'')=0A=
nodevice		em		# Intel PRO/1000 adapter Gigabit Ethernet Card=0A=
nodevice		ixgb		# Intel PRO/10GbE Ethernet Card=0A=
nodevice		txp		# 3Com 3cR990 (``Typhoon'')=0A=
nodevice		vx		# 3Com 3c590, 3c595 (``Vortex'')=0A=
=0A=
# PCI Ethernet NICs that use the common MII bus controller code.=0A=
# NOTE: Be sure to keep the 'device miibus' line in order to use these =
NICs!=0A=
device		miibus		# MII bus support=0A=
nodevice		bfe		# Broadcom BCM440x 10/100 Ethernet=0A=
nodevice		bge		# Broadcom BCM570xx Gigabit Ethernet=0A=
nodevice		dc		# DEC/Intel 21143 and various workalikes=0A=
nodevice		fxp		# Intel EtherExpress PRO/100B (82557, 82558)=0A=
nodevice		lge		# Level 1 LXT1001 gigabit ethernet=0A=
nodevice		nge		# NatSemi DP83820 gigabit ethernet=0A=
nodevice		pcn		# AMD Am79C97x PCI 10/100 (precedence over 'lnc')=0A=
nodevice		re		# RealTek 8139C+/8169/8169S/8110S=0A=
device		rl		# RealTek 8129/8139=0A=
nodevice		sf		# Adaptec AIC-6915 (``Starfire'')=0A=
nodevice		sis		# Silicon Integrated Systems SiS 900/SiS 7016=0A=
nodevice		sk		# SysKonnect SK-984x & SK-982x gigabit Ethernet=0A=
nodevice		ste		# Sundance ST201 (D-Link DFE-550TX)=0A=
nodevice		ti		# Alteon Networks Tigon I/II gigabit Ethernet=0A=
nodevice		tl		# Texas Instruments ThunderLAN=0A=
nodevice		tx		# SMC EtherPower II (83c170 ``EPIC'')=0A=
nodevice		vge		# VIA VT612x gigabit ethernet=0A=
nodevice		vr		# VIA Rhine, Rhine II=0A=
nodevice		wb		# Winbond W89C840F=0A=
nodevice		xl		# 3Com 3c90x (``Boomerang'', ``Cyclone'')=0A=
=0A=
# ISA Ethernet NICs.  pccard NICs included.=0A=
nodevice		cs		# Crystal Semiconductor CS89x0 NIC=0A=
# 'device ed' requires 'device miibus'=0A=
nodevice		ed		# NE[12]000, SMC Ultra, 3c503, DS8390 cards=0A=
nodevice		ex		# Intel EtherExpress Pro/10 and Pro/10+=0A=
nodevice		ep		# Etherlink III based cards=0A=
nodevice		fe		# Fujitsu MB8696x based cards=0A=
nodevice		ie		# EtherExpress 8/16, 3C507, StarLAN 10 etc.=0A=
nodevice		lnc		# NE2100, NE32-VL Lance Ethernet cards=0A=
nodevice		sn		# SMC's 9000 series of Ethernet chips=0A=
nodevice		xe		# Xircom pccard Ethernet=0A=
=0A=
# ISA devices that use the old ISA shims=0A=
#device		le=0A=
=0A=
# Wireless NIC cards=0A=
nodevice		wlan		# 802.11 support=0A=
nodevice		an		# Aironet 4500/4800 802.11 wireless NICs.=0A=
nodevice		awi		# BayStack 660 and others=0A=
nodevice		wi		# WaveLAN/Intersil/Symbol 802.11 wireless NICs.=0A=
nodevice		wl		# Older non 802.11 Wavelan wireless NIC.=0A=
=0A=
# Pseudo devices.=0A=
device		loop		# Network loopback=0A=
device		mem		# Memory and kernel memory devices=0A=
device		io		# I/O device=0A=
device		random		# Entropy device=0A=
device		ether		# Ethernet support=0A=
device		sl		# Kernel SLIP=0A=
device		ppp		# Kernel PPP=0A=
device		tun		# Packet tunnel.=0A=
device		pty		# Pseudo-ttys (telnet etc)=0A=
device		md		# Memory "disks"=0A=
device		gif		# IPv6 and IPv4 tunneling=0A=
device		faith		# IPv6-to-IPv4 relaying (translation)=0A=
=0A=
# The `bpf' device enables the Berkeley Packet Filter.=0A=
# Be aware of the administrative consequences of enabling this!=0A=
device		bpf		# Berkeley packet filter=0A=
=0A=
# USB support=0A=
device		uhci		# UHCI PCI->USB interface=0A=
device		ohci		# OHCI PCI->USB interface=0A=
device		usb		# USB Bus (required)=0A=
nodevice		udbp		# USB Double Bulk Pipe devices=0A=
device		ugen		# Generic=0A=
device		uhid		# "Human Interface Devices"=0A=
nodevice		ukbd		# Keyboard=0A=
nodevice		ulpt		# Printer=0A=
nodevice		umass		# Disks/Mass storage - Requires scbus and da=0A=
device		ums		# Mouse=0A=
nodevice		urio		# Diamond Rio 500 MP3 player=0A=
nodevice		uscanner	# Scanners=0A=
# USB Ethernet, requires mii=0A=
nodevice		aue		# ADMtek USB Ethernet=0A=
nodevice		axe		# ASIX Electronics USB Ethernet=0A=
nodevice		cue		# CATC USB Ethernet=0A=
nodevice		kue		# Kawasaki LSI USB Ethernet=0A=
nodevice		rue		# RealTek RTL8150 USB Ethernet=0A=
=0A=
# FireWire support=0A=
nodevice		firewire	# FireWire bus code=0A=
nodevice		sbp		# SCSI over FireWire (Requires scbus and da)=0A=
nodevice		fwe		# Ethernet over FireWire (non-standard!)=0A=
=0A=
=0A=
=0A=
# USB support=0A=
device		uhci		# UHCI PCI->USB interface=0A=
device		ohci		# OHCI PCI->USB interface=0A=
device		usb		# USB Bus (required)=0A=
nodevice		udbp		# USB Double Bulk Pipe devices=0A=
device		ugen		# Generic=0A=
device		uhid		# "Human Interface Devices"=0A=
nodevice		ukbd		# Keyboard=0A=
nodevice		ulpt		# Printer=0A=
nodevice		umass		# Disks/Mass storage - Requires scbus and da=0A=
device		ums		# Mouse=0A=
nodevice		urio		# Diamond Rio 500 MP3 player=0A=
nodevice		uscanner	# Scanners=0A=
device		ehci=0A=
device		umct=0A=
device		umodem=0A=
device		ucom=0A=
device		ubsa=0A=
device		ubser=0A=
device		uftdi=0A=
device		uplcom=0A=
device		uvisor=0A=
device		uvscom=0A=
device		udav=0A=
options 	USB_DEBUG=0A=
options 	UPLCOM_INTR_INTERVAL=3D100=0A=
options 	UVSCOM_DEFAULT_OPKTSIZE=3D8=0A=
options 	UVSCOM_INTR_INTERVAL=3D100=0A=
=0A=
=0A=
=0A=
=0A=
=0A=
options 	SOFTUPDATES=0A=
options 	HZ=3D100=0A=
device		pty=0A=
device		sio=0A=
options 	COM_ESP=0A=
options 	COM_MULTIPORT=0A=
options 	CONSPEED=3D115200=0A=
device		uart=0A=
options 	UART_PPS_ON_CTS=0A=
=0A=
options 	CPU_ENABLE_SSE=0A=
options 	CPU_ENABLE_TCC=0A=
options 	CPU_PPRO2CELERON=0A=
=0A=
device		acpi=0A=
device		io=0A=
=0A=
=0A=
=0A=
=0A=
=0A=
=0A=

------=_NextPart_000_0036_01C613CF.02323280
Content-Type: text/plain;
	name="ls_dev.txt"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
	filename="ls_dev.txt"

total 1=0A=
crw-r-----  1 root  operator    4,  10 Jan  7 18:18 acd0=0A=
crw-r--r--  1 root  wheel     244,   0 Jan  7 18:18 acpi=0A=
crw-r-----  1 root  operator    4,  11 Jan  7 18:18 ad2=0A=
crw-r-----  1 root  operator    4,  12 Jan  7 18:18 ad2s1=0A=
crw-r-----  1 root  operator    4,  13 Jan  7 18:18 ad2s2=0A=
crw-r-----  1 root  operator    4,  14 Jan  7 18:18 ad2s3=0A=
crw-r-----  1 root  operator    4,  17 Jan  7 18:18 ad2s3a=0A=
crw-r-----  1 root  operator    4,  18 Jan  7 18:18 ad2s3b=0A=
crw-r-----  1 root  operator    4,  19 Jan  7 18:18 ad2s3c=0A=
crw-r-----  1 root  operator    4,  15 Jan  7 18:18 ad2s5=0A=
crw-r-----  1 root  operator    4,  16 Jan  7 18:18 ad2s6=0A=
crw-------  1 root  wheel     242,   0 Jan  7 18:18 agpgart=0A=
crw-rw-r--  1 root  operator  243,   0 Jan  7 18:18 apm=0A=
crw-------  1 root  operator  251,   0 Jan  7 18:18 ata=0A=
crw-------  1 root  wheel     235,   0 Jan  7 18:18 atkbd0=0A=
crw-rw-rw-  1 root  wheel     234,   0 Jan  7 18:18 bpsm0=0A=
crw-------  1 root  wheel       0,   0 Jan  7 18:18 console=0A=
crw-------  1 root  wheel     233, 255 Jan  7 18:18 consolectl=0A=
crw-rw-rw-  1 root  wheel       1,   0 Jan  7 18:18 ctty=0A=
crw-rw----  1 uucp  dialer    239, 128 Jan  7 18:18 cuaa0=0A=
crw-rw----  1 uucp  dialer    239, 129 Jan  7 18:18 cuaa1=0A=
crw-rw----  1 uucp  dialer    238, 160 Jan  7 18:18 cuaia0=0A=
crw-rw----  1 uucp  dialer    238, 161 Jan  7 18:18 cuaia1=0A=
crw-rw----  1 uucp  dialer    238, 192 Jan  7 18:18 cuala0=0A=
crw-rw----  1 uucp  dialer    238, 193 Jan  7 18:18 cuala1=0A=
crw-------  1 root  wheel     173,   0 Jan  7 18:18 devctl=0A=
cr--------  1 root  wheel     230,   0 Jan  7 18:18 devstat=0A=
dr-xr-xr-x  2 root  wheel          512 Jan  7 18:18 fd=0A=
crw-------  1 root  wheel     250,   0 Jan  7 18:18 fido=0A=
crw-r-----  1 root  operator  252,   0 Jan  7 18:18 geom.ctl=0A=
crw-------  1 root  wheel     248,  14 Jan  7 18:18 io=0A=
lrwxr-xr-x  1 root  wheel            6 Jan  7 18:18 kbd0 -> atkbd0=0A=
crw-------  1 root  wheel       7,   0 Jan  7 18:18 klog=0A=
crw-r-----  1 root  kmem      249,   1 Jan  7 18:18 kmem=0A=
lrwxr-xr-x  1 root  wheel           12 Jan  7 18:18 log -> /var/run/log=0A=
crw-------  1 root  wheel     237,   0 Jan  7 18:18 lpt0=0A=
crw-------  1 root  wheel     237, 128 Jan  7 18:18 lpt0.ctl=0A=
crw-------  1 root  wheel     231, 0xffff00ff Jan  7 18:18 mdctl=0A=
crw-r-----  1 root  kmem      249,   0 Jan  7 18:18 mem=0A=
dr-xr-xr-x  2 root  wheel          512 Jan  7 18:18 net=0A=
lrwxr-xr-x  1 root  wheel            7 Jan  7 18:18 net1 -> net/rl0=0A=
lrwxr-xr-x  1 root  wheel            9 Jan  7 18:18 net2 -> net/plip0=0A=
lrwxr-xr-x  1 root  wheel            7 Jan  7 18:18 net3 -> net/lo0=0A=
crw-------  1 root  wheel     253,   0 Jan  7 18:18 network=0A=
crw-------  1 root  wheel     232,   1 Jan  7 18:18 nfs4=0A=
crw-rw-rw-  1 root  wheel       2,   2 Jan  7 18:18 null=0A=
crw-r--r--  1 root  wheel     246,   0 Jan  7 18:18 pci=0A=
crw-------  1 root  wheel     236,   0 Jan  7 18:18 ppi0=0A=
crw-rw-rw-  1 root  wheel     234,   1 Jan  7 18:18 psm0=0A=
crw-rw-rw-  1 root  wheel     245,   0 Jan  7 18:18 random=0A=
lrwxr-xr-x  1 root  wheel            4 Jan  7 18:18 stderr -> fd/2=0A=
lrwxr-xr-x  1 root  wheel            4 Jan  7 18:18 stdin -> fd/0=0A=
lrwxr-xr-x  1 root  wheel            4 Jan  7 18:18 stdout -> fd/1=0A=
crw-------  1 root  wheel     247, 128 Jan  7 18:18 sysmouse=0A=
crw-------  1 root  wheel     239,   0 Jan  7 18:18 ttyd0=0A=
crw-------  1 root  wheel     239,   1 Jan  7 18:18 ttyd1=0A=
crw-------  1 root  wheel     238,  32 Jan  7 18:18 ttyid0=0A=
crw-------  1 root  wheel     238,  33 Jan  7 18:18 ttyid1=0A=
crw-------  1 root  wheel     238,  64 Jan  7 18:18 ttyld0=0A=
crw-------  1 root  wheel     238,  65 Jan  7 18:18 ttyld1=0A=
crw-------  1 root  tty       233,   0 Jan  7 18:21 ttyv0=0A=
crw-------  1 root  wheel     233,   1 Jan  7 18:18 ttyv1=0A=
crw-------  1 root  wheel     233,   2 Jan  7 18:18 ttyv2=0A=
crw-------  1 root  wheel     233,   3 Jan  7 18:18 ttyv3=0A=
crw-------  1 root  wheel     233,   4 Jan  7 18:18 ttyv4=0A=
crw-------  1 root  wheel     233,   5 Jan  7 18:18 ttyv5=0A=
crw-------  1 root  wheel     233,   6 Jan  7 18:18 ttyv6=0A=
crw-------  1 root  wheel     233,   7 Jan  7 18:18 ttyv7=0A=
crw-------  1 root  wheel     233,   8 Jan  7 18:18 ttyv8=0A=
crw-------  1 root  wheel     233,   9 Jan  7 18:18 ttyv9=0A=
crw-------  1 root  wheel     233,  10 Jan  7 18:18 ttyva=0A=
crw-------  1 root  wheel     233,  11 Jan  7 18:18 ttyvb=0A=
crw-------  1 root  wheel     233,  12 Jan  7 18:18 ttyvc=0A=
crw-------  1 root  wheel     233,  13 Jan  7 18:18 ttyvd=0A=
crw-------  1 root  wheel     233,  14 Jan  7 18:18 ttyve=0A=
crw-------  1 root  wheel     233,  15 Jan  7 18:18 ttyvf=0A=
crw-r--r--  1 root  operator  241,   0 Jan  7 18:18 ugen0=0A=
crw-r--r--  1 root  operator  241,   1 Jan  7 18:18 ugen0.1=0A=
crw-r--r--  1 root  operator  241,   2 Jan  7 18:18 ugen0.2=0A=
crw-r--r--  1 root  operator  241,   3 Jan  7 18:18 ugen0.3=0A=
lrwxr-xr-x  1 root  wheel            6 Jan  7 18:18 urandom -> random=0A=
crw-rw----  1 root  operator  240, 255 Jan  7 18:18 usb=0A=
crw-rw----  1 root  operator  240,   0 Jan  7 18:18 usb0=0A=
crw-------  1 root  operator  229,   0 Jan  7 18:18 xpt0=0A=
crw-rw-rw-  1 root  wheel       2,  12 Jan  7 18:18 zero=0A=

------=_NextPart_000_0036_01C613CF.02323280
Content-Type: text/plain;
	name="README_FIRST.TXT"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
	filename="README_FIRST.TXT"

FreeBSD v.5.3.

problem in install USB data cabel (based on prolific 2303 chip) for =
Siemens C72 mobile phone.

1. "kernel_config.txt", "Kernel_config.hints.txt" - Compiled kernel with =
this setting(file)
2. "boot_defaults_loader.conf.txt" - This is a file from =
/boot/defaults.conf
3. "etc_rc.conf.txt" - This is a file from /etc/rc.conf
4. "var_log_messages.txt" - This is a log file from  /var/log/messages
5. "console_out_usbdevs_v.txt"- Command "usbdevs -s" after run  in =
console out text conteined in this file=20
6. "dmesg.txt" - Conteind data out after run programm "dmesg" in console
7. "ls_dev.txt" - conteined data out after run command "ls /dev"


device /dev/ucom0 not created in any way.
What me do with my problem say me please.
sanc you.
------=_NextPart_000_0036_01C613CF.02323280
Content-Type: text/plain;
	name="var_log_messages.txt"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
	filename="var_log_messages.txt"

Jan  7 18:18:20 backup kernel: Copyright (c) 1992-2004 The FreeBSD =
Project.=0A=
Jan  7 18:18:20 backup kernel: Copyright (c) 1979, 1980, 1983, 1986, =
1988, 1989, 1991, 1992, 1993, 1994=0A=
Jan  7 18:18:20 backup kernel: The Regents of the University of =
California. All rights reserved.=0A=
Jan  7 18:18:20 backup kernel: FreeBSD 5.3-RELEASE #0: Wed Jan  4 =
08:23:58 UTC 2006=0A=
Jan  7 18:18:20 backup kernel: =
root@backup.aqua.lg.ua:/usr/src/sys/i386/compile/gooroo=0A=
Jan  7 18:18:20 backup kernel: module_register: module uhub/ugen already =
exists!=0A=
Jan  7 18:18:20 backup kernel: Module uhub/ugen failed to register: 17=0A=
Jan  7 18:18:20 backup kernel: module_register: module uhub/uhid already =
exists!=0A=
Jan  7 18:18:20 backup kernel: Module uhub/uhid failed to register: 17=0A=
Jan  7 18:18:20 backup kernel: module_register: module uhub/ums already =
exists!=0A=
Jan  7 18:18:20 backup kernel: Module uhub/ums failed to register: 17=0A=
Jan  7 18:18:20 backup kernel: Timecounter "i8254" frequency 1193182 Hz =
quality 0=0A=
Jan  7 18:18:20 backup kernel: CPU: Intel Celeron (1062.73-MHz 686-class =
CPU)=0A=
Jan  7 18:18:20 backup kernel: Origin =3D "GenuineIntel"  Id =3D 0x68a  =
Stepping =3D 10=0A=
Jan  7 18:18:20 backup kernel: =
Features=3D0x383f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,=
CMOV,PAT,PSE36,MMX,FXSR,SSE>=0A=
Jan  7 18:18:20 backup kernel: real memory  =3D 133103616 (126 MB)=0A=
Jan  7 18:18:20 backup kernel: avail memory =3D 120590336 (115 MB)=0A=
Jan  7 18:18:20 backup kernel: acpi0: <IntelR AWRDACPI> on motherboard=0A=
Jan  7 18:18:20 backup kernel: acpi0: Power Button (fixed)=0A=
Jan  7 18:18:20 backup kernel: Timecounter "ACPI-fast" frequency 3579545 =
Hz quality 1000=0A=
Jan  7 18:18:20 backup kernel: acpi_timer0: <24-bit timer at =
3.579545MHz> port 0x4008-0x400b on acpi0=0A=
Jan  7 18:18:20 backup kernel: cpu0: <ACPI CPU (3 Cx states)> on acpi0=0A=
Jan  7 18:18:20 backup kernel: acpi_tz0: <Thermal Zone> on acpi0=0A=
Jan  7 18:18:20 backup kernel: acpi_button0: <Power Button> on acpi0=0A=
Jan  7 18:18:20 backup kernel: acpi_button1: <Sleep Button> on acpi0=0A=
Jan  7 18:18:20 backup kernel: pcib0: <ACPI Host-PCI bridge> port =
0x4000-0x40f7,0xcf8-0xcff on acpi0=0A=
Jan  7 18:18:20 backup kernel: ACPI link \_SB_.PCI0.LNKB has invalid =
initial irq 9, ignoring=0A=
Jan  7 18:18:20 backup kernel: pci0: <ACPI PCI bus> on pcib0=0A=
Jan  7 18:18:20 backup kernel: agp0: <Intel 82815 (i815 GMCH) SVGA =
controller> mem 0xd4100000-0xd417ffff,0xd0000000-0xd3ffffff irq 7 at =
device 2.0 on pci0=0A=
Jan  7 18:18:20 backup kernel: pcib1: <ACPI PCI-PCI bridge> at device =
30.0 on pci0=0A=
Jan  7 18:18:20 backup kernel: pci1: <ACPI PCI bus> on pcib1=0A=
Jan  7 18:18:20 backup kernel: rl0: <RealTek 8139 10/100BaseTX> port =
0xc000-0xc0ff mem 0xd4000000-0xd40000ff irq 11 at device 7.0 on pci1=0A=
Jan  7 18:18:20 backup kernel: miibus0: <MII bus> on rl0=0A=
Jan  7 18:18:20 backup kernel: rlphy0: <RealTek internal media =
interface> on miibus0=0A=
Jan  7 18:18:20 backup kernel: rlphy0:  10baseT, 10baseT-FDX, 100baseTX, =
100baseTX-FDX, auto=0A=
Jan  7 18:18:20 backup kernel: rl0: Ethernet address: 00:0e:2e:2d:f6:75=0A=
Jan  7 18:18:20 backup kernel: isab0: <PCI-ISA bridge> at device 31.0 on =
pci0=0A=
Jan  7 18:18:20 backup kernel: isa0: <ISA bus> on isab0=0A=
Jan  7 18:18:20 backup kernel: atapci0: <Intel ICH UDMA66 controller> =
port 0xf000-0xf00f,0x376,0x170-0x177,0x3f6,0x1f0-0x1f7 at device 31.1 on =
pci0=0A=
Jan  7 18:18:20 backup kernel: ata0: channel #0 on atapci0=0A=
Jan  7 18:18:20 backup kernel: ata1: channel #1 on atapci0=0A=
Jan  7 18:18:20 backup kernel: uhci0: <Intel 82801AA (ICH) USB =
controller> port 0xd000-0xd01f irq 11 at device 31.2 on pci0=0A=
Jan  7 18:18:20 backup kernel: uhci0: [GIANT-LOCKED]=0A=
Jan  7 18:18:20 backup kernel: uhci0: LegSup =3D 0x2f00=0A=
Jan  7 18:18:20 backup kernel: usb0: <Intel 82801AA (ICH) USB =
controller> on uhci0=0A=
Jan  7 18:18:20 backup kernel: usb0: USB revision 1.0=0A=
Jan  7 18:18:20 backup kernel: uhub0: Intel UHCI root hub, class 9/0, =
rev 1.00/1.00, addr 1=0A=
Jan  7 18:18:20 backup kernel: uhub0: 2 ports with 2 removable, self =
powered=0A=
Jan  7 18:18:20 backup kernel: ugen0: Siemens AG Siemens USB =
Connectivity, rev 1.10/0.95, addr 2=0A=
Jan  7 18:18:20 backup kernel: pci0: <serial bus, SMBus> at device 31.3 =
(no driver attached)=0A=
Jan  7 18:18:20 backup kernel: pci0: <multimedia, audio> at device 31.5 =
(no driver attached)=0A=
Jan  7 18:18:20 backup kernel: sio0: <16550A-compatible COM port> port =
0x3f8-0x3ff irq 4 flags 0x10 on acpi0=0A=
Jan  7 18:18:20 backup kernel: sio0: type 16550A esp_port has com 3=0A=
Jan  7 18:18:20 backup kernel: esp_port has com 3=0A=
Jan  7 18:18:20 backup kernel: esp_port has com 3=0A=
Jan  7 18:18:20 backup kernel: =0A=
Jan  7 18:18:20 backup kernel: sio1: <16550A-compatible COM port> port =
0x2f8-0x2ff irq 3 on acpi0=0A=
Jan  7 18:18:20 backup kernel: sio1: type 16550A esp_port has com 3=0A=
Jan  7 18:18:20 backup kernel: esp_port has com 3=0A=
Jan  7 18:18:20 backup kernel: esp_port has com 3=0A=
Jan  7 18:18:20 backup kernel: =0A=
Jan  7 18:18:20 backup kernel: ppc0: <Standard parallel printer port> =
port 0xe78-0xe7b,0xa78-0xa7b,0x678-0x67b,0x278-0x27f irq 5 on acpi0=0A=
Jan  7 18:18:20 backup kernel: ppc0: Generic chipset (NIBBLE-only) in =
COMPATIBLE mode=0A=
Jan  7 18:18:20 backup kernel: ppbus0: <Parallel port bus> on ppc0=0A=
Jan  7 18:18:20 backup kernel: plip0: <PLIP network interface> on ppbus0=0A=
Jan  7 18:18:20 backup kernel: lpt0: <Printer> on ppbus0=0A=
Jan  7 18:18:20 backup kernel: lpt0: Interrupt-driven port=0A=
Jan  7 18:18:20 backup kernel: ppi0: <Parallel I/O> on ppbus0=0A=
Jan  7 18:18:20 backup kernel: atkbdc0: <Keyboard controller (i8042)> =
port 0x64,0x60 irq 1 on acpi0=0A=
Jan  7 18:18:20 backup kernel: atkbd0: <AT Keyboard> irq 1 on atkbdc0=0A=
Jan  7 18:18:20 backup kernel: kbd0 at atkbd0=0A=
Jan  7 18:18:20 backup kernel: atkbd0: [GIANT-LOCKED]=0A=
Jan  7 18:18:20 backup kernel: psm0: <PS/2 Mouse> irq 12 on atkbdc0=0A=
Jan  7 18:18:20 backup kernel: psm0: [GIANT-LOCKED]=0A=
Jan  7 18:18:20 backup kernel: psm0: model IntelliMouse, device ID 3=0A=
Jan  7 18:18:20 backup kernel: npx0: [FAST]=0A=
Jan  7 18:18:20 backup kernel: npx0: <math processor> on motherboard=0A=
Jan  7 18:18:20 backup kernel: npx0: INT 16 interface=0A=
Jan  7 18:18:20 backup kernel: orm0: <ISA Option ROM> at iomem =
0xc0000-0xc9fff on isa0=0A=
Jan  7 18:18:20 backup kernel: pmtimer0 on isa0=0A=
Jan  7 18:18:20 backup kernel: sc0: <System console> at flags 0x100 on =
isa0=0A=
Jan  7 18:18:20 backup kernel: sc0: VGA <16 virtual consoles, =
flags=3D0x300>=0A=
Jan  7 18:18:20 backup kernel: vga0: <Generic ISA VGA> at port =
0x3c0-0x3df iomem 0xa0000-0xbffff on isa0=0A=
Jan  7 18:18:20 backup kernel: Timecounter "TSC" frequency 1062730855 Hz =
quality 800=0A=
Jan  7 18:18:20 backup kernel: Timecounters tick every 10.000 msec=0A=
Jan  7 18:18:20 backup kernel: acpi_cpu: throttling enabled, 2 steps =
(100% to 50.0%), currently 100.0%=0A=
Jan  7 18:18:20 backup kernel: acd0: CDRW <HL-DT-ST GCE-8525B/1.03> at =
ata0-slave UDMA33=0A=
Jan  7 18:18:20 backup kernel: ad2: 76319MB <WDC =
WD800BB-00FRA0/77.07W77> [155061/16/63] at ata1-master UDMA66=0A=
Jan  7 18:18:20 backup kernel: Mounting root from ufs:/dev/ad2s3a=0A=
Jan  7 18:18:21 backup root: /etc/rc: WARNING: Setting entropy source to =
blocking mode.=0A=
Jan  7 18:18:25 backup kernel: Entropy device is blocking.=0A=
Jan  7 18:18:27 backup kernel: Entropy device is blocking.=0A=
Jan  7 18:18:33 backup login: ROOT LOGIN (root) ON ttyv0=0A=

------=_NextPart_000_0036_01C613CF.02323280--




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?003c01c613be$4411d090$0a05a8c0>