William Windels
Sat, 27 May 2006 13:06:28 -0700
Hello Aldo,
Thanx for your testresults:
about grml 0.7:
You had no problems with braillesupport after booting grml 0.7?
The bootparameters are still teh same:
grml "brltty=al,,text.de.tbl " or grml "brltty=al,ttyS0,text.de.tbl"?
If so, then I have to tray again...
about scriptversion 0.2.1:
It works very nice.
The fstab is created correctly on my system
exept this :ine:
/dev/cdrom /media/cdrom iso9660 noauto,ro,user,exec 0 0
I have 2: 1 writer and 1 cdrom
writer =/dev/hdd and cdrom = /dev/hdb
But, of course I can copy this line and change /dev/cdrom in wathever I
want :)
some questions , remarks:
- is it possible to add a module in the script to configure the
sound-system?
Normally, I do this by instaling alsautils and I run alsaconf.
This works for me.
- It would be nice to give a few thing in the script to install a
testing (etch) system in stead of a stable...
For example:
- url for bootstrap, kernelversion, versin of udev.
Becaus with a stable version, it's very difficult to upgrade kernel and
udev at the same time.
Becaus of , a particular version of udev needs a kernelversion > 2.6.x.
So, it's not easy to do this at the same time.
That's why I am asking for this.
This are my remakrs,
best regards,
William
On Sat, May 27, 2006 at 11:16:55AM +0200, Aldo wrote:
> Hello all,
>
> I did the same installation test but this time from grml 0.7,
> and sucessfully!
>
> I just added as extra: mutt, urlview, fetchmail, joe and lynx.
>
>
> Feedback info:
> Script started on Sat May 27 09:51:40 2006
>
> deb:~# whereis brltty
> brltty: /sbin/brltty /etc/brltty /etc/brltty.conf /lib/brltty
> /usr/share/man/ma
> n1/brltty.1.gz
>
> deb:~# dpkg -l |grep brltty
> ii brltty 3.4.1-4 Access software for a blind person using a s
>
> deb:~# lsmod
> Module Size Used by
> af_packet 20872 2
> rtc 12088 0
> emu10k1 71812 0
> sound 75308 1 emu10k1
> 8139cp 19072 0
> i810_audio 33300 0
> ac97_codec 16908 2 emu10k1,i810_audio
> hw_random 5652 0
> uhci_hcd 29328 0
> shpchp 87148 0
> pciehp 83948 0
> pci_hotplug 30640 2 shpchp,pciehp
> intel_agp 20512 0
> intel_mch_agp 10000 1
> agpgart 31784 2 intel_agp,intel_mch_agp
> emu10k1_gp 3840 0
> snd_emu10k1 80776 0
> snd_util_mem 4608 1 snd_emu10k1
> snd_hwdep 9092 1 snd_emu10k1
> 8139too 23936 0
> mii 4864 2 8139cp,8139too
> sd_mod 20480 0
> aic7xxx 176088 0
> ipv6 229892 9
> snd_intel8x0 33068 0
> snd_ac97_codec 59268 2 snd_emu10k1,snd_intel8x0
> snd_pcm 85384 2 snd_emu10k1,snd_intel8x0
> snd_timer 23300 1 snd_pcm
> snd_page_alloc 11144 3 snd_emu10k1,snd_intel8x0,snd_pcm
> gameport 4736 2 emu10k1_gp,snd_intel8x0
> snd_mpu401_uart 7296 1 snd_intel8x0
> snd_rawmidi 23204 2 snd_emu10k1,snd_mpu401_uart
> snd_seq_device 7944 2 snd_emu10k1,snd_rawmidi
> snd 50660 10
> snd_emu10k1,snd_util_mem,snd_hwdep,snd_intel8x
> 0,snd_ac97_codec,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device
> soundcore 9824 4 emu10k1,sound,i810_audio,snd
> ata_piix 7812 0
> libata 36228 1 ata_piix
> scsi_mod 115148 3 sd_mod,aic7xxx,libata
> ehci_hcd 27908 0
> usbcore 104164 4 uhci_hcd,ehci_hcd
> capability 4872 0
> commoncap 7168 1 capability
> mousedev 9996 0
> ide_cd 38176 0
> cdrom 35740 1 ide_cd
> floppy 54992 0
> evdev 9088 0
> parport_pc 33348 1
> lp 10408 0
> parport 37320 2 parport_pc,lp
> pcspkr 3816 0
> ext3 109544 2
> jbd 54552 1 ext3
> reiserfs 209872 0
> ide_generic 1664 0
> piix 12448 1
> ide_disk 16768 4
> ide_core 125028 4 ide_cd,ide_generic,piix,ide_disk
> unix 26036 6
> font 8576 0
> vesafb 6688 0
> cfbcopyarea 3840 1 vesafb
> cfbimgblt 3200 1 vesafb
> cfbfillrect 3712 1 vesafb
>
> deb:~# cat /etc/modules
> pcspkr
> lp
> floppy
> ide-cd
> ide-disk
> ide-generic
> mousedev
>
> deb:~# cat /etc/fstab
> /dev/hdb10 / ext3 defaults 0 1
> /proc /proc proc defaults 0 0
> /dev/hdb1 none swap sw 0 0
> /dev/hdb9 /home ext3 defaults 0 0
> /dev/fd0 /media/floppy auto noauto,rw,sync,user,exec 0 0
> /dev/cdrom /media/cdrom iso9660 noauto,ro,user,exec 0 0
>
> deb:~# ls -l /dev/cd*
> lrwxrwxrwx 1 root root 3 May 27 09:45 /dev/cdrom -> hdc
> lrwxrwxrwx 1 root root 3 May 27 09:45 /dev/cdrom1 -> hdd
> lrwxrwxrwx 1 root root 3 May 27 09:45 /dev/cdrw -> hdc
> lrwxrwxrwx 1 root root 3 May 27 09:45 /dev/cdrw1 -> hdd
>
> deb:~# cat /etc/network/interfaces
> auto lo
> iface lo inet loopback
>
> auto eth0
> iface eth0 inet dhcp
>
> deb:~# cat /etc/resolv.conf
> search
> nameserver 10.0.0.2
>
> deb:~# df
> Filesystem 1K-blocks Used Available Use% Mounted on
> /dev/hdb10 3383820 286548 2925380 9% /
> tmpfs 257920 4 257916 1% /dev/shm
> /dev/hdb9 19220500 131240 18112912 1% /home
> tmpfs 10240 852 9388 9% /dev
>
> deb:~# mount
> /dev/hdb10 on / type ext3 (rw)
> proc on /proc type proc (rw)
> sysfs on /sys type sysfs (rw)
> devpts on /dev/pts type devpts (rw,gid=5,mode=620)
> tmpfs on /dev/shm type tmpfs (rw)
> /dev/hdb9 on /home type ext3 (rw)
> usbfs on /proc/bus/usb type usbfs (rw)
> tmpfs on /dev type tmpfs (rw,size=10M,mode=0755)
>
> deb:~# ps ax
> PID TTY STAT TIME COMMAND
> 1 ? S 0:00 init [2]
> 2 ? SN 0:00 [ksoftirqd/0]
> 3 ? S< 0:00 [events/0]
> 4 ? S< 0:00 [khelper]
> 5 ? S< 0:00 [kacpid]
> 38 ? S< 0:00 [kblockd/0]
> 48 ? S 0:00 [pdflush]
> 49 ? S 0:00 [pdflush]
> 51 ? S< 0:00 [aio/0]
> 50 ? S 0:00 [kswapd0]
> 193 ? S 0:00 [kseriod]
> 320 ? S 0:00 [kjournald]
> 371 ? S<s 0:00 udevd
> 1014 ? Ss 0:00 /sbin/brltty -P /var/run/brltty.pid
> 1092 ? S 0:00 [kjournald]
> 1174 ? S 0:00 [khubd]
> 1245 ? S< 0:00 [ata/0]
> 1246 ? S 0:00 [scsi_eh_0]
> 1247 ? S 0:00 [scsi_eh_1]
> 1366 ? S 0:00 [scsi_eh_2]
> 1367 ? S 0:00 [ahc_dv_0]
> 1682 ? S 0:00 [pciehpd_event]
> 1702 ? S 0:00 [shpchpd_event]
> 2660 ? Ss 0:00 dhclient -e -pf /var/run/dhclient.eth0.pid -lf
> /var/
> r
> 2720 ? Ss 0:00 /sbin/syslogd
> 2723 ? Ss 0:00 /sbin/klogd
> 2755 ? Ss 0:00 /usr/sbin/exim4 -bd -q30m
> 2761 ? Ss 0:00 /usr/sbin/inetd
> 2765 ? Ss 0:00 /usr/sbin/atd
> 2768 ? Ss 0:00 /usr/sbin/cron
> 2775 tty1 Ss 0:00 -bash
> 2776 tty2 Ss+ 0:00 -bash
> 2777 tty3 Ss+ 0:00 /sbin/getty 38400 tty3
> 2778 tty4 Ss+ 0:00 /sbin/getty 38400 tty4
> 2779 tty5 Ss+ 0:00 /sbin/getty 38400 tty5
> 2780 tty6 Ss+ 0:00 /sbin/getty 38400 tty6
> 2858 tty1 S+ 0:00 script
> 2859 tty1 R+ 0:00 script
> 2860 pts/0 Rs 0:00 bash -i
> 2872 pts/0 R+ 0:00 ps ax
>
> deb:~# dpkg -l |wc -l
> 153
> (total installed packages)
>
> deb:~# dpkg -l
> Desired=Unknown/Install/Remove/Purge/Hold
> | Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
> |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err:
> uppercase=bad)
> ||/ Name Version Description
> +++-==============-==============-============================================
> ii adduser 3.63 Add and remove users and groups
> ii apt 0.5.28.6 Advanced front-end for dpkg
> ii apt-utils 0.5.28.6 APT utility programs
> ii aptitude 0.2.15.9-2 terminal-based apt frontend
> ii at 3.1.8-11 Delayed job execution and batch processing
> ii base-config 2.53.10 Debian base system configurator
> ii base-files 3.1.2 Debian base system miscellaneous files
> ii base-passwd 3.5.9 Debian base system master password and group
> ii bash 2.05b-26 The GNU Bourne Again SHell
> ii brltty 3.4.1-4 Access software for a blind person using a s
> ii bsdmainutils 6.0.17 collection of more utilities from FreeBSD
> ii bsdutils 2.12p-4sarge1 Basic utilities from 4.4BSD-Lite
> ii ca-certificate 20040809 Common CA Certificates PEM files
> ii console-common 0.7.49 Basic infrastructure for text console config
> ii console-data 2002.12.04dbs- Keymaps, fonts, charset maps, fallback table
> ii console-tools 0.2.3dbs-56 Linux console and font utilities
> ii coreutils 5.2.1-2 The GNU core utilities
> ii cpio 2.5-1.3 GNU cpio -- a program to manage archives of
> ii cramfsprogs 1.1-6 Tools for CramFs (Compressed ROM File System
> ii cron 3.0pl1-86 management of regular background processing
> ii dash 0.5.2-5 The Debian Almquist Shell
> ii debconf 1.4.30.13 Debian configuration management system
> ii debconf-i18n 1.4.30.13 full internationalization support for debcon
> ii debianutils 2.8.4 Miscellaneous utilities specific to Debian
> ii dhcp-client 2.0pl5-19.1 DHCP Client
> ii diff 2.8.1-11 File comparison utilities
> ii discover 2.0.7-2.1 hardware identification system
> ii discover-data 2.2005.02.13-1 Data lists for Discover hardware detection s
> ii dpkg 1.10.28 Package maintenance system for Debian
> ii dselect 1.10.28 a user tool to manage Debian packages
> ii e2fslibs 1.37-2sarge1 ext2 filesystem libraries
> ii e2fsprogs 1.37-2sarge1 ext2 file system utilities and libraries
> ii ed 0.2-20 The classic unix line editor
> ii exim4 4.50-8sarge2 metapackage to ease exim MTA (v4) installati
> ii exim4-base 4.50-8sarge2 support files for all exim MTA (v4) packages
> ii exim4-config 4.50-8sarge2 configuration for the exim MTA (v4)
> ii exim4-daemon-l 4.50-8sarge2 lightweight exim MTA (v4) daemon
> ii fdutils 5.4-20040228-1 Linux floppy utilities
> ii fetchmail 6.2.5-12sarge4 SSL enabled POP3, APOP, IMAP mail gatherer/f
> ii file 4.12-1 Determines file type using "magic" numbers
> ii findutils 4.1.20-6 utilities for finding files--find, xargs, an
> ii gcc-3.3-base 3.3.5-13 The GNU Compiler Collection (base package)
> ii gettext-base 0.14.4-2 GNU Internationalization utilities for the b
> ii grep 2.5.1.ds1-4 GNU grep, egrep and fgrep
> ii groff-base 1.18.1.1-7 GNU troff text-formatting system (base syste
> ii grub 0.95+cvs200406 GRand Unified Bootloader
> ii gzip 1.3.5-10sarge1 The GNU compression utility
> ii hostname 2.13 A utility to set/show the host name or domai
> ii hotplug 0.0.20040329-2 Linux Hotplug Scripts
> ii ifupdown 0.6.7 high level tools to configure network interf
> ii info 4.7-2.2 Standalone GNU Info documentation browser
> ii initrd-tools 0.1.81.1 tools to create initrd image for prepackaged
> ii initscripts 2.86.ds1-1 Standard scripts needed for booting and shut
> ii ipchains 1.3.10-15 Network firewalling for Linux 2.2.x
> ii iptables 1.2.11-10 Linux kernel 2.4+ iptables administration to
> ii iputils-ping 20020927-2 Tools to test the reachability of network ho
> ii joe 3.1-0.2 user friendly full screen text editor
> ii kernel-image-2 2.6.8-16sarge1 Linux kernel image for version 2.6.8 on 386.
> ii klogd 1.4.1-17 Kernel Logging Daemon
> ii libacl1 2.2.23-1 Access control list shared library
> ii libattr1 2.4.16-1 Extended attribute shared library
> ii libblkid1 1.37-2sarge1 block device id library
> ii libbz2-1.0 1.0.2-7 high-quality block-sorting file compressor l
> ii libc6 2.3.2.ds1-22sa GNU C Library: Shared libraries and Timezone
> ii libcap1 1.10-14 support for getting/setting POSIX.1e capabil
> ii libcomerr2 1.37-2sarge1 common error description library
> ii libconsole 0.2.3dbs-56 Shared libraries for Linux console and font
> ii libdb1-compat 2.1.3-7 The Berkeley database routines [glibc 2.0/2.
> ii libdb3 3.2.9-22 Berkeley v3 Database Libraries [runtime]
> ii libdb4.2 4.2.52-18 Berkeley v4.2 Database Libraries [runtime]
> ii libdiscover2 2.0.7-2.1 hardware identification library
> ii libexpat1 1.95.8-3 XML parsing C library - runtime library
> ii libgcc1 3.4.3-13 GCC support library
> ii libgcrypt11 1.2.0-11.1 LGPL Crypto library - runtime library
> ii libgdbm3 1.8.3-2 GNU dbm database routines (runtime version)
> ii libgnutls11 1.0.16-13.2 GNU TLS library - runtime library
> ii libgpg-error0 1.0-1 library for common error values and messages
> ii liblocale-gett 1.01-17 Using libc functions for internationalizatio
> ii liblockfile1 1.06 NFS-safe locking library, includes dotlockfi
> ii liblzo1 1.08-1.2 A real-time data compression library
> ii libmagic1 4.12-1 File type determination library using "magic
> ii libncurses5 5.4-4 Shared libraries for terminal handling
> ii libncursesw5 5.4-4 Shared libraries for terminal handling (wide
> ii libnewt0.51 0.51.6-20 Not Erik's Windowing Toolkit - text mode win
> ii libopencdk8 0.5.5-10 Open Crypto Development Kit (OpenCDK) (runti
> ii libpam-modules 0.76-22 Pluggable Authentication Modules for PAM
> ii libpam-runtime 0.76-22 Runtime support for the PAM library
> ii libpam0g 0.76-22 Pluggable Authentication Modules library
> ii libpcap0.7 0.7.2-7 System interface for user-level packet captu
> ii libpcre3 4.5-1.2sarge1 Perl 5 Compatible Regular Expression Library
> ii libpopt0 1.7-5 lib for parsing cmdline parameters
> ii libsigc++-1.2- 1.2.5-4 type-safe Signal Framework for C++ - runtime
> ii libss2 1.37-2sarge1 command-line interface parsing library
> ii libssl0.9.7 0.9.7e-3sarge1 SSL shared libraries
> ii libstdc++5 3.3.5-13 The GNU Standard C++ Library v3
> ii libtasn1-2 0.2.10-3sarge1 Manage ASN.1 structures (runtime)
> ii libtext-charwi 0.04-1 get display widths of characters on the term
> ii libtext-iconv- 1.2-3 Convert between character sets in Perl
> ii libtext-wrapi1 0.06-1 internationalized substitute of Text::Wrap
> ii libtextwrap1 0.1-1 text-wrapping library with i18n - runtime
> ii libusb-0.1-4 0.1.10a-9.sarg userspace USB programming library
> ii libuuid1 1.37-2sarge1 universally unique id library
> ii libwrap0 7.6.dbs-8 Wietse Venema's TCP wrappers library
> ii locales 2.3.2.ds1-22sa GNU C Library: National Language (locale) da
> ii login 4.0.3-31sarge5 system login tools
> ii logrotate 3.7-5 Log rotation utility
> ii lynx 2.8.5-2sarge2 Text-mode WWW Browser
> ii mailx 8.1.2-0.200405 A simple mail user agent
> ii makedev 2.3.1-77 creates device files in /dev
> ii man-db 2.4.2-21 The on-line manual pager
> ii manpages 1.70-1 Manual pages about using a GNU/Linux system
> ii mawk 1.3.3-11 a pattern scanning and text processing langu
> ii mime-support 3.28-1 MIME files 'mime.types' & 'mailcap', and sup
> ii module-init-to 3.2-pre1-2 tools for managing Linux kernel modules
> ii modutils 2.4.26-1.2 Linux module utilities
> ii mount 2.12p-4sarge1 Tools for mounting and manipulating filesyst
> ii nano 1.2.4-5 free Pico clone with some new features
> ii ncurses-base 5.4-4 Descriptions of common terminal types
> ii ncurses-bin 5.4-4 Terminal-related programs and man pages
> ii net-tools 1.60-10 The NET-3 networking toolkit
> ii netbase 4.21 Basic TCP/IP networking system
> ii netkit-inetd 0.10-10 The Internet Superserver
> ii nvi 1.79-22 4.4BSD re-implementation of vi
> ii openssl 0.9.7e-3sarge1 Secure Socket Layer (SSL) binary and related
> ii passwd 4.0.3-31sarge5 change and administer password and group dat
> ii pciutils 2.1.11-15 Linux PCI Utilities
> ii perl-base 5.8.4-8sarge4 The Pathologically Eclectic Rubbish Lister
> ii ppp 2.4.3-20050321 Point-to-Point Protocol (PPP) daemon
> ii pppconfig 2.3.11 A text menu based utility for configuring pp
> ii pppoe 3.5-4 PPP over Ethernet driver
> ii pppoeconf 1.7 configures PPPoE/ADSL connections
> ii procps 3.2.1-2 The /proc file system utilities
> ii psmisc 21.5-1 Utilities that use the proc filesystem
> ii sed 4.1.2-8 The GNU sed stream editor
> ii slang1a-utf8 1.4.9dbs-8 The S-Lang programming library with utf8 sup
> ii sysklogd 1.4.1-17 System Logging Daemon
> ii sysv-rc 2.86.ds1-1 Standard boot mechanism using symlinks in /e
> ii sysvinit 2.86.ds1-1 System-V like init
> ii tar 1.14-2.2 GNU tar
> ii tasksel 2.24 Tool for selecting tasks for installation on
> ii tcpd 7.6.dbs-8 Wietse Venema's TCP wrapper utilities
> ii telnet 0.17-29 The telnet client
> ii udev 0.056-3 /dev/ management daemon
> ii usbutils 0.70-8 USB console utilities
> ii util-linux 2.12p-4sarge1 Miscellaneous system utilities
> ii wget 1.9.1-12 retrieves files from the web
> ii whiptail 0.51.6-20 Displays user-friendly dialog boxes from she
> ii zlib1g 1.2.2-4.sarge. compression library - runtime
>
> deb:~# dmesg
> [0x1])
> ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
> IOAPIC[0]: Assigned apic_id 2
> IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
> ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
> ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
> ACPI: IRQ0 used by override.
> ACPI: IRQ2 used by override.
> ACPI: IRQ9 used by override.
> Enabling APIC mode: Flat. Using 1 I/O APICs
> Using ACPI (MADT) for SMP configuration information
> Built 1 zonelists
> Kernel command line: root=/dev/hdb10 ro
> Initializing CPU#0
> PID hash table entries: 2048 (order 11: 16384 bytes)
> Detected 2793.374 MHz processor.
> Using pmtmr for high-res timesource
> Console: colour VGA+ 80x25
> Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
> Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
> Memory: 511036k/523452k available (1337k kernel code, 11640k reserved, 732k
> dat
> a, 204k init, 0k highmem)
> Checking if this processor honours the WP bit even in supervisor mode... Ok.
> Calibrating delay loop... 5537.79 BogoMIPS
> Security Scaffold v1.0.0 initialized
> Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
> CPU: After generic identify, caps: bfebfbff 00000000 00000000 00000000
> CPU: After vendor identify, caps: bfebfbff 00000000 00000000 00000000
> CPU: Trace cache: 12K uops, L1 D cache: 8K
> CPU: L2 cache: 512K
> CPU: After all inits, caps: bfebfbff 00000000 00000000 00000080
> CPU: Intel(R) Pentium(R) 4 CPU 2.80GHz stepping 09
> Enabling fast FPU save and restore... done.
> Enabling unmasked SIMD FPU exception support... done.
> Checking 'hlt' instruction... OK.
> Checking for popad bug... OK.
> enabled ExtINT on CPU#0
> ESR value before enabling vector: 00000000
> ESR value after enabling vector: 00000000
> ENABLING IO-APIC IRQs
> init IO_APIC IRQs
> IO-APIC (apicid-pin) 2-0, 2-16, 2-17, 2-18, 2-19, 2-20, 2-21, 2-22, 2-23 not
> c
> onnected.
> ..TIMER: vector=0x31 pin1=2 pin2=-1
> Using local APIC timer interrupts.
> calibrating APIC timer ...
> ..... CPU clock speed is 2792.0881 MHz.
> ..... host bus clock speed is 199.0491 MHz.
> checking if image is initramfs...it isn't (ungzip failed); looks like an
> initrd
> Freeing initrd memory: 4216k freed
> NET: Registered protocol family 16
> EISA bus registered
> PCI: PCI BIOS revision 2.10 entry at 0xf0031, last bus=2
> PCI: Using configuration type 1
> mtrr: v2.0 (20020519)
> ACPI: Subsystem revision 20040326
> ACPI: Interpreter enabled
> ACPI: Using IOAPIC for interrupt routing
> ACPI: PCI Root Bridge [PCI0] (00:00)
> PCI: Probing PCI hardware (bus 00)
> PCI: Ignoring BAR0-3 of IDE controller 0000:00:1f.1
> PCI: Transparent bridge - 0000:00:1e.0
> ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
> ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
> ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P3._PRT]
> ACPI: Power Resource [URP1] (off)
> ACPI: Power Resource [FDDP] (off)
> ACPI: Power Resource [LPTP] (off)
> ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
> ACPI: PCI Interrupt Link [LNKB] (IRQs *3 4 5 6 7 9 10 11 12 14 15)
> ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 *10 11 12 14 15)
> ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 7 9 10 11 12 14 15)
> ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0,
> disabled.
> ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
> ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
> ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 *9 10 11 12 14 15)
> Linux Plug and Play Support v0.97 (c) Adam Belay
> PnPBIOS: Scanning system for PnP BIOS support...
> PnPBIOS: Found PnP BIOS installation structure at 0xc00f3e70
> PnPBIOS: PnP BIOS version 1.0, entry 0xf0000:0x449a, dseg 0xf0000
> PNPBIOS fault.. attempting recovery.
> PnPBIOS: Warning! Your PnP BIOS caused a fatal error. Attempting to continue
> PnPBIOS: You may need to reboot with the "nobiospnp" option to operate stably
> PnPBIOS: Check with your vendor for an updated BIOS
> PnPBIOS: get_dev_node: unexpected status 0x28
> PnPBIOS: 11 nodes reported by PnP BIOS; 11 recorded by driver
> PCI: Using ACPI for IRQ routing
> ACPI: PCI interrupt 0000:00:1d.0[A] -> GSI 16 (level, low) -> IRQ 169
> ACPI: PCI interrupt 0000:00:1d.1[B] -> GSI 19 (level, low) -> IRQ 177
> ACPI: PCI interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 185
> ACPI: PCI interrupt 0000:00:1d.3[A] -> GSI 16 (level, low) -> IRQ 169
> ACPI: PCI interrupt 0000:00:1d.7[D] -> GSI 23 (level, low) -> IRQ 193
> ACPI: PCI interrupt 0000:00:1f.1[A] -> GSI 18 (level, low) -> IRQ 185
> ACPI: PCI interrupt 0000:00:1f.2[A] -> GSI 18 (level, low) -> IRQ 185
> ACPI: PCI interrupt 0000:00:1f.3[B] -> GSI 17 (level, low) -> IRQ 201
> ACPI: PCI interrupt 0000:00:1f.5[B] -> GSI 17 (level, low) -> IRQ 201
> ACPI: PCI interrupt 0000:01:00.0[A] -> GSI 16 (level, low) -> IRQ 169
> ACPI: PCI interrupt 0000:02:00.0[A] -> GSI 21 (level, low) -> IRQ 209
> ACPI: PCI interrupt 0000:02:01.0[A] -> GSI 22 (level, low) -> IRQ 217
> ACPI: PCI interrupt 0000:02:02.0[A] -> GSI 17 (level, low) -> IRQ 201
> number of MP IRQ sources: 15.
> number of IO-APIC #2 registers: 24.
> testing the IO APIC.......................
> IO APIC #2......
> .... register #00: 02000000
> ....... : physical APIC id: 02
> ....... : Delivery Type: 0
> ....... : LTS : 0
> .... register #01: 00178020
> ....... : max redirection entries: 0017
> ....... : PRQ implemented: 1
> ....... : IO APIC version: 0020
> .... IRQ redirection table:
> NR Log Phy Mask Trig IRR Pol Stat Dest Deli Vect:
> 00 000 00 1 0 0 0 0 0 0 00
> 01 001 01 0 0 0 0 0 1 1 39
> 02 001 01 0 0 0 0 0 1 1 31
> 03 001 01 0 0 0 0 0 1 1 41
> 04 001 01 0 0 0 0 0 1 1 49
> 05 001 01 0 0 0 0 0 1 1 51
> 06 001 01 0 0 0 0 0 1 1 59
> 07 001 01 0 0 0 0 0 1 1 61
> 08 001 01 0 0 0 0 0 1 1 69
> 09 001 01 0 1 0 0 0 1 1 71
> 0a 001 01 0 0 0 0 0 1 1 79
> 0b 001 01 0 0 0 0 0 1 1 81
> 0c 001 01 0 0 0 0 0 1 1 89
> 0d 001 01 0 0 0 0 0 1 1 91
> 0e 001 01 0 0 0 0 0 1 1 99
> 0f 001 01 0 0 0 0 0 1 1 A1
> 10 001 01 1 1 0 1 0 1 1 A9
> 11 001 01 1 1 0 1 0 1 1 C9
> 12 001 01 1 1 0 1 0 1 1 B9
> 13 001 01 1 1 0 1 0 1 1 B1
> 14 000 00 1 0 0 0 0 0 0 00
> 15 001 01 1 1 0 1 0 1 1 D1
> 16 001 01 1 1 0 1 0 1 1 D9
> 17 001 01 1 1 0 1 0 1 1 C1
> Using vector-based indexing
> IRQ to pin mappings:
> IRQ0 -> 0:2
> IRQ1 -> 0:1
> IRQ3 -> 0:3
> IRQ4 -> 0:4
> IRQ5 -> 0:5
> IRQ6 -> 0:6
> IRQ7 -> 0:7
> IRQ8 -> 0:8
> IRQ9 -> 0:9
> IRQ10 -> 0:10
> IRQ11 -> 0:11
> IRQ12 -> 0:12
> IRQ13 -> 0:13
> IRQ14 -> 0:14
> IRQ15 -> 0:15
> IRQ169 -> 0:16
> IRQ201 -> 0:17
> IRQ185 -> 0:18
> IRQ177 -> 0:19
> IRQ209 -> 0:21
> IRQ217 -> 0:22
> IRQ193 -> 0:23
> .................................... done.
> VFS: Disk quotas dquot_6.5.1
> Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
> devfs: 2004-01-31 Richard Gooch ([EMAIL PROTECTED])
> devfs: boot_options: 0x0
> Initializing Cryptographic API
> isapnp: Scanning for PnP cards...
> isapnp: No Plug & Play device found
> Serial: 8250/16550 driver $Revision: 1.90 $ 54 ports, IRQ sharing enabled
> ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
> RAMDISK driver initialized: 16 RAM disks of 8192K size 1024 blocksize
> serio: i8042 AUX port at 0x60,0x64 irq 12
> serio: i8042 KBD port at 0x60,0x64 irq 1
> input: AT Translated Set 2 keyboard on isa0060/serio0
> EISA: Probing bus 0 at eisa0
> EISA: Detected 0 cards.
> NET: Registered protocol family 2
> IP: routing cache hash table of 4096 buckets, 32Kbytes
> TCP: Hash tables configured (established 32768 bind 65536)
> NET: Registered protocol family 8
> NET: Registered protocol family 20
> ACPI: (supports S0 S1 S4 S5)
> RAMDISK: cramfs filesystem found at block 0
> RAMDISK: Loading 4216 blocks [1 disk] into ram disk...
> |/-\|/-\|/-\|/-\|/-\|/-\
> |/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-
> \|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/
> -\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|
> /-\done.
> VFS: Mounted root (cramfs filesystem) readonly.
> Freeing unused kernel memory: 204k freed
> vesafb: probe of vesafb0 failed with error -6
> NET: Registered protocol family 1
> Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
> ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
> ICH5: IDE controller at PCI slot 0000:00:1f.1
> PCI: Enabling device 0000:00:1f.1 (0005 -> 0007)
> ACPI: PCI interrupt 0000:00:1f.1[A] -> GSI 18 (level, low) -> IRQ 185
> ICH5: chipset revision 2
> ICH5: not 100% native mode: will probe irqs later
> ide0: BM-DMA at 0xffa0-0xffa7, BIOS settings: hda:DMA, hdb:DMA
> ide1: BM-DMA at 0xffa8-0xffaf, BIOS settings: hdc:DMA, hdd:DMA
> hda: IBM-DHEA-36480, ATA DISK drive
> hdb: WDC WD1200JB-00EVA0, ATA DISK drive
> Using anticipatory io scheduler
> ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
> hda: max request size: 128KiB
> hda: 12692736 sectors (6498 MB) w/476KiB Cache, CHS=12592/16/63, UDMA(33)
> /dev/ide/host0/bus0/target0/lun0: p1 p2 < p5 p6 p7 p8 p9 >
> hdb: max request size: 1024KiB
> hdb: 234441648 sectors (120034 MB) w/8192KiB Cache, CHS=16383/255/63,
> UDMA(100)
> /dev/ide/host0/bus0/target1/lun0: p1 p2 p3 p4 < p5 p6 p7 p8 p9 p10 >
> hdc: PLEXTOR CD-R PX-W4012A, ATAPI CD/DVD-ROM drive
> hdd: PIONEER DVD-RW DVR-107D, ATAPI CD/DVD-ROM drive
> ide1 at 0x170-0x177,0x376 on irq 15
> ReiserFS: hdb10: warning: sh-2021: reiserfs_fill_super: can not find reiserfs
> o
> n hdb10
> EXT3-fs: INFO: recovery required on readonly filesystem.
> EXT3-fs: write access will be enabled during recovery.
> kjournald starting. Commit interval 5 seconds
> EXT3-fs: recovery complete.
> EXT3-fs: mounted filesystem with ordered data mode.
> Adding 506008k swap on /dev/hdb1. Priority:-1 extents:1
> EXT3 FS on hdb10, internal journal
> input: PC Speaker
> parport0: PC-style at 0x378 [PCSPP,TRISTATE]
> lp0: using parport0 (polling).
> inserting floppy driver for 2.6.8-2-386
> Floppy drive(s): fd0 is 1.44M
> FDC 0 is a National Semiconductor PC87306
> hdc: ATAPI 40X CD-ROM CD-R/RW drive, 4096kB Cache, DMA
> Uniform CD-ROM driver Revision: 3.20
> hdd: ATAPI 40X DVD-ROM DVD-R CD-R/RW drive, 2000kB Cache, UDMA(33)
> mice: PS/2 mouse device common for all mice
> Capability LSM initialized
> kjournald starting. Commit interval 5 seconds
> EXT3 FS on hdb9, internal journal
> EXT3-fs: recovery complete.
> EXT3-fs: mounted filesystem with ordered data mode.
> usbcore: registered new driver usbfs
> usbcore: registered new driver hub
> ACPI: PCI interrupt 0000:00:1d.7[D] -> GSI 23 (level, low) -> IRQ 193
> ehci_hcd 0000:00:1d.7: Intel Corp. 82801EB/ER (ICH5/ICH5R) USB2 EHCI
> Controller
> PCI: Setting latency timer of device 0000:00:1d.7 to 64
> ehci_hcd 0000:00:1d.7: irq 193, pci mem e082ac00
> ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
> PCI: cache line size of 128 is not supported by device 0000:00:1d.7
> ehci_hcd 0000:00:1d.7: USB 2.0 enabled, EHCI 1.00, driver 2004-May-10
> hub 1-0:1.0: USB hub found
> hub 1-0:1.0: 8 ports detected
> SCSI subsystem initialized
> libata version 1.02 loaded.
> ata_piix version 1.02
> ACPI: PCI interrupt 0000:00:1f.2[A] -> GSI 18 (level, low) -> IRQ 185
> PCI: Setting latency timer of device 0000:00:1f.2 to 64
> ata1: SATA max UDMA/133 cmd 0xEC00 ctl 0xE802 bmdma 0xDC00 irq 185
> ata2: SATA max UDMA/133 cmd 0xE400 ctl 0xE002 bmdma 0xDC08 irq 185
> ata1: SATA port has no device.
> scsi0 : ata_piix
> ata2: SATA port has no device.
> scsi1 : ata_piix
> ACPI: PCI interrupt 0000:00:1f.5[B] -> GSI 17 (level, low) -> IRQ 201
> PCI: Setting latency timer of device 0000:00:1f.5 to 64
> intel8x0_measure_ac97_clock: measured 49575 usecs
> intel8x0: clocking to 48000
> NET: Registered protocol family 10
> IPv6 over IPv4 tunneling driver
> ACPI: PCI interrupt 0000:02:00.0[A] -> GSI 21 (level, low) -> IRQ 209
> scsi2 : Adaptec AIC7XXX EISA/VLB/PCI SCSI HBA DRIVER, Rev 6.2.36
> <Adaptec 2940 Ultra SCSI adapter>
> aic7880: Ultra Wide Channel A, SCSI Id=7, 16/253 SCBs
>
> (scsi2:A:5:0): refuses WIDE negotiation. Using 8bit transfers
> (scsi2:A:5:0): refuses synchronous negotiation. Using asynchronous transfers
> Vendor: IOMEGA Model: ZIP 100 Rev: N*32
> Type: Direct-Access ANSI SCSI revision: 02
> Attached scsi removable disk sda at scsi2, channel 0, id 5, lun 0
> 8139too Fast Ethernet driver 0.9.27
> ACPI: PCI interrupt 0000:02:01.0[A] -> GSI 22 (level, low) -> IRQ 217
> eth0: RealTek RTL8139 at 0xb400, 00:48:54:6f:f1:ec, IRQ 217
> eth0: Identified 8139 chip type 'RTL-8139B'
> ACPI: PCI interrupt 0000:02:02.0[A] -> GSI 17 (level, low) -> IRQ 201
> gameport: pci0000:02:02.1 speed 1125 kHz
> Linux agpgart interface v0.100 (c) Dave Jones
> agpgart: Detected an Intel 865 Chipset.
> agpgart: Maximum main memory to use for agp memory: 439M
> agpgart: AGP aperture is 64M @ 0xf8000000
> cpci_hotplug: CompactPCI Hot Plug Core version: 0.2
> pci_hotplug: PCI Hot Plug PCI Core version: 0.5
> pciehp: PCI Express Hot Plug Controller Driver version: 0.4
> shpchp: shpc_init : shpc_cap_offset == 0
> shpchp: shpc_init : shpc_cap_offset == 0
> shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
> USB Universal Host Controller Interface driver v2.2
> ACPI: PCI interrupt 0000:00:1d.0[A] -> GSI 16 (level, low) -> IRQ 169
> uhci_hcd 0000:00:1d.0: Intel Corp. 82801EB/ER (ICH5/ICH5R) USB UHCI #1
> PCI: Setting latency timer of device 0000:00:1d.0 to 64
> uhci_hcd 0000:00:1d.0: irq 169, io base 0000cc00
> uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
> hub 2-0:1.0: USB hub found
> hub 2-0:1.0: 2 ports detected
> ACPI: PCI interrupt 0000:00:1d.1[B] -> GSI 19 (level, low) -> IRQ 177
> uhci_hcd 0000:00:1d.1: Intel Corp. 82801EB/ER (ICH5/ICH5R) USB UHCI #2
> PCI: Setting latency timer of device 0000:00:1d.1 to 64
> uhci_hcd 0000:00:1d.1: irq 177, io base 0000d000
> uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
> hub 3-0:1.0: USB hub found
> hub 3-0:1.0: 2 ports detected
> ACPI: PCI interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 185
> uhci_hcd 0000:00:1d.2: Intel Corp. 82801EB/ER (ICH5/ICH5R) USB UHCI #3
> PCI: Setting latency timer of device 0000:00:1d.2 to 64
> uhci_hcd 0000:00:1d.2: irq 185, io base 0000d400
> uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
> hub 4-0:1.0: USB hub found
> hub 4-0:1.0: 2 ports detected
> ACPI: PCI interrupt 0000:00:1d.3[A] -> GSI 16 (level, low) -> IRQ 169
> uhci_hcd 0000:00:1d.3: Intel Corp. 82801EB/ER (ICH5/ICH5R) USB UHCI #4
> PCI: Setting latency timer of device 0000:00:1d.3 to 64
> uhci_hcd 0000:00:1d.3: irq 169, io base 0000d800
> uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
> hub 5-0:1.0: USB hub found
> hub 5-0:1.0: 2 ports detected
> hw_random hardware driver 1.0.0 loaded
> Intel 810 + AC97 Audio, version 1.01, 13:08:13 Aug 16 2005
> 8139cp: 10/100 PCI Ethernet driver v1.2 (Mar 22, 2004)
> Creative EMU10K1 PCI Audio Driver, version 0.20a, 13:08:42 Aug 16 2005
> Real Time Clock Driver v1.12
> Disabled Privacy Extensions on device c02cc960(lo)
> eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
> NET: Registered protocol family 17
> eth0: no IPv6 routers present
>
> deb:~# cat /etc/environment
> cat: /etc/environment: No such file or directory
>
> deb:~# cat /etc/locale.gen
> # This file lists locales that you wish to have built. You can find a list
> # of valid supported locales at /usr/share/i18n/SUPPORTED. Other
> # combinations are possible, but may not be well tested. If you change
> # this file, you need to rerun locale-gen.
> #
>
> en_US ISO-8859-1
> fr_BE ISO-8859-1
> nl_BE ISO-8859-1
>
> deb:~# set
> BASH=/bin/bash
> BASH_VERSINFO=([0]="2" [1]="05b" [2]="0" [3]="1" [4]="release"
> [5]="i386-pc-lin
> ux-gnu")
> BASH_VERSION='2.05b.0(1)-release'
> COLUMNS=80
> DIRSTACK=()
> EUID=0
> GROUPS=()
> HISTFILE=/root/.bash_history
> HISTFILESIZE=500
> HISTSIZE=500
> HOME=/root
> HOSTNAME=deb
> HOSTTYPE=i386
> HUSHLOGIN=FALSE
> HZ=100
> IFS=$' \t\n'
> LINES=25
> LOGNAME=root
> MACHTYPE=i386-pc-linux-gnu
> MAIL=/var/mail/root
> MAILCHECK=60
> OPTERR=1
> OPTIND=1
> OSTYPE=linux-gnu
> PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11
> PIPESTATUS=([0]="0")
> PPID=2859
> PS1='\h:\w\$ '
> PS2='> '
> PS4='+ '
> PWD=/root
> SHELL=/bin/bash
> SHELLOPTS=braceexpand:emacs:hashall:histexpand:history:interactive-comments:mon
> itor
> SHLVL=2
> TERM=linux
> UID=0
> USER=root
> _=/etc/locale.gen
>
> Script done on Sat May 27 09:57:13 2006
>
>
> Aldo.
>
>
>
> _______________________________________________
> BlinDIA Project Mailing List
> BlinDIA@lists.ael.be
> http://lists.ael.be/mailman/listinfo/blindia
> Archive :
> http://lists.ael.be/pipermail/blindia or
> http://www.mail-archive.com/blindia%40lists.ael.be
> Home Page : http://brlspeak.net/blindia.php
---end quoted text---
_______________________________________________
BlinDIA Project Mailing List
BlinDIA@lists.ael.be
http://lists.ael.be/mailman/listinfo/blindia
Archive :
http://lists.ael.be/pipermail/blindia or
http://www.mail-archive.com/blindia%40lists.ael.be
Home Page : http://brlspeak.net/blindia.php