Bug#694582: installation report Beta-4
On Wed 28 Nov 2012 at 01:40:26 +0100, Herbert Kaminski wrote: Hello Herbert, > Package: installation-reports > > Boot method: netinstall, dd'ed to USB stick, text mode > > Image version: > http://cdimage.debian.org/cdimage/wheezy_di_beta4/i386/iso-cd/debian-wheezy-DI-b4-i386-netinst.iso > > Date: 25-NOV-2012 20:00 GMT [Snip] > This time, I tried to install through WLAN, which requires iwlwifi-3945 > firmware. I tried to provide it in a second partition of the USB stick > used for the installation, or on a second USB stick, but the installer > did not find it. Only after I manually mounted the stick,the firmware > was found and loaded, and the rest of the installation, like the WLAN > configuration and the XFCE desktop, went like a charm. Great! This could be related to bug #694082. 1. Before or just after configuring the keyboard get a terminal with ALT F2. 2. Then nano /bin/mountmedia/ 3. Find PARTITION_TYPE="$(blkid -p -s PART_ENTRY_TYPE $1 | cut -d ' ' -f 2 | cut -d \" -f 2)" if [ "$PARTITION_TYPE" != "0x5" ] && [ "$PARTITION_TYPE" != "0xf" ]; then mount $1 -tauto $MNT || true umount $MNT || true mount $1 -tauto $MNT media_mounted && checkcontents $MNT fi and reduce it to mount $1 -tauto $MNT || true umount $MNT || true mount $1 -tauto $MNT media_mounted && checkcontents $MNT 4. Save and continue with the installation. How does the detection of firmware turn out now? > Googling for "debian installation firmware" turned up lots of pages > with mostly contradicting information how to provide the firmware, so > I tied archives: deb, tar, and zip, and the unpacked firmware files > iwlwifi-3945-1.ucode and iwlwifi-3945-2.ucode, on a vfat or ext2 file > system, in the root directory of the stick or in a subdirectory > named "firmware". In the log, there were warnings about utf-8 not being > an appropriate mount option for vfat, when the installer tried to mount > various partitions (sdb1, sdb2) and the device sdb itself, but did not > find the firmware. A vfat partition is ideal. ext2 is possible but it involves fiddling so I'd avoid it. Loose firmware files or .debs in the root directory is the way to go. I'd ignore the warning; please see bug #483781. -- To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20121128124349.GA14448@desktop
Bug#693674: Wheezy DI-b3 amd64 GRUB overlooks Win7
On Tue 27 Nov 2012 at 22:27:36 -0500, Lou Poppler wrote: > On Thu, 22 Nov 2012, Brian Potkin wrote: > > >On Thu 22 Nov 2012 at 01:37:02 -0500, Lou Poppler wrote: > > > >>I see that the beta-4 version is available today. I'll grab that, and try > >>it out to see if it will work automatically. > > > >It works for me. > > It worked for me too. The installation completed, and GRUB installed OK, > dual-booting works. Good. > I grabbed the installer logfiles from the unsuccessful beta-3 install, > and from today's successful beta-4 install. If anyone wants any part of > them, I can supply it. > > I have another issue with the new install, display problems, but I assume > you might want me to start a new bug number for this ? There has been mention in recent weeks of some display problems(#605076 and #690586 are two such reports), not all necessarily related to each other. Your issue may be unconnected with them too. I'd suggest a search of the List archive and a new bug report if necessary. -- To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20121128135712.GA15034@desktop
Bug#694575: installation-reports: Fails to find SATA drives regardless of the FakeRAID card settings
On Tue, 2012-11-27 at 17:39 -0600, Gunnar Wolf wrote: [...] > Comments/Problems: > > This server includes the Intel FakeRAID «Embedded Server RAID > Technology II». This release of d-i is unable to find the hard drives, > be the SoftRAID either enabled or disabled (either on the enhanced, > compatibility or AHCI modes). > > To be able to install the system, I did a Debian 6.0.6 install , which > worked without a hiccup (so we have a regression here!) and uploaded > to Wheezy. It displayed no problems; hard drives were recognized > correctly even having the default Wheezy kernel. This appears to be the same as bug #690886. Ben. -- Ben Hutchings Never attribute to conspiracy what can adequately be explained by stupidity. signature.asc Description: This is a digitally signed message part
Re: Bug#693922: dpkg: amd64 dpkg refuses to install i386 package when dependencies are installed
Control: severity -1 whishlist Control: clone -1 -2 Control: reassign -1 xserver-common Control: retitle -1 xserver-common: Please mark as M-A:foreign Control: reassign -2 keyboard-configuration Control: retitle -2 keyboard-configuration: Please mark as M-A:foreign Hi! [ Beware, I've not checked if other binary packages from the producing source package might need marking too. ] On Wed, 2012-11-21 at 23:26:14 +, Noel David Torres Taño wrote: > On Miércoles, 21 de noviembre de 2012 20:01:17 Guillem Jover wrote: > > On Wed, 2012-11-21 at 19:40:38 +, Noel David Torres Taño wrote: > > > Package: dpkg > > > Version: 1.16.9 > > > Severity: important > > > > > > *** Please consider answering these questions, where appropriate *** > > > > > >* What led up to the situation? > > > > > > amd64 system trying to install an i386 package required for multiarch > > > setup of Wine > > > > > >* What exactly did you do (or not do) that was effective (or > > > > > > ineffective)? > > > > > > dpkg -i > > > > > >* What was the outcome of this action? > > > > > > error > > > > > >* What outcome did you expect instead? > > > > > > install > > > > > > *** End of the template - remove these lines *** > > > > > > root@host:~# LANG=C dpkg -l xserver-common keyboard-configuration > > > Desired=Unknown/Install/Remove/Purge/Hold > > > > > > | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig > > > | -pend > > > | > > > |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) > > > | > > > ||/ Name Version Architecture > > > ||Description > > > > > > +++-=-=-=-=== > > > = ii > > > keyboard-configuration1.87 all > > > system-wide keyboard preferences ii xserver-common > > > 2:1.12.4-3all common files used by various X > > > servers root@host:~# LANG=C dpkg -i > > > xserver-xorg-core_2%3a1.12.4-3_i386.deb (Reading database ... 318831 > > > files and directories currently installed.) Preparing to replace > > > xserver-xorg-core 2:1.12.4-3 (using > > > xserver-xorg-core_2%3a1.12.4-3_i386.deb) ... Unpacking replacement > > > xserver-xorg-core ... > > > > > > dpkg: dependency problems prevent configuration of xserver-xorg-core: > > > xserver-xorg-core depends on xserver-common (>= 2:1.12.4-3). > > > xserver-xorg-core depends on keyboard-configuration. > > > > > > dpkg: error processing xserver-xorg-core (--install): > > > dependency problems - leaving unconfigured > > > > > > Processing triggers for libglx-nvidia-alternatives ... > > > Processing triggers for man-db ... > > > > > > Errors were encountered while processing: > > > xserver-xorg-core > > > > > > You can see that dependencies are installed, but dpkg refuses to > > > install xserver-xorg-core > > > > That's as expected as per the current spec, arch:all packages are > > treated as arch:native, so the dependencies are not fulfilled. For now > > (at least) those packages would need to be marked M-A:foreign to be > > able to install a foreign xserver-xorg-core, so not a bug in dpkg. > > > > What I don't really understand is why you need to install > > xserver-xorg-core:i386 to be able to install wine:i386? > > Many thanks. This seems to be a bug in the multiarch documentation instead. What exact documentation? Most of it is mainly on wikis currently, but I think this should be covered. > How can I (or where can I read how to) mark as foreign as you suggest? That's something that needs to be done on the source package, so it needs to go through the maintainer. I've reassigned this bug to those packages now. > Please note that I need the :all package to fulfill dependencias both for > xserver-xorg-core:i386 and for xserver-xorg-core:amd64 Well these are not co-installable, but the marking is needed anyway in case one wants the foreign X server. > About wine... I have wine:i386 corerctly installed, but it does not run > the games properly without libgl1-nvidia-glx:i386 whose dependencies > chain to this. I still don't see why using foreign wine with a foreign libgl1-nvidia-glx would require to install a foreign X server too, AFAIR I've used such setup but w/ a foreign -mesa-glx and mesa-dri package. OTOH wanting to use a foreign X server does not invalidate these bug reports, so I guess this does not matter much. Thanks, Guillem -- To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20121128165227.gb18...@gaara.hadrons.org
Bug#694575: installation-reports: Fails to find SATA drives regardless of the FakeRAID card settings
forcemerge 690886 694575 thanks Ben Hutchings dijo [Wed, Nov 28, 2012 at 04:41:17PM +]: > This appears to be the same as bug #690886. > > Ben. Right, that seems to be the case — Sorry for submitting a duplicate; merging. I hope this can be fixed before the release. -- To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20121128173058.gc26...@gwolf.org
Processed (with 1 errors): Re: Bug#694575: installation-reports: Fails to find SATA drives regardless of the FakeRAID card settings
Processing commands for cont...@bugs.debian.org: > forcemerge 690886 694575 Bug #690886 [src:linux] installation-reports: wheezy: isci.ko driver missing Bug #693227 [src:linux] missing driver for ISCI (Intel C600 SAS) (not iscsi!) Unable to merge bugs because: package of #694575 is 'installation-reports' not 'src:linux' Failed to forcibly merge 690886: Did not alter merged bugs Debbugs::Control::set_merged('transcript', 'GLOB(0x19bdad0)', 'requester', 'Gunnar Wolf ', 'request_addr', 'cont...@bugs.debian.org', 'request_msgid', '<20121128173058.gc26...@gwolf.org>', 'request_subject', ...) called at /usr/local/lib/site_perl/Debbugs/Control/Service.pm line 551 eval {...} called at /usr/local/lib/site_perl/Debbugs/Control/Service.pm line 550 Debbugs::Control::Service::control_line('line', undef, 'clonebugs', 'HASH(0x1934bf8)', 'limit', 'HASH(0x19345e0)', 'common_control_options', 'ARRAY(0x1934628)', 'errors', ...) called at /usr/lib/debbugs/service line 474 > thanks Stopping processing here. Please contact me if you need assistance. -- 690886: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=690886 693227: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=693227 694575: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=694575 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems -- To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/handler.s.c.13541238633241.transcr...@bugs.debian.org
Processed: Re: Processed (with 1 errors): Re: Bug#694575: installation-reports: Fails to find SATA drives regardless of the FakeRAID card settings
Processing commands for cont...@bugs.debian.org: > reassign 694575 src:linux 3.2.32-1 Bug #694575 [installation-reports] installation-reports: Fails to find SATA drives regardless of the FakeRAID card settings Bug reassigned from package 'installation-reports' to 'src:linux'. Ignoring request to alter found versions of bug #694575 to the same values previously set Ignoring request to alter fixed versions of bug #694575 to the same values previously set Bug #694575 [src:linux] installation-reports: Fails to find SATA drives regardless of the FakeRAID card settings Marked as found in versions linux/3.2.32-1. > forcemerge 690886 694575 Bug #690886 [src:linux] installation-reports: wheezy: isci.ko driver missing Bug #693227 [src:linux] missing driver for ISCI (Intel C600 SAS) (not iscsi!) Bug #694575 [src:linux] installation-reports: Fails to find SATA drives regardless of the FakeRAID card settings Marked as found in versions linux/3.2.23-1. Added tag(s) pending. Bug #693227 [src:linux] missing driver for ISCI (Intel C600 SAS) (not iscsi!) Added tag(s) d-i. Added tag(s) d-i. Merged 690886 693227 694575 > thanks Stopping processing here. Please contact me if you need assistance. -- 690886: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=690886 693227: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=693227 694575: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=694575 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems -- To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/handler.s.c.13541241895367.transcr...@bugs.debian.org
Bug#694068: netcfg: Wireless connectivity present during an install but absent afterwards
On Sun, Nov 25, 2012 at 05:30:28PM +0200, Sorina - Gabriela Sandu wrote: > For most cases, I think not adding configuration for wireless in > /e/n/i is good, however for the kind a situations you described I > think the best solution would be to have the question asked, at least > with a low priority. If that would be the case, changing the > permissions of /e/n/i to 600 should also be considered. A low priority wouldn't really help, given that it would only be shown in expert mode. I'm not sure if there's a sane default here and would appreciate if others could chime in with their opinion. Things like "would we need to chmod 0600 /e/n/i?", "would all tools cope with /e/n/i being 0600 if so" and "should we write an entry that might prevent later installations of network connection management tools to work correctly?". Kind regards Philipp Kern signature.asc Description: Digital signature
Bug#693756: addendum: wifi
the wifi issue was not rfkill related; rather, the wifi just has very low signal strength, looks like a powersaving mode that's active even though it shouldn't. i haven't found out more yet, i'll keep this bug report updated. a thing i forgot to mention: not only asks the installer for the wifi firmware in firmware-brcm80211, but also for ethernet firmware in firmware-realtek. ethernet works without the firmware as well, though probably at reduced speed. i've assembled instructions for installing debian on e135 devices at [1]. it contains some information that doesn't really belong in an installation report, but could be useful for people who end up here anyway. [1] http://www.thinkwiki.org/wiki/Installing_Debian_7.0_(Wheezy)_on_a_ThinkPad_Edge_E135 signature.asc Description: Digital signature
Bug#694582: installation report Beta-4
On Wed, 28 Nov 2012 12:43:49 + Brian Potkin wrote: > 1. Before or just after configuring the keyboard get a terminal with >ALT F2. > > 2. Then > > nano /bin/mountmedia/ > > 3. Find > > PARTITION_TYPE="$(blkid -p -s PART_ENTRY_TYPE $1 | cut -d ' ' > -f 2 | cut -d \" -f 2)" > > if [ "$PARTITION_TYPE" != "0x5" ] && [ "$PARTITION_TYPE" != > "0xf" ]; then mount $1 -tauto $MNT || true > umount $MNT || true > mount $1 -tauto $MNT > media_mounted && checkcontents $MNT > fi > > and reduce it to > > mount $1 -tauto $MNT || true > umount $MNT || true > mount $1 -tauto $MNT > media_mounted && checkcontents $MNT > > 4. Save and continue with the installation. > > How does the detection of firmware turn out now? Perfect! Thanks, Herbert -- -- To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20121129003409.7116ab06@max
Processed: cloning 693922, reassign -1 to keyboard-configuration ...
Processing commands for cont...@bugs.debian.org: > clone 693922 -1 Bug #693922 [xserver-common] xserver-common: Please mark as M-A:foreign Bug 693922 cloned as bug 694679 > reassign -1 keyboard-configuration Bug #694679 [xserver-common] xserver-common: Please mark as M-A:foreign Bug reassigned from package 'xserver-common' to 'keyboard-configuration'. Ignoring request to alter found versions of bug #694679 to the same values previously set Ignoring request to alter fixed versions of bug #694679 to the same values previously set > retitle -1 keyboard-configuration: Please mark as M-A:foreign Bug #694679 [keyboard-configuration] xserver-common: Please mark as M-A:foreign Changed Bug title to 'keyboard-configuration: Please mark as M-A:foreign' from 'xserver-common: Please mark as M-A:foreign' > thanks Stopping processing here. Please contact me if you need assistance. -- 693922: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=693922 694679: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=694679 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems -- To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/handler.s.c.135414919019424.transcr...@bugs.debian.org
Bug#693756: update: wifi works
as of today, wifi just works at what seems to be full strength. i can't possibly pin it down to the individual updates i've done, or when since the report was filed it started working. some packages were installed from experimental (most prominently libdrm2 and libdrm-radeon1; apart from that, only xfce4 packages), but none of them should affect wifi. signature.asc Description: Digital signature
Bug#694388: lscpi data, BCD file information
Additional information for bug report; thanks, Ron, for retrieving and sending me the information. :-) I'm attaching the \Boot\BCD file that the Windows Boot Manager is complaining about; 'file' reports this to be: $ file BCD BCD: MS Windows registry file, NT/2000 or above :-( The Debian 'reglookup' package is able to parse this; it looks like it's got partition information in it for Windows 8 to be able to find bootable elements. Output of 'lscpi -knn' on the IdeaPad P500: --- 00:00.0 Host bridge [0600]: Intel Corporation 3rd Gen Core processor DRAM Controller [8086:0154] (rev 09) Subsystem: Lenovo Device [17aa:3977] Kernel driver in use: agpgart-intel 00:02.0 VGA compatible controller [0300]: Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] (rev 09) Subsystem: Lenovo Device [17aa:3904] Kernel driver in use: i915 00:14.0 USB controller [0c03]: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller [8086:1e31] (rev 04) Subsystem: Lenovo Device [17aa:3977] Kernel driver in use: xhci_hcd 00:16.0 Communication controller [0780]: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 [8086:1e3a] (rev 04) Subsystem: Lenovo Device [17aa:3977] 00:1a.0 USB controller [0c03]: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 [8086:1e2d] (rev 04) Subsystem: Lenovo Device [17aa:3977] Kernel driver in use: ehci_hcd 00:1b.0 Audio device [0403]: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller [8086:1e20] (rev 04) Subsystem: Lenovo Device [17aa:3977] Kernel driver in use: snd_hda_intel 00:1c.0 PCI bridge [0604]: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 1 [8086:1e10] (rev c4) Kernel driver in use: pcieport 00:1c.1 PCI bridge [0604]: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 2 [8086:1e12] (rev c4) Kernel driver in use: pcieport 00:1d.0 USB controller [0c03]: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 [8086:1e26] (rev 04) Subsystem: Lenovo Device [17aa:3977] Kernel driver in use: ehci_hcd 00:1f.0 ISA bridge [0601]: Intel Corporation HM76 Express Chipset LPC Controller [8086:1e59] (rev 04) Subsystem: Lenovo Device [17aa:3977] 00:1f.2 SATA controller [0106]: Intel Corporation 7 Series Chipset Family 6-port SATA Controller [AHCI mode] [8086:1e03] (rev 04) Subsystem: Lenovo Device [17aa:3977] Kernel driver in use: ahci 00:1f.3 SMBus [0c05]: Intel Corporation 7 Series/C210 Series Chipset Family SMBus Controller [8086:1e22] (rev 04) Subsystem: Lenovo Device [17aa:3977] 01:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller [10ec:8136] (rev 05) Subsystem: Lenovo Device [17aa:3977] Kernel driver in use: r8169 02:00.0 Network controller [0280]: Intel Corporation Centrino Wireless-N 2230 [8086:0888] (rev c4) Subsystem: Intel Corporation Centrino Wireless-N 2230 BGN [8086:4262] Kernel driver in use: iwlwifi -- Chris -- Chris Knadle chris.kna...@coredump.us BCD Description: Binary data signature.asc Description: This is a digitally signed message part.