Trying Vanilla pup; issues

Moderators: dimkr, Forum moderators

dimkr
Posts: 2333
Joined: Wed Dec 30, 2020 6:14 pm
Has thanked: 49 times
Been thanked: 1139 times

Re: Trying Vanilla pup; issues

Post by dimkr »

Feek wrote: Fri Jul 08, 2022 7:49 pm

1/ I installed VLC player with synaptic. After first launch the vlc shows this error message:

By default, the JWM menu generator removes the %U at the end of the Exec= line. How did you start VLC?

Can you share your ~/.jwmrc?

Feek wrote: Fri Jul 08, 2022 7:49 pm

2/ some terminal apps seem to have a problem when I want to start them from a tray.
I installed Htop with synaptic. It works well but when I add it to a tray it won´t launch. I tried to start Htop in terminal and from the menu, and also to drag its .desktop file on the desktop. All this works. The line for Htop in jwmrc-tray1 looks ok IMO (<TrayButton popup="Htop" icon="htop">exec:htop</TrayButton>).

You need defaultterminal -e htop, not htop.

Feek wrote: Fri Jul 08, 2022 7:49 pm

3/ can I set the numeric keyboard to be turned automatically „on“ with each boot?
Sometimes I have to press NumLock key again during the session to be able to write numbers.

Try numlockx.

Feek
Posts: 398
Joined: Sun Oct 18, 2020 8:48 am
Location: cze
Has thanked: 54 times
Been thanked: 90 times

Re: Trying Vanilla pup; issues

Post by Feek »

dimkr wrote: Sat Jul 09, 2022 5:17 am

By default, the JWM menu generator removes the %U at the end of the Exec= line. How did you start VLC?

I started the VLC from the tray.
But now I found that running VLC from the menu or terminal is without error message.

dimkr wrote: Sat Jul 09, 2022 5:17 am

Can you share your ~/.jwmrc?

Code: Select all

<?xml version="1.0"?>

<JWM>

<!-- version flag for rc.update -->
<!-- When updating change number here and in rc.update -->
<!-- XDG_JWMRC_VERSION_003 -->

<!-- IMPORTANT, ONLY EDIT /etc/xdg/templates/_root_.jwmrc -->




<!-- root menus for MOUSE activation -->
<RootMenu label="1" labeled="false" height="24" onroot="1"><Include>exec:$HOME/.jwm/root_menus/menu1</Include></RootMenu>
<RootMenu label="2" labeled="false" height="24" onroot="2"><Include>exec:$HOME/.jwm/root_menus/menu2</Include></RootMenu>
<RootMenu label="3" labeled="false" height="24" onroot="3"><Include>exec:$HOME/.jwm/root_menus/menu3</Include></RootMenu>
<RootMenu label="4" labeled="false" height="24" onroot="4"><Include>exec:$HOME/.jwm/root_menus/menu4</Include></RootMenu>
<RootMenu label="5" labeled="false" height="24" onroot="5"><Include>exec:$HOME/.jwm/root_menus/menu5</Include></RootMenu>

<!-- root menus for TRAY activation -->
<RootMenu label="6" labeled="false" height="24" onroot="6"><Include>exec:/usr/local/jwm_config/menu_build_bookmarks</Include></RootMenu>
<RootMenu label="7" labeled="false" height="24" onroot="7"><Include>exec:/usr/local/jwm_config/menu_build_clock</Include></RootMenu>
<RootMenu label="8" labeled="false" height="24" onroot="8"><Include>exec:/usr/local/jwm_config/menu_build_places</Include></RootMenu>

<!-- jwm menus for puppy Linux -->
<RootMenu label="Menu" labeled="false" height="24" onroot="9">
<Menu label="Desktop" icon="x48.png" height="24">
<Program label="Desktop settings" icon="/usr/share/pixmaps/puppy/windows.svg" tooltip="Comprehensive setup of desktop functions and form">pdesktop</Program>
<Program label="Xlock setup" icon="/usr/share/pixmaps/puppy/screen_lock.svg" tooltip="Configure Xlock screen locking">puplock -configure</Program>
 <Separator/> 
<Program label="Chooselocale" icon="/usr/share/pixmaps/puppy/country_language.svg" tooltip="Choose your country localisation">chooselocale</Program>
 <Separator/> 
<Program label="Font viewer" icon="/usr/share/pixmaps/puppy/font.svg" tooltip="Font viewer">gfontsel</Program>
</Menu>
<Menu label="System" icon="pc48.png" height="24">
<Program label="Htop" icon="htop" tooltip="Show System Processes">rxvt -title 'Htop' -e sh -c 'htop'</Program>
<Program label="IPInfo" icon="/usr/share/pixmaps/puppy/network.svg" tooltip="Network information">ipinfo</Program>
<Program label="Správce Bluetooth" icon="blueman.png" tooltip="Správce Bluetooth Blueman">blueman-manager</Program>
<Program label="Správce úloh" icon="execute.svg" tooltip="Správa spuštěných procesů">lxtask</Program>
 <Separator/> 
<Program label="Event manager" icon="/usr/share/pixmaps/puppy/execute.svg" tooltip="Configure sevices running in the background">eventmanager</Program>
<Program label="pSchedule" icon="/usr/share/pixmaps/puppy/clock_interval.svg" tooltip="Set up a task on a given time">/usr/local/bin/pschedule</Program>
 <Separator/> 
<Program label="Login manager" icon="/usr/share/pixmaps/puppy/user_login.svg" tooltip="Configure login and security">loginmanager</Program>
<Program label="Xlock" icon="/usr/share/pixmaps/puppy/screen_lock.svg" tooltip="Lock screen">puplock -locknow</Program>
</Menu>
<Menu label="Setup" icon="configuration48.png" height="24">
<Program label="Dependency checker" icon="/usr/share/pixmaps/puppy/package_inspect.svg" tooltip="Check dependencies for installed packages">/usr/local/petget/check_deps_gui.sh</Program>
<Program label="Package manager" icon="/usr/share/pixmaps/puppy/package_add.svg" tooltip="Install/uninstall apps">/usr/local/petget/pkg_chooser.sh</Program>
<Program label="Puppy setup" icon="/usr/share/pixmaps/puppy/puppy_config.svg" tooltip="Configure your Puppy OS">wizardwizard</Program>
<Program label="QuickSetup" icon="/usr/share/pixmaps/puppy/puppy_config.svg" tooltip="First-run setup of resolution, country and network">quicksetup</Program>
<Program label="SFS-Load" icon="squashfs-image.png" tooltip="Load squash files on-the-fly">sfs_load</Program>
<Program label="Set default apps" icon="/usr/share/pixmaps/puppy/execute_inspect.svg" tooltip="Configure what apps that are the default choice">puppyapps</Program>
<Program label="Správce balíků Synaptic" icon="synaptic" tooltip="Nainstalovat, odstranit a aktualizovat balíky">synaptic-pkexec</Program>
 <Separator/> 
<Program label="Menu manager" icon="/usr/share/pixmaps/puppy/menu.svg" tooltip="Configure the main menu">menumanager</Program>
 <Separator/> 
<Program label="Puppy installer" icon="/usr/share/pixmaps/puppy/power.svg" tooltip="Install OS and applications">/usr/sbin/dotpup1</Program>
<Program label="Remaster Puppy" icon="/usr/share/pixmaps/puppy/puppy_remaster.svg" tooltip="Remaster Puppy live-CD">/usr/sbin/remasterpup2</Program>
<Program label="Remove builtin packages" icon="/usr/share/pixmaps/puppy/package_remove.svg" tooltip="Remove builtin packages">/usr/sbin/remove_builtin</Program>
</Menu>
<Separator/>
<Menu label="Utility" icon="utility48.png" height="24">
<Program label="Prohlížeč dokumentů" icon="org.gnome.Evince" tooltip="Zobrazovat dokumenty po více stránkách">evince</Program>
<Program label="Xarchiver" icon="xarchiver" tooltip="Správce archivů pouze pro GTK+">xarchiver</Program>
<Program label="Xdelta" icon="/usr/share/pixmaps/puppy/file_compare.svg" tooltip="File difference manager">xdelta_gui</Program>
 <Separator/> 
<Program label="MoManager" icon="/usr/share/pixmaps/puppy/country_language.svg" tooltip="Create non-English translations">momanager</Program>
 <Separator/> 
<Program label="Pudd" icon="/usr/share/pixmaps/puppy/copy_disk.svg" tooltip="Copy complete drive/partition">Pudd</Program>
<Program label="Pupsave Backup" icon="/usr/share/pixmaps/puppy/copy_disk.svg" tooltip="Quick backup of your Puppy savefiles">pupsave-backup</Program>
<Program label="Resize personal storage" icon="/usr/share/pixmaps/puppy/puppy_increase.svg" tooltip="Resize the personal storage file">resizepfile.sh</Program>
 <Separator/> 
<Program label="Gexec" icon="/usr/share/pixmaps/puppy/execute.svg" tooltip="execute a command">gexec</Program>
<Program label="LXTerminal" icon="/usr/share/pixmaps/puppy/terminal.svg" tooltip="Používat příkazový řádek">lxterminal</Program>
</Menu>
<Menu label="Filesystem" icon="folder48.png" height="24">
<Program label="ROX-Filer" icon="/usr/share/pixmaps/puppy/open.svg" tooltip="File manager">rox</Program>
 <Separator/> 
<Program label="FileMnt" icon="/usr/share/pixmaps/puppy/cdrom.svg" tooltip="Unmount disk image files">filemnt -manager</Program>
<Program label="Pmount" icon="/usr/share/pixmaps/puppy/harddisk.svg" tooltip="Mount/unmount partitions">pmount</Program>
 <Separator/> 
<Program label="pFind" icon="/usr/share/pixmaps/puppy/find.svg" tooltip="Find files on your system">pfind</Program>
 <Separator/> 
<Program label="Partview" icon="/usr/share/pixmaps/puppy/partition.svg" tooltip="Show size and free space of partitions">partview</Program>
</Menu>
<Menu label="Graphic" icon="paint48.png" height="24">
<Program label="Prohlížeč dokumentů" icon="org.gnome.Evince" tooltip="Zobrazovat dokumenty po více stránkách">evince</Program>
<Program label="mtPaint" icon="mtpaint.png" tooltip="Painting program to create pixel art and manipulate digital photos">mtpaint</Program>
 <Separator/> 
<Program label="Prohlížeč obrázků" icon="gpicview" tooltip="Prohlížejte si svoje obrázky jednoduše">gpicview</Program>
 <Separator/> 
<Program label="Gcolor2" icon="/usr/share/pixmaps/puppy/graphics.svg" tooltip="Color chooser and picker">gcolor2</Program>
</Menu>
<Menu label="Document" icon="word48.png" height="24">
<Program label="Geany" icon="geany" tooltip="Rychlé a lehké IDE pro GTK+">geany</Program>
<Program label="L3afpad" icon="l3afpad" tooltip="Jednoduchý textový editor">l3afpad</Program>
 <Separator/> 
<Program label="Prohlížeč dokumentů" icon="org.gnome.Evince" tooltip="Zobrazovat dokumenty po více stránkách">evince</Program>
</Menu>
<Menu label="Business" icon="spread48.png" height="24">
<Program label="Galculator" icon="galculator.xpm" tooltip="Provádí jednoduché a vědecké výpočty">galculator</Program>
</Menu>
<Menu label="Personal" icon="date48.png" height="24">
<Program label="Osmo" icon="osmo" tooltip="Personal Organizer">osmo</Program>
 <Separator/> 
 <Separator/> 
<Program label="pClock" icon="/usr/share/pixmaps/puppy/clock.svg" tooltip="Time tools">pclock</Program>
<Program label="pTiming" icon="/usr/share/pixmaps/puppy/clock_stopwatch.svg" tooltip="Event timer system">ptiming</Program>
</Menu>
<Menu label="Network" icon="connect48.png" height="24">
<Program label="Firewall Setup" icon="/usr/share/pixmaps/puppy/firewall.svg" tooltip="Firewall Setup">firewall_ng</Program>
</Menu>
<Menu label="Internet" icon="www48.png" height="24">
<Program label="Firefox ESR" icon="Internet.svg" tooltip="Prohlížení stránek World Wide Webu">/usr/lib/firefox-esr/firefox-esr</Program>
 <Separator/> 
<Program label="WeeChat" icon="weechat" tooltip="Extensible chat client">rxvt -title 'WeeChat' -e sh -c 'weechat'</Program>
 <Separator/> 
<Program label="Sylpheed" icon="sylpheed" tooltip="E-Mail client">sylpheed</Program>
 <Separator/> 
<Program label="Transmission" icon="transmission" tooltip="Download and share files over BitTorrent">transmission-gtk</Program>
 <Separator/> 
<Program label="Pup-Advert-Blocker" icon="/usr/share/pixmaps/puppy/dialog_stop.svg" tooltip="Blocks many online adverts">pup-advert-blocker</Program>
</Menu>
<Menu label="Multimedia" icon="multimedia48.png" height="24">
<Program label="Multimediální přehrávač VLC" icon="vlc" tooltip="Čtěte, zachytávejte, a vysílejte své multimediální proudy">/usr/bin/vlc --started-from-file</Program>
<Program label="mhWaveEdit" icon="mhwaveedit" tooltip="Record, play, edit and convert sound files">mhwaveedit</Program>
 <Separator/> 
 <Separator/> 
<Program label="Ovládání hlasitosti PulseAudio" icon="sound_mixer.svg" tooltip="Upravit úroveň hlasitosti">pavucontrol</Program>
</Menu>
<Separator/>
<Program label="Help" icon="help48.png">/usr/sbin/puppyhelp</Program>
<Program label="Leave" icon="shutdown48.png">/usr/sbin/logout_gui</Program>
</RootMenu>


<!-- General classes -->
<Group>
<Class>splashwindow</Class>
<Option>nolist</Option>
<Option>layer:above</Option>
<Option>nopager</Option>
<Option>nofocus</Option>
</Group>

<Group>
<Class>applet</Class>
<Option>layer:below</Option>
<Option>noborder</Option>
<Option>notitle</Option>
<Option>sticky</Option>
<Option>nolist</Option>
<Option>nopager</Option>
</Group>

<Group>		<Class>ontop</Class>		<Option>layer:above</Option>		</Group>
<Group>		<Class>maximized</Class>	<Option>maximized</Option>		</Group>
<Group>		<Class>fullscreen</Class>	<Option>fullscreen</Option>		</Group>
<Group>		<Class>nolist</Class>		<Option>nolist</Option>			</Group>
<Group>		<Class>noborder</Class>		<Option>noborder</Option>		</Group>
<Group>		<Class>notitle</Class>		<Option>notitle</Option>		</Group>
<Group>		<Class>sticky</Class>		<Option>sticky</Option>			</Group>


<!-- 130630 joe added support disable flashing in tray, all apps -->
<Group>
<Option>noturgent</Option>
</Group>

<Group>
<Class>gtkdialog-splash</Class>
<Option>nolist</Option>
<!-- <Option>layer:above</Option> -->
<Option>nofocus</Option>
</Group>


<!-- Styles -->
<WindowStyle>
<Font>DejaVu Sans-10</Font>
<Width>3</Width>
<Height>22</Height>
<Foreground>#aaaaaa</Foreground>
<Background>#fffa71:#ffda51</Background>
<Corner>4</Corner>
<Outline>gray70</Outline>
<Active>
<Foreground>black</Foreground>
<Background>#ffda51:#ffa100</Background>
<Outline>black</Outline>
</Active>
</WindowStyle>

<PagerStyle>
<Outline>black</Outline>
<Foreground>#ffc100</Foreground>
<Background>#ffc100</Background>
<Active>
<Foreground>#ff8100</Foreground>
<Background>#ffa100</Background>
</Active>
</PagerStyle>

<MenuStyle>
<Font>DejaVu Sans-10</Font>
<Foreground>black</Foreground>
<Background>#ffda51</Background>
<Active>
<Foreground>black</Foreground>
<Background>#ffda51:#ffa100</Background>
</Active>
</MenuStyle>

<PopupStyle>
<Font>DejaVu Sans-10</Font>
<Outline>black</Outline>
<Foreground>black</Foreground>
<Background>yellow</Background>
</PopupStyle>

<!-- <Icons> -->
<IconPath>/usr/share/pixmaps</IconPath>
<IconPath>/usr/share/icons/hicolor/48x48/apps</IconPath>
<IconPath>/usr/share/icons/hicolor/32x32/apps</IconPath>
<IconPath>/usr/share/icons/hicolor/64x64/apps</IconPath>
<IconPath>/usr/local/lib/X11/pixmaps</IconPath>
<IconPath>/usr/local/share/pixmaps</IconPath>
<IconPath>/usr/share/pixmaps/puppy</IconPath>
<IconPath>/usr/share/icons/hicolor/scalable/apps</IconPath>
<IconPath>/usr/local/lib/X11/mini-icons</IconPath>
<IconPath>/var/lib/flatpak/exports/share/icons/hicolor/48x48/apps</IconPath>
<IconPath>/var/lib/flatpak/exports/share/icons/hicolor/scalable/apps</IconPath>
<!-- </Icons> -->

<StartupCommand>xdg_autostart.sh</StartupCommand>

<!-- Virtual Desktops -->
<!-- Name tags can be contained within Desktops for desktop names.  BK: syntax change with jwm 500... -->
<Desktops  width="3" height="1"/>

<!-- Double click speed (in milliseconds) -->
<DoubleClickSpeed>400</DoubleClickSpeed>

<!-- Double click delta (in pixels) -->
<DoubleClickDelta>3</DoubleClickDelta>

<!-- The focus model (sloppy or click) -->
<FocusModel>click</FocusModel>

<!-- The snap mode (none, screen, or border) -->
<SnapMode distance="10">border</SnapMode>

<!-- The move mode (outline or opaque) -->
<MoveMode>opaque</MoveMode>

<!-- The resize mode (outline or opaque) -->
<ResizeMode>opaque</ResizeMode>

<!-- Key bindings -->
<Key key="Up">up</Key>
<Key key="Down">down</Key>
<Key key="Right">right</Key>
<Key key="Left">left</Key>
<Key key="h">left</Key>
<Key key="j">down</Key>
<Key key="k">up</Key>
<Key key="l">right</Key>
<Key key="Return">select</Key>
<Key key="Escape">escape</Key>

<Key mask="4" key="Up">maximize</Key>
<Key mask="4" key="Down">minimize</Key>
<Key mask="4" key="Left">maxleft</Key>
<Key mask="4" key="Right">maxright</Key>

<Key mask="A" key="equal">maximize</Key>
<Key mask="A" key="minus">minimize</Key>
<Key mask="A" key="bracketleft">maxleft</Key>
<Key mask="A" key="bracketright">maxright</Key>

<Key mask="A" key="Tab">nextstacked</Key>
<Key mask="AS" key="Tab">prevstacked</Key>
<Key mask="A" key="F4">close</Key>
<Key mask="CA" key="Right">rdesktop</Key>
<Key mask="CA" key="Left">ldesktop</Key>
<Key mask="CA" key="Up">udesktop</Key>
<Key mask="CA" key="Down">ddesktop</Key>
<Key mask="A" key="F1">root:9</Key>
<Key mask="A" key="F2">exec:gexec</Key>
<Key mask="A" key="F3">window</Key>
<Key mask="CA" key="t">exec:defaultterminal</Key>


<!-- Include external rc files -->
<Include>/root/.jwm/jwmrc-tray1</Include>
<Include>/root/.jwm/jwmrc-tray2</Include>
<Include>/root/.jwm/jwmrc-tray3</Include>
<Include>/root/.jwm/jwmrc-tray4</Include>
<Include>/root/.jwm/jwmrc-tray5</Include>
<Include>/root/.jwm/jwmrc-tray6</Include>
<Include>/root/.jwm/jwmrc-tray7</Include>
<Include>/root/.jwm/jwmrc-tray8</Include>
<Include>/root/.jwm/jwmrc-corners</Include>
<Include>/root/.jwm/jwmrc-theme</Include>
<Include>/root/.jwm/jwmrc-wallpaper</Include>
<Include>/root/.jwm/jwmrc-personal</Include>

</JWM>
dimkr
Posts: 2333
Joined: Wed Dec 30, 2020 6:14 pm
Has thanked: 49 times
Been thanked: 1139 times

Re: Trying Vanilla pup; issues

Post by dimkr »

Feek wrote: Sat Jul 09, 2022 8:17 am

I started the VLC from the tray.
But now I found that running VLC from the menu or terminal is without error message.

The JWM tray tool is indeed broken (it's been this way forever) and doesn't read .desktop files correctly (it doesn't strip %U, %f, etc') :|

User avatar
mmmrr
Posts: 147
Joined: Sun Jun 27, 2021 8:20 pm
Location: vancouver island, canada
Been thanked: 1 time

Re: Trying Vanilla pup; issues

Post by mmmrr »

hello

i'm have been trying for more than an hour to find
the vanilladpup image file the installer tells me
is required for a usbstick install. the window tells me
'only .img/.img.gz/img.xz are supported'

i downoladed the 64bit .iso version last night. burnt iso
to dvd okay, boots okay , runs okay [but no wireless adapter
found..atheros?? ].

i'm using dvd to try a 64 bit puppy. the compu is 64 bit.
i hope to install 64bit to usb. then boot from it onto this imac
from the mid 2007 era.

i cannot find a download button on the github page where the
fix for the atheros wifi card is shown.

hoping for help. cheers, mm

dimkr
Posts: 2333
Joined: Wed Dec 30, 2020 6:14 pm
Has thanked: 49 times
Been thanked: 1139 times

Re: Trying Vanilla pup; issues

Post by dimkr »

@mmmrr Download the ISO from https://github.com/vanilla-dpup/release ... x86_64-9.2. 9.2.6 includes extra firmware for Atheros cards.

If WiFi doesn't work in 9.2.6, please provided the output of lspci and dmesg so I can check if more firmware needs to be added.

User avatar
mmmrr
Posts: 147
Joined: Sun Jun 27, 2021 8:20 pm
Location: vancouver island, canada
Been thanked: 1 time

Re: Trying Vanilla pup; issues

Post by mmmrr »

dimkr, hello

when t click on sr0 -the dvd-
i see 4 vanilladpup sfs files,
1 kbuild-5-10-.129.sfs file.
[no idea what kbuild is for]

t took a screenshot, i think.
mtpaint does not help me.

~$ lspci
00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub (rev 03)
00:01.0 PCI bridge: Intel Corporation Mobile PM965/GM965/GL960 PCI Express Root Port (rev 03)
00:1a.0 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #4 (rev 03)
00:1a.1 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 (rev 03)
00:1a.7 USB controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 (rev 03)
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03)
00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 03)
00:1c.3 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 4 (rev 03)
00:1c.4 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 5 (rev 03)
00:1c.5 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 6 (rev 03)
00:1d.0 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 (rev 03)
00:1d.1 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 (rev 03)
00:1d.2 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 (rev 03)
00:1d.7 USB controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f3)
00:1f.0 ISA bridge: Intel Corporation 82801HM (ICH8M) LPC Interface Controller (rev 03)
00:1f.1 IDE interface: Intel Corporation 82801HM/HEM (ICH8M/ICH8M-E) IDE Controller (rev 03)
00:1f.2 IDE interface: Intel Corporation 82801HM/HEM (ICH8M/ICH8M-E) SATA Controller [IDE mode] (rev 03)
00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 03)
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] RV630/M76 [Mobility Radeon HD 2600 XT/2700]
03:00.0 FireWire (IEEE 1394): LSI Corporation FW643 [TrueFire] PCIe 1394b Controller (rev 06)
04:00.0 Network controller: Broadcom Inc. and subsidiaries BCM4321 802.11a/b/g/n (rev 03)
05:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8058 PCI-E Gigabit Ethernet Controller (rev 13)
~$

'dmesg', once entered gives the following.
however, when i scroll up to copy from the start
i cannot get anything before
the line starting 03000.

03000 INTL 20061109)
[ 0.904522] ACPI: Dynamic OEM Table Load:
[ 0.904528] ACPI: SSDT 0xFFFF8C9581334000 000085 (v01 APPLE Cpu1Cst 00003000 INTL 20061109)
[ 0.904897] ACPI: Interpreter enabled
[ 0.904917] ACPI: (supports S0 S3 S4 S5)
[ 0.904919] ACPI: Using IOAPIC for interrupt routing
[ 0.904943] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.905137] ACPI: Enabled 11 GPEs in block 00 to 1F
[ 0.910669] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.910675] acpi PNP0A08:00: _OSC: OS assumes control of [PCIeHotplug SHPCHotplug AER PCIeCapability LTR DPC]
[ 0.910685] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[ 0.911123] PCI host bridge to bus 0000:00
[ 0.911126] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.911128] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.911130] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.911132] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]
[ 0.911134] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.911150] pci 0000:00:00.0: [8086:2a00] type 00 class 0x060000
[ 0.911290] pci 0000:00:01.0: [8086:2a01] type 01 class 0x060400
[ 0.911370] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 0.911489] pci 0000:00:1a.0: [8086:2834] type 00 class 0x0c0300
[ 0.911547] pci 0000:00:1a.0: reg 0x20: [io 0x40c0-0x40df]
[ 0.911682] pci 0000:00:1a.1: [8086:2835] type 00 class 0x0c0300
[ 0.911740] pci 0000:00:1a.1: reg 0x20: [io 0x40a0-0x40bf]
[ 0.911886] pci 0000:00:1a.7: [8086:283a] type 00 class 0x0c0320
[ 0.911906] pci 0000:00:1a.7: reg 0x10: [mem 0xd0704c00-0xd0704fff]
[ 0.912007] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[ 0.912177] pci 0000:00:1b.0: [8086:284b] type 00 class 0x040300
[ 0.912202] pci 0000:00:1b.0: reg 0x10: [mem 0xd0700000-0xd0703fff 64bit]
[ 0.912317] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.912462] pci 0000:00:1c.0: [8086:283f] type 01 class 0x060400
[ 0.912630] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.912753] pci 0000:00:1c.3: [8086:2845] type 01 class 0x060400
[ 0.912905] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[ 0.913036] pci 0000:00:1c.4: [8086:2847] type 01 class 0x060400
[ 0.913188] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[ 0.913306] pci 0000:00:1c.5: [8086:2849] type 01 class 0x060400
[ 0.913457] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[ 0.913565] pci 0000:00:1d.0: [8086:2830] type 00 class 0x0c0300
[ 0.913622] pci 0000:00:1d.0: reg 0x20: [io 0x4080-0x409f]
[ 0.913751] pci 0000:00:1d.1: [8086:2831] type 00 class 0x0c0300
[ 0.913808] pci 0000:00:1d.1: reg 0x20: [io 0x4060-0x407f]
[ 0.913936] pci 0000:00:1d.2: [8086:2832] type 00 class 0x0c0300
[ 0.913993] pci 0000:00:1d.2: reg 0x20: [io 0x4040-0x405f]
[ 0.914145] pci 0000:00:1d.7: [8086:2836] type 00 class 0x0c0320
[ 0.914165] pci 0000:00:1d.7: reg 0x10: [mem 0xd0704800-0xd0704bff]
[ 0.914265] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[ 0.914431] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
[ 0.914599] pci 0000:00:1f.0: [8086:2815] type 00 class 0x060100
[ 0.914711] pci 0000:00:1f.0: quirk: [io 0x0400-0x047f] claimed by ICH6 ACPI/GPIO/TCO
[ 0.914717] pci 0000:00:1f.0: quirk: [io 0x0500-0x053f] claimed by ICH6 GPIO
[ 0.914721] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0680 (mask 000f)
[ 0.914725] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 1640 (mask 000f)
[ 0.914730] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 4 PIO at 0300 (mask 001f)
[ 0.914878] pci 0000:00:1f.1: [8086:2850] type 00 class 0x01018a
[ 0.914898] pci 0000:00:1f.1: reg 0x10: [io 0x4108-0x410f]
[ 0.914909] pci 0000:00:1f.1: reg 0x14: [io 0x411c-0x411f]
[ 0.914920] pci 0000:00:1f.1: reg 0x18: [io 0x4100-0x4107]
[ 0.914931] pci 0000:00:1f.1: reg 0x1c: [io 0x4118-0x411b]
[ 0.914943] pci 0000:00:1f.1: reg 0x20: [io 0x40e0-0x40ef]
[ 0.914967] pci 0000:00:1f.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]
[ 0.914969] pci 0000:00:1f.1: legacy IDE quirk: reg 0x14: [io 0x03f6]
[ 0.914970] pci 0000:00:1f.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]
[ 0.914972] pci 0000:00:1f.1: legacy IDE quirk: reg 0x1c: [io 0x0376]
[ 0.915076] pci 0000:00:1f.2: [8086:2828] type 00 class 0x01018f
[ 0.915096] pci 0000:00:1f.2: reg 0x10: [io 0x40f8-0x40ff]
[ 0.915107] pci 0000:00:1f.2: reg 0x14: [io 0x4114-0x4117]
[ 0.915118] pci 0000:00:1f.2: reg 0x18: [io 0x40f0-0x40f7]
[ 0.915129] pci 0000:00:1f.2: reg 0x1c: [io 0x4110-0x4113]
[ 0.915140] pci 0000:00:1f.2: reg 0x20: [io 0x4020-0x402f]
[ 0.915152] pci 0000:00:1f.2: reg 0x24: [io 0x4000-0x400f]
[ 0.915198] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.915303] pci 0000:00:1f.3: [8086:283e] type 00 class 0x0c0500
[ 0.915323] pci 0000:00:1f.3: reg 0x10: [mem 0xd0705000-0xd07050ff]
[ 0.915365] pci 0000:00:1f.3: reg 0x20: [io 0xefa0-0xefbf]
[ 0.915554] pci 0000:01:00.0: [1002:9583] type 00 class 0x030000
[ 0.915571] pci 0000:01:00.0: reg 0x10: [mem 0xc0000000-0xcfffffff 64bit pref]
[ 0.915581] pci 0000:01:00.0: reg 0x18: [mem 0xd0620000-0xd062ffff 64bit]
[ 0.915589] pci 0000:01:00.0: reg 0x20: [io 0x3000-0x30ff]
[ 0.915602] pci 0000:01:00.0: reg 0x30: [mem 0xd0600000-0xd061ffff pref]
[ 0.915609] pci 0000:01:00.0: enabling Extended Tags
[ 0.915651] pci 0000:01:00.0: supports D1 D2
[ 0.915742] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.915746] pci 0000:00:01.0: bridge window [io 0x3000-0x3fff]
[ 0.915748] pci 0000:00:01.0: bridge window [mem 0xd0600000-0xd06fffff]
[ 0.915752] pci 0000:00:01.0: bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
[ 0.915805] pci 0000:00:1c.0: PCI bridge to [bus 02]
[ 0.915812] pci 0000:00:1c.0: bridge window [mem 0xd0500000-0xd05fffff]
[ 0.915916] pci 0000:03:00.0: [11c1:5901] type 00 class 0x0c0010
[ 0.915953] pci 0000:03:00.0: reg 0x10: [mem 0xd0400000-0xd0400fff 64bit]
[ 0.916127] pci 0000:03:00.0: supports D1 D2
[ 0.916129] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.916299] pci 0000:00:1c.3: PCI bridge to [bus 03]
[ 0.916307] pci 0000:00:1c.3: bridge window [mem 0xd0400000-0xd04fffff]
[ 0.916423] pci 0000:04:00.0: [14e4:4328] type 00 class 0x028000
[ 0.916460] pci 0000:04:00.0: reg 0x10: [mem 0xd0300000-0xd0303fff 64bit]
[ 0.916484] pci 0000:04:00.0: reg 0x18: [mem 0xd0000000-0xd00fffff 64bit pref]
[ 0.916540] pci 0000:04:00.0: enabling Extended Tags
[ 0.916657] pci 0000:04:00.0: supports D1 D2
[ 0.916659] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[ 0.916817] pci 0000:00:1c.4: PCI bridge to [bus 04]
[ 0.916825] pci 0000:00:1c.4: bridge window [mem 0xd0300000-0xd03fffff]
[ 0.916832] pci 0000:00:1c.4: bridge window [mem 0xd0000000-0xd00fffff 64bit pref]
[ 0.917059] pci 0000:05:00.0: [11ab:436a] type 00 class 0x020000
[ 0.917256] pci 0000:05:00.0: reg 0x10: [mem 0xd0200000-0xd0203fff 64bit]
[ 0.917328] pci 0000:05:00.0: reg 0x18: [io 0x2000-0x20ff]
[ 0.917604] pci 0000:05:00.0: reg 0x30: [mem 0xfffe0000-0xffffffff pref]
[ 0.918074] pci 0000:05:00.0: supports D1 D2
[ 0.918076] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.918600] pci 0000:00:1c.5: PCI bridge to [bus 05]
[ 0.918604] pci 0000:00:1c.5: bridge window [io 0x2000-0x2fff]
[ 0.918609] pci 0000:00:1c.5: bridge window [mem 0xd0200000-0xd02fffff]
[ 0.918640] pci_bus 0000:06: extended config space not accessible
[ 0.918716] pci 0000:00:1e.0: PCI bridge to [bus 06] (subtractive decode)
[ 0.918723] pci 0000:00:1e.0: bridge window [mem 0xd0100000-0xd01fffff]
[ 0.918731] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7 window] (subtractive decode)
[ 0.918733] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff window] (subtractive decode)
[ 0.918735] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[ 0.918736] pci 0000:00:1e.0: bridge window [mem 0xc0000000-0xfebfffff window] (subtractive decode)
[ 0.918934] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
[ 0.919001] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 *7 11 12 14 15)
[ 0.919065] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 *5 6 7 10 12 14 15)
[ 0.919129] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 *6 7 11 12 14 15)
[ 0.919192] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 *10 12 14 15)
[ 0.919255] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *9
[ 0.919318] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
[ 0.919387] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
[ 0.919733] ACPI: EC: interrupt unblocked
[ 0.919734] ACPI: EC: event unblocked
[ 0.919741] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.919742] ACPI: EC: GPE=0x17
[ 0.919744] ACPI: \_SB_.PCI0.LPCB.EC__: Boot ECDT EC initialization complete
[ 0.919746] ACPI: \_SB_.PCI0.LPCB.EC__: EC: Used to handle transactions and events
[ 0.919812] iommu: Default domain type: Translated
[ 0.923371] pci 0000:01:00.0: vgaarb: setting as boot VGA device
[ 0.923371] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 0.923371] pci 0000:01:00.0: vgaarb: bridge control possible
[ 0.923371] vgaarb: loaded
[ 0.923490] SCSI subsystem initialized
[ 0.923498] libata version 3.00 loaded.
[ 0.923498] ACPI: bus type USB registered
[ 0.923498] usbcore: registered new interface driver usbfs
[ 0.923498] usbcore: registered new interface driver hub
[ 0.923498] usbcore: registered new device driver usb
[ 0.923498] EDAC MC: Ver: 3.0.0
[ 0.923595] NetLabel: Initializing
[ 0.923595] NetLabel: domain hash size = 128
[ 0.923595] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.923595] NetLabel: unlabeled traffic allowed by default
[ 0.923595] PCI: Using ACPI for IRQ routing
[ 0.926037] PCI: pci_cache_line_size set to 64 bytes
[ 0.926146] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[ 0.926153] e820: reserve RAM buffer [mem 0xbed0b000-0xbfffffff]
[ 0.926153] hpet: 3 channels of 0 reserved for per-cpu timers
[ 0.926153] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.926153] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[ 0.927424] clocksource: Switched to clocksource tsc-early
[ 0.983077] VFS: Disk quotas dquot_6.6.0
[ 0.983108] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.983204] pnp: PnP ACPI init
[ 0.983464] system 00:00: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 0.983467] system 00:00: [mem 0xfed14000-0xfed17fff] has been reserved
[ 0.983469] system 00:00: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.983471] system 00:00: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.983473] system 00:00: [mem 0xf0000000-0xf3ffffff] has been reserved
[ 0.983475] system 00:00: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.983477] system 00:00: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 0.983485] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.983781] system 00:01: [mem 0xfed00000-0xfed003ff] has been reserved
[ 0.983787] system 00:01: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
[ 0.983858] system 00:02: [io 0x0680-0x069f] has been reserved
[ 0.983861] system 00:02: [io 0x0800-0x080f] has been reserved
[ 0.983863] system 00:02: [io 0x0810-0x0817] has been reserved
[ 0.983864] system 00:02: [io 0x0400-0x047f] has been reserved
[ 0.983866] system 00:02: [io 0x0500-0x053f] has been reserved
[ 0.983868] system 00:02: [io 0x1640-0x164f] has been reserved
[ 0.983874] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.983905] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.983925] pnp: PnP ACPI: found 4 devices
[ 0.990567] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.990682] NET: Registered protocol family 2
[ 0.990903] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.992621] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[ 0.992863] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.993131] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
[ 0.993206] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.993354] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.993395] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.993482] NET: Registered protocol family 1
[ 0.993495] NET: Registered protocol family 44
[ 0.993508] pci 0000:05:00.0: can't claim BAR 6 [mem 0xfffe0000-0xffffffff pref]: no compatible bridge window
[ 0.993525] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 02] add_size 1000
[ 0.993529] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 add_align 100000
[ 0.993532] pci 0000:00:1c.3: bridge window [io 0x1000-0x0fff] to [bus 03] add_size 1000
[ 0.993534] pci 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000 add_align 100000
[ 0.993537] pci 0000:00:1c.4: bridge window [io 0x1000-0x0fff] to [bus 04] add_size 1000
[ 0.993540] pci 0000:00:1c.5: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 05] add_size 200000 add_align 100000
[ 0.993560] pci 0000:00:1c.0: BAR 15: assigned [mem 0xd0800000-0xd09fffff 64bit pref]
[ 0.993564] pci 0000:00:1c.3: BAR 15: assigned [mem 0xd0a00000-0xd0bfffff 64bit pref]
[ 0.993568] pci 0000:00:1c.5: BAR 15: assigned [mem 0xd0c00000-0xd0dfffff 64bit pref]
[ 0.993572] pci 0000:00:1c.0: BAR 13: assigned [io 0x5000-0x5fff]
[ 0.993575] pci 0000:00:1c.3: BAR 13: assigned [io 0x6000-0x6fff]
[ 0.993578] pci 0000:00:1c.4: BAR 13: assigned [io 0x7000-0x7fff]
[ 0.993582] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.993586] pci 0000:00:01.0: bridge window [io 0x3000-0x3fff]
[ 0.993589] pci 0000:00:01.0: bridge window [mem 0xd0600000-0xd06fffff]
[ 0.993592] pci 0000:00:01.0: bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
[ 0.993596] pci 0000:00:1c.0: PCI bridge to [bus 02]
[ 0.993599] pci 0000:00:1c.0: bridge window [io 0x5000-0x5fff]
[ 0.993604] pci 0000:00:1c.0: bridge window [mem 0xd0500000-0xd05fffff]
[ 0.993609] pci 0000:00:1c.0: bridge window [mem 0xd0800000-0xd09fffff 64bit pref]
[ 0.993616] pci 0000:00:1c.3: PCI bridge to [bus 03]
[ 0.993619] pci 0000:00:1c.3: bridge window [io 0x6000-0x6fff]
[ 0.993625] pci 0000:00:1c.3: bridge window [mem 0xd0400000-0xd04fffff]
[ 0.993629] pci 0000:00:1c.3: bridge window [mem 0xd0a00000-0xd0bfffff 64bit pref]
[ 0.993636] pci 0000:00:1c.4: PCI bridge to [bus 04]
[ 0.993638] pci 0000:00:1c.4: bridge window [io 0x7000-0x7fff]
[ 0.993644] pci 0000:00:1c.4: bridge window [mem 0xd0300000-0xd03fffff]
[ 0.993648] pci 0000:00:1c.4: bridge window [mem 0xd0000000-0xd00fffff 64bit pref]
[ 0.993656] pci 0000:05:00.0: BAR 6: assigned [mem 0xd0220000-0xd023ffff pref]
[ 0.993658] pci 0000:00:1c.5: PCI bridge to [bus 05]
[ 0.993661] pci 0000:00:1c.5: bridge window [io 0x2000-0x2fff]
[ 0.993666] pci 0000:00:1c.5: bridge window [mem 0xd0200000-0xd02fffff]
[ 0.993671] pci 0000:00:1c.5: bridge window [mem 0xd0c00000-0xd0dfffff 64bit pref]
[ 0.993678] pci 0000:00:1e.0: PCI bridge to [bus 06]
[ 0.993684] pci 0000:00:1e.0: bridge window [mem 0xd0100000-0xd01fffff]
[ 0.993695] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.993697] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 0.993699] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.993701] pci_bus 0000:00: resource 7 [mem 0xc0000000-0xfebfffff window]
[ 0.993702] pci_bus 0000:01: resource 0 [io 0x3000-0x3fff]
[ 0.993704] pci_bus 0000:01: resource 1 [mem 0xd0600000-0xd06fffff]
[ 0.993706] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xcfffffff 64bit pref]
[ 0.993707] pci_bus 0000:02: resource 0 [io 0x5000-0x5fff]
[ 0.993709] pci_bus 0000:02: resource 1 [mem 0xd0500000-0xd05fffff]
[ 0.993711] pci_bus 0000:02: resource 2 [mem 0xd0800000-0xd09fffff 64bit pref]
[ 0.993712] pci_bus 0000:03: resource 0 [io 0x6000-0x6fff]
[ 0.993714] pci_bus 0000:03: resource 1 [mem 0xd0400000-0xd04fffff]
[ 0.993715] pci_bus 0000:03: resource 2 [mem 0xd0a00000-0xd0bfffff 64bit pref]
[ 0.993717] pci_bus 0000:04: resource 0 [io 0x7000-0x7fff]
[ 0.993719] pci_bus 0000:04: resource 1 [mem 0xd0300000-0xd03fffff]
[ 0.993720] pci_bus 0000:04: resource 2 [mem 0xd0000000-0xd00fffff 64bit pref]
[ 0.993722] pci_bus 0000:05: resource 0 [io 0x2000-0x2fff]
[ 0.993724] pci_bus 0000:05: resource 1 [mem 0xd0200000-0xd02fffff]
[ 0.993725] pci_bus 0000:05: resource 2 [mem 0xd0c00000-0xd0dfffff 64bit pref]
[ 0.993727] pci_bus 0000:06: resource 1 [mem 0xd0100000-0xd01fffff]
[ 0.993729] pci_bus 0000:06: resource 4 [io 0x0000-0x0cf7 window]
[ 0.993730] pci_bus 0000:06: resource 5 [io 0x0d00-0xffff window]
[ 0.993732] pci_bus 0000:06: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.993733] pci_bus 0000:06: resource 7 [mem 0xc0000000-0xfebfffff window]
[ 0.995613] pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.995645] PCI: CLS 256 bytes, default 64
[ 0.995732] Trying to unpack rootfs image as initramfs...
[ 1.032050] Freeing initrd memory: 7536K
[ 1.032871] Initialise system trusted keyrings
[ 1.032893] Key type blacklist registered
[ 1.032997] workingset: timestamp_bits=36 max_order=20 bucket_order=0
[ 1.035059] zbud: loaded
[ 1.035609] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 1.035773] ntfs: driver 2.1.32 [Flags: R/O].
[ 1.035833] fuse: init (API version 7.32)
[ 1.035987] SGI XFS with ACLs, security attributes, realtime, quota, no debug enabled
[ 1.036595] aufs 5.10.82-20220620
[ 1.036687] integrity: Platform Keyring initialized
[ 1.036696] xor: measuring software checksum speed
[ 1.037481] prefetch64-sse : 12568 MB/sec
[ 1.038395] generic_sse : 10773 MB/sec
[ 1.038396] xor: using function: prefetch64-sse (12568 MB/sec)
[ 1.038399] Key type asymmetric registered
[ 1.038401] Asymmetric key parser 'x509' registered
[ 1.038416] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[ 1.038463] io scheduler mq-deadline registered
[ 1.039613] pcieport 0000:00:01.0: pciehp: Slot #1 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ IbPresDis- LLActRep-
[ 1.039757] pcieport 0000:00:1c.0: enabling device (0000 -> 0003)
[ 1.039968] pcieport 0000:00:1c.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl- IbPresDis- LLActRep+ (with Cmd Compl erratum)
[ 1.040295] pcieport 0000:00:1c.3: pciehp: Slot #3 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl- IbPresDis- LLActRep+ (with Cmd Compl erratum)
[ 1.040608] pcieport 0000:00:1c.4: pciehp: Slot #4 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl- IbPresDis- LLActRep+ (with Cmd Compl erratum)
[ 1.040932] pcieport 0000:00:1c.5: pciehp: Slot #5 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl- IbPresDis- LLActRep+ (with Cmd Compl erratum)
[ 1.041143] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 1.041160] intel_idle: MWAIT substates: 0x22220
[ 1.041226] Monitor-Mwait will be used to enter C-1 state
[ 1.041232] Monitor-Mwait will be used to enter C-2 state
[ 1.041237] ACPI: \_PR_.CPU0: Found 2 idle states
[ 1.041238] intel_idle: v0.5.1 model 0xF
[ 1.041341] intel_idle: Local APIC timer is reliable in C1
[ 1.042706] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 1.043297] Linux agpgart interface v0.103
[ 1.043445] AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
[ 1.167406] loop: module loaded
[ 1.167514] usbcore: registered new interface driver rtsx_usb
[ 1.167565] Loading iSCSI transport class v2.0-870.
[ 1.167814] snic:Cisco SCSI NIC Driver, ver 0.0.1.18
[ 1.167943] iscsi: registered transport (tcp)
[ 1.167998] Loading Adaptec I2O RAID: Version 2.4 Build 5go
[ 1.167999] Detecting Adaptec I2O RAID controllers...
[ 1.168063] Adaptec aacraid driver 1.2.1[50983]-custom
[ 1.168082] aic94xx: Adaptec aic94xx SAS/SATA driver version 1.0.3 loaded
[ 1.168131] isci: Intel(R) C600 SAS Controller Driver - version 1.2.0
[ 1.168213] iscsi: registered transport (qla4xxx)
[ 1.168225] QLogic iSCSI HBA Driver
[ 1.168266] Microsemi PQI Driver (v1.2.16-010)
[ 1.168347] megaraid cmm: 2.20.2.7 (Release Date: Sun Jul 16 00:01:03 EST 2006)
[ 1.168387] megaraid: 2.20.5.1 (Release Date: Thu Nov 16 15:32:35 EST 2006)
[ 1.168401] megasas: 07.714.04.00-rc1
[ 1.168428] mpt3sas version 35.100.00.00 loaded
[ 1.168541] GDT-HA: Storage RAID Controller Driver. Version: 3.05
[ 1.168602] 3ware Storage Controller device driver for Linux v1.26.02.003.
[ 1.168615] 3ware 9000 Storage Controller device driver for Linux v2.26.02.014.
[ 1.168633] LSI 3ware SAS/SATA-RAID Controller device driver for Linux v3.26.02.000.
[ 1.168645] ipr: IBM Power RAID SCSI Device Driver version: 2.6.4 (March 14, 2017)
[ 1.168661] RocketRAID 3xxx/4xxx Controller driver v1.10.0
[ 1.168680] stex: Promise SuperTrak EX Driver version: 6.02.0000.01
[ 1.168723] libcxgbi:libcxgbi_init_module: Chelsio iSCSI driver library libcxgbi v0.9.1-ko (Apr. 2015)
[ 1.168726] Chelsio T3 iSCSI Driver cxgb3i v2.0.1-ko (Apr. 2015)
[ 1.168745] iscsi: registered transport (cxgb3i)
[ 1.168746] Chelsio T4-T6 iSCSI Driver cxgb4i v0.9.5-ko (Apr. 2015)
[ 1.168759] iscsi: registered transport (cxgb4i)
[ 1.168761] cxgb4i:cxgb4i_init_module: cxgb4i dcb enabled.
[ 1.168762] QLogic NetXtreme II iSCSI Driver bnx2i v2.7.10.1 (Jul 16, 2014)
[ 1.168780] iscsi: registered transport (bnx2i)
[ 1.168881] iscsi: registered transport (be2iscsi)
[ 1.168883] In beiscsi_module_init, tt=(____ptrval____)
[ 1.168944] VMware PVSCSI driver - version 1.0.7.0-k
[ 1.169343] ata_piix 0000:00:1f.1: version 2.13
[ 1.170231] scsi host0: ata_piix
[ 1.170409] scsi host1: ata_piix
[ 1.170469] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x40e0 irq 14
[ 1.170471] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x40e8 irq 15
[ 1.170612] ata_piix 0000:00:1f.2: MAP [ P0 -- -- -- ]
[ 1.171617] scsi host2: ata_piix
[ 1.171768] scsi host3: ata_piix
[ 1.171829] ata3: SATA max UDMA/133 cmd 0x40f8 ctl 0x4114 bmdma 0x4020 irq 18
[ 1.171831] ata4: SATA max UDMA/133 cmd 0x40f0 ctl 0x4110 bmdma 0x4028 irq 18
[ 1.172506] cnic: QLogic cnicDriver v2.5.22 (July 20, 2015)
[ 1.172684] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.172688] ehci-pci: EHCI PCI platform driver
[ 1.172850] ehci-pci 0000:00:1a.7: EHCI Host Controller
[ 1.172859] ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 1
[ 1.172873] ehci-pci 0000:00:1a.7: debug port 1
[ 1.176797] ehci-pci 0000:00:1a.7: cache line size of 256 is not supported
[ 1.176810] ehci-pci 0000:00:1a.7: irq 21, io mem 0xd0704c00
[ 1.195364] ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[ 1.195480] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[ 1.195484] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.195487] usb usb1: Product: EHCI Host Controller
[ 1.195491] usb usb1: Manufacturer: Linux 5.10.129 ehci_hcd
[ 1.195494] usb usb1: SerialNumber: 0000:00:1a.7
[ 1.195677] hub 1-0:1.0: USB hub found
[ 1.195686] hub 1-0:1.0: 4 ports detected
[ 1.196035] ehci-pci 0000:00:1d.7: EHCI Host Controller
[ 1.196041] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 2
[ 1.196068] ehci-pci 0000:00:1d.7: debug port 1
[ 1.199988] ehci-pci 0000:00:1d.7: cache line size of 256 is not supported
[ 1.200000] ehci-pci 0000:00:1d.7: irq 20, io mem 0xd0704800
[ 1.219372] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[ 1.219530] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[ 1.219535] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.219538] usb usb2: Product: EHCI Host Controller
[ 1.219541] usb usb2: Manufacturer: Linux 5.10.129 ehci_hcd
[ 1.219544] usb usb2: SerialNumber: 0000:00:1d.7
[ 1.219674] hub 2-0:1.0: USB hub found
[ 1.219682] hub 2-0:1.0: 6 ports detected
[ 1.219924] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 1.219928] uhci_hcd: USB Universal Host Controller Interface driver
[ 1.220083] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[ 1.220089] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[ 1.220097] uhci_hcd 0000:00:1a.0: detected 2 ports
[ 1.220119] uhci_hcd 0000:00:1a.0: irq 20, io base 0x000040c0
[ 1.220178] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.10
[ 1.220180] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.220182] usb usb3: Product: UHCI Host Controller
[ 1.220183] usb usb3: Manufacturer: Linux 5.10.129 uhci_hcd
[ 1.220185] usb usb3: SerialNumber: 0000:00:1a.0
[ 1.220300] hub 3-0:1.0: USB hub found
[ 1.220309] hub 3-0:1.0: 2 ports detected
[ 1.220573] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[ 1.220579] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[ 1.220585] uhci_hcd 0000:00:1a.1: detected 2 ports
[ 1.220619] uhci_hcd 0000:00:1a.1: irq 16, io base 0x000040a0
[ 1.220691] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.10
[ 1.220693] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.220695] usb usb4: Product: UHCI Host Controller
[ 1.220696] usb usb4: Manufacturer: Linux 5.10.129 uhci_hcd
[ 1.220698] usb usb4: SerialNumber: 0000:00:1a.1
[ 1.220811] hub 4-0:1.0: USB hub found
[ 1.220819] hub 4-0:1.0: 2 ports detected
[ 1.221088] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 1.221094] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
[ 1.221102] uhci_hcd 0000:00:1d.0: detected 2 ports
[ 1.221122] uhci_hcd 0000:00:1d.0: irq 16, io base 0x00004080
[ 1.221177] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.10
[ 1.221180] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.221181] usb usb5: Product: UHCI Host Controller
[ 1.221183] usb usb5: Manufacturer: Linux 5.10.129 uhci_hcd
[ 1.221184] usb usb5: SerialNumber: 0000:00:1d.0
[ 1.221308] hub 5-0:1.0: USB hub found
[ 1.221316] hub 5-0:1.0: 2 ports detected
[ 1.221581] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 1.221586] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
[ 1.221594] uhci_hcd 0000:00:1d.1: detected 2 ports
[ 1.221615] uhci_hcd 0000:00:1d.1: irq 18, io base 0x00004060
[ 1.221671] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.10
[ 1.221673] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.221674] usb usb6: Product: UHCI Host Controller
[ 1.221676] usb usb6: Manufacturer: Linux 5.10.129 uhci_hcd
[ 1.221677] usb usb6: SerialNumber: 0000:00:1d.1
[ 1.221790] hub 6-0:1.0: USB hub found
[ 1.221798] hub 6-0:1.0: 2 ports detected
[ 1.222054] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 1.222065] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
[ 1.222072] uhci_hcd 0000:00:1d.2: detected 2 ports
[ 1.222093] uhci_hcd 0000:00:1d.2: irq 21, io base 0x00004040
[ 1.222154] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.10
[ 1.222156] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.222158] usb usb7: Product: UHCI Host Controller
[ 1.222159] usb usb7: Manufacturer: Linux 5.10.129 uhci_hcd
[ 1.222161] usb usb7: SerialNumber: 0000:00:1d.2
[ 1.222280] hub 7-0:1.0: USB hub found
[ 1.222287] hub 7-0:1.0: 2 ports detected
[ 1.222501] usbcore: registered new interface driver usb-storage
[ 1.222524] i8042: PNP: No PS/2 controller found.
[ 1.222598] mousedev: PS/2 mouse device common for all mice
[ 1.222641] rtc_cmos 00:03: RTC can wake from S4
[ 1.222902] rtc_cmos 00:03: registered as rtc0
[ 1.222940] rtc_cmos 00:03: setting system clock to 2022-07-11T17:59:45 UTC (1657562385)
[ 1.222967] rtc_cmos 00:03: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[ 1.222976] intel_pstate: CPU model not supported
[ 1.222996] sdhci: Secure Digital Host Controller Interface driver
[ 1.222997] sdhci: Copyright(c) Pierre Ossman
[ 1.223032] wbsd: Winbond W83L51xD SD/MMC card interface driver
[ 1.223033] wbsd: Copyright(c) Pierre Ossman
[ 1.223074] VUB300 Driver rom wait states = 1C irqpoll timeout = 0400
[ 1.223222] usbcore: registered new interface driver vub300
[ 1.223237] usbcore: registered new interface driver ushc
[ 1.223281] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.223532] hid: raw HID events driver (C) Jiri Kosina
[ 1.223597] usbcore: registered new interface driver usbhid
[ 1.223598] usbhid: USB HID core driver
[ 1.223896] NET: Registered protocol family 10
[ 1.225886] Segment Routing with IPv6
[ 1.225911] mip6: Mobile IPv6
[ 1.225913] NET: Registered protocol family 17
[ 1.225949] mpls_gso: MPLS GSO support
[ 1.226153] microcode: sig=0x6fb, pf=0x80, revision=0xba
[ 1.226160] microcode: Microcode Update Driver: v2.2.
[ 1.226166] IPI shorthand broadcast: enabled
[ 1.226177] sched_clock: Marking stable (1223708376, 2317990)->(1233719432, -7693066)
[ 1.226279] registered taskstats version 1
[ 1.226285] Loading compiled-in X.509 certificates
[ 1.226305] zswap: loaded using pool lzo/zbud
[ 1.226414] Key type ._fscrypt registered
[ 1.226416] Key type .fscrypt registered
[ 1.226417] Key type fscrypt-provisioning registered
[ 1.228704] Btrfs loaded, crc32c=crc32c-generic
[ 1.353703] ata3.00: ATA-8: WDC WD3200AAJS-40VWA0, 58.01D02, max UDMA/133
[ 1.353706] ata3.00: 625142448 sectors, multi 0: LBA48 NCQ (depth 0/32)
[ 1.354248] ata1.00: ATAPI: MATSHITADVD-R UJ-875, DB09, max UDMA/66
[ 1.361400] scsi 0:0:0:0: CD-ROM MATSHITA DVD-R UJ-875 DB09 PQ: 0 ANSI: 5
[ 1.393502] sr 0:0:0:0: [sr0] scsi3-mmc drive: 62x/62x writer cd/rw xa/form2 cdda tray
[ 1.393506] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 1.415419] sr 0:0:0:0: Attached scsi CD-ROM sr0
[ 1.415700] scsi 2:0:0:0: Direct-Access ATA WDC WD3200AAJS-4 1D02 PQ: 0 ANSI: 5
[ 1.415967] sd 2:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
[ 1.415982] sd 2:0:0:0: [sda] Write Protect is off
[ 1.415985] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.416011] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.435806] sda: sda1 sda2 sda3
[ 1.451625] sd 2:0:0:0: [sda] Attached SCSI disk
[ 1.454751] Freeing unused kernel image (initmem) memory: 2648K
[ 1.454803] Write protecting the kernel read-only data: 28672k
[ 1.456184] Freeing unused kernel image (text/rodata gap) memory: 2032K
[ 1.457355] Freeing unused kernel image (rodata/data gap) memory: 1736K
[ 1.510417] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 1.510434] usb 2-4: new high-speed USB device number 2 using ehci-pci
[ 1.510468] x86/mm: Checking user space page tables
[ 1.561618] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 1.561639] Run /init as init process
[ 1.561641] with arguments:
[ 1.561643] /init
[ 1.561644] with environment:
[ 1.561645] HOME=/
[ 1.561646] TERM=linux
[ 1.561647] pmedia=cd
[ 1.561649] pfix=fsck
[ 1.659362] usb 3-1: new full-speed USB device number 2 using uhci_hcd
[ 1.765288] usb 2-4: New USB device found, idVendor=05ac, idProduct=8502, bcdDevice= 1.55
[ 1.765294] usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1.765297] usb 2-4: Product: Built-in iSight
[ 1.765300] usb 2-4: Manufacturer: Apple Inc.
[ 1.765303] usb 2-4: SerialNumber: 906A08D545F72A28 (03.00)
[ 1.885380] usb 3-1: New USB device found, idVendor=05ac, idProduct=1000, bcdDevice=19.65
[ 1.885385] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1.906956] input: HID 05ac:1000 as /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1:1.0/0003:05AC:1000.0001/input/input0
[ 1.967607] hid-generic 0003:05AC:1000.0001: input,hidraw0: USB HID v1.11 Keyboard [HID 05ac:1000] on usb-0000:00:1a.0-1/input0
[ 1.982911] input: HID 05ac:1000 as /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1:1.1/0003:05AC:1000.0002/input/input1
[ 1.982989] hid-generic 0003:05AC:1000.0002: input,hidraw1: USB HID v1.11 Mouse [HID 05ac:1000] on usb-0000:00:1a.0-1/input1
[ 2.027353] usb 7-1: new low-speed USB device number 2 using uhci_hcd
[ 2.059360] tsc: Refined TSC clocksource calibration: 2394.007 MHz
[ 2.059369] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x22821a4173a, max_idle_ns: 440795286169 ns
[ 2.059389] clocksource: Switched to clocksource tsc
[ 2.225378] usb 7-1: New USB device found, idVendor=05ac, idProduct=8242, bcdDevice= 0.16
[ 2.225385] usb 7-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.225388] usb 7-1: Product: IR Receiver
[ 2.225391] usb 7-1: Manufacturer: Apple Computer, Inc.
[ 2.759359] usb 3-2: new full-speed USB device number 3 using uhci_hcd
[ 2.969371] usb 3-2: New USB device found, idVendor=05ac, idProduct=1002, bcdDevice= 1.22
[ 2.969376] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.969380] usb 3-2: Product: Hub in Apple Extended USB Keyboard
[ 2.969383] usb 3-2: Manufacturer: Mitsumi Electric
[ 2.972451] hub 3-2:1.0: USB hub found
[ 2.974370] hub 3-2:1.0: 3 ports detected
[ 3.279358] usb 1-4: new high-speed USB device number 4 using ehci-pci
[ 3.279378] usb 3-2.1: new full-speed USB device number 4 using uhci_hcd
[ 3.432371] usb 3-2.1: New USB device found, idVendor=05ac, idProduct=0204, bcdDevice= 1.22
[ 3.432377] usb 3-2.1: New USB device strings: Mfr=1, Product=3, SerialNumber=0
[ 3.432381] usb 3-2.1: Product: Apple Extended USB Keyboard
[ 3.432384] usb 3-2.1: Manufacturer: Mitsumi Electric
[ 3.438969] input: Mitsumi Electric Apple Extended USB Keyboard as /devices/pci0000:00/0000:00:1a.0/usb3/3-2/3-2.1/3-2.1:1.0/0003:05AC:0204.0004/input/input2
[ 3.443084] usb 1-4: New USB device found, idVendor=058f, idProduct=6387, bcdDevice= 1.00
[ 3.443089] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 3.443092] usb 1-4: Product: Mass Storage
[ 3.443095] usb 1-4: Manufacturer: Generic
[ 3.443098] usb 1-4: SerialNumber: 80D8E570
[ 3.443403] usb-storage 1-4:1.0: USB Mass Storage device detected
[ 3.443633] scsi host4: usb-storage 1-4:1.0
[ 3.495622] hid-generic 0003:05AC:0204.0004: input,hidraw2: USB HID v1.10 Keyboard [Mitsumi Electric Apple Extended USB Keyboard] on usb-0000:00:1a.0-2.1/input0
[ 3.499587] input: Mitsumi Electric Apple Extended USB Keyboard System Control as /devices/pci0000:00/0000:00:1a.0/usb3/3-2/3-2.1/3-2.1:1.1/0003:05AC:0204.0005/input/input3
[ 3.559435] input: Mitsumi Electric Apple Extended USB Keyboard Consumer Control as /devices/pci0000:00/0000:00:1a.0/usb3/3-2/3-2.1/3-2.1:1.1/0003:05AC:0204.0005/input/input4
[ 3.559525] hid-generic 0003:05AC:0204.0005: input,hidraw3: USB HID v1.10 Device [Mitsumi Electric Apple Extended USB Keyboard] on usb-0000:00:1a.0-2.1/input1
[ 3.639360] usb 3-2.2: new low-speed USB device number 5 using uhci_hcd
[ 3.790368] usb 3-2.2: New USB device found, idVendor=1bcf, idProduct=0005, bcdDevice= 0.90
[ 3.790373] usb 3-2.2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[ 3.790376] usb 3-2.2: Product: USB Optical Mouse
[ 3.811971] input: USB Optical Mouse as /devices/pci0000:00/0000:00:1a.0/usb3/3-2/3-2.2/3-2.2:1.0/0003:1BCF:0005.0006/input/input5
[ 3.812041] hid-generic 0003:1BCF:0005.0006: input,hidraw4: USB HID v1.10 Mouse [USB Optical Mouse] on usb-0000:00:1a.0-2.2/input0
[ 4.457243] scsi 4:0:0:0: Direct-Access Generic Flash Disk 8.07 PQ: 0 ANSI: 4
[ 4.458723] sd 4:0:0:0: [sdb] 15728640 512-byte logical blocks: (8.05 GB/7.50 GiB)
[ 4.459844] sd 4:0:0:0: [sdb] Write Protect is off
[ 4.459849] sd 4:0:0:0: [sdb] Mode Sense: 23 00 00 00
[ 4.460968] sd 4:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 4.484742] sdb: sdb1
[ 4.502468] sd 4:0:0:0: [sdb] Attached SCSI removable disk
[ 5.266647] ISO 9660 Extensions: RRIP_1991A
[ 89.505008] EXT4-fs (sda1): mounting ext2 file system using the ext4 subsystem
[ 89.519532] EXT4-fs (sda1): warning: mounting unchecked fs, running e2fsck is recommended
[ 89.529523] EXT4-fs (sda1): mounted filesystem without journal. Opts: (null)
[ 89.611323] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
[ 90.494808] ISO 9660 Extensions: RRIP_1991A
[ 90.746293] random: crng init done
[ 90.831361] Adding 1067004k swap on /dev/sda2. Priority:-2 extents:1 across:1067004k FS
[ 93.373191] hid_appleir: module verification failed: signature and/or required key missing - tainting kernel
[ 93.374798] input: Apple Computer, Inc. IR Receiver as /devices/pci0000:00/0000:00:1d.2/usb7/7-1/7-1:1.0/0003:05AC:8242.0003/input/input6
[ 93.431708] appleir 0003:05AC:8242.0003: input,hiddev0,hidraw5: USB HID v1.11 Device [Apple Computer, Inc. IR Receiver] on usb-0000:00:1d.2-1/input0
[ 93.456126] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input7
[ 93.456170] ACPI: Power Button [PWRB]
[ 93.456762] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input8
[ 93.456796] ACPI: Sleep Button [SLPB]
[ 93.457473] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input9
[ 93.471410] ACPI: Power Button [PWRF]
[ 93.743420] firewire_ohci 0000:03:00.0: added OHCI v1.10 device as card 0, 8 IR + 8 IT contexts, quirks 0x10, physUB
[ 93.839838] input: PC Speaker as /devices/platform/pcspkr/input/input10
[ 93.851833] sr 0:0:0:0: Attached scsi generic sg0 type 5
[ 93.851878] sd 2:0:0:0: Attached scsi generic sg1 type 0
[ 93.851919] sd 4:0:0:0: Attached scsi generic sg2 type 0
[ 93.866374] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x0000000000000400-0x000000000000047F (\PMIO) (20200925/utaddress-204)
[ 93.866382] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 93.866386] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x000000000000053B (\GPIO) (20200925/utaddress-204)
[ 93.866390] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 93.866392] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x000000000000053B (\GPIO) (20200925/utaddress-204)
[ 93.866396] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 93.866397] lpc_ich: Resource conflict(s) found affecting gpio_ich
[ 94.010752] usbcore: registered new device driver apple-mfi-fastcharge
[ 94.067307] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[ 94.104803] i2c i2c-0: 2/2 memory slots populated (from DMI)
[ 94.207244] [drm] radeon kernel modesetting enabled.
[ 94.207351] radeon 0000:01:00.0: vgaarb: deactivate vga console
[ 94.208143] Console: switching to colour dummy device 80x25
[ 94.209399] sky2: driver version 1.30
[ 94.209704] sky2 0000:05:00.0: Yukon-2 EC Ultra chip revision 3
[ 94.247581] firewire_core 0000:03:00.0: created device fw0: GUID 001f5bfffe0ec956, S800
[ 94.307485] i801_smbus 0000:00:1f.3: Timeout waiting for interrupt!
[ 94.307515] i801_smbus 0000:00:1f.3: Transaction timeout
[ 94.357802] sky2 0000:05:00.0 eth0: addr 00:1e:c2:0f:fc:b5
[ 94.358004] [drm] initializing kernel modesetting (RV630 0x1002:0x9583 0x106B:0x0083 0x00).
[ 94.358396] radeon 0000:01:00.0: No more image in the PCI ROM
[ 94.358872] ATOM BIOS: M76XT
[ 94.359011] radeon 0000:01:00.0: VRAM: 256M 0x0000000000000000 - 0x000000000FFFFFFF (256M used)
[ 94.359026] radeon 0000:01:00.0: GTT: 512M 0x0000000010000000 - 0x000000002FFFFFFF
[ 94.359042] [drm] Detected VRAM RAM=256M, BAR=256M
[ 94.359056] [drm] RAM width 128bits DDR
[ 94.368688] mc: Linux media interface: v0.10
[ 94.381324] [TTM] Zone kernel: Available graphics memory: 1516624 KiB
[ 94.381354] [TTM] Initializing pool allocator
[ 94.381403] [TTM] Initializing DMA pool allocator
[ 94.381568] [drm] radeon: 256M of VRAM memory ready
[ 94.381584] [drm] radeon: 512M of GTT memory ready.
[ 94.381729] [drm] Loading RV630 Microcode
[ 94.396909] videodev: Linux video capture interface: v2.00
[ 94.515454] i801_smbus 0000:00:1f.3: Timeout waiting for interrupt!
[ 94.515485] i801_smbus 0000:00:1f.3: Transaction timeout
[ 94.527470] Error: Driver 'pcspkr' is already registered, aborting...
[ 94.623439] usbcore: registered new interface driver uas
[ 94.661776] uvcvideo: Found UVC 1.00 device Built-in iSight (05ac:8502)
[ 94.661824] [drm] Internal thermal controller without fan control
[ 94.661881] == power state 0 ==
[ 94.661883] ui class: none
[ 94.661884] internal class: boot
[ 94.661887] caps: video
[ 94.661889] uvd vclk: 0 dclk: 0
[ 94.661891] power level 0 sclk: 60000 mclk: 68500 vddc: 1100
[ 94.661892] power level 1 sclk: 60000 mclk: 68500 vddc: 1100
[ 94.661893] power level 2 sclk: 60000 mclk: 68500 vddc: 1100
[ 94.661894] status: c r b
[ 94.661897] == power state 1 ==
[ 94.661899] ui class: performance
[ 94.661899] internal class: ovrdrv
[ 94.661901] caps: video
[ 94.661903] uvd vclk: 0 dclk: 0
[ 94.661905] power level 0 sclk: 60000 mclk: 65000 vddc: 1100
[ 94.661906] power level 1 sclk: 60000 mclk: 65000 vddc: 1100
[ 94.661907] power level 2 sclk: 60000 mclk: 65000 vddc: 1100
[ 94.661908] status:
[ 94.664760] [drm] radeon: dpm initialized
[ 94.665045] [drm] GART: num cpu pages 131072, num gpu pages 131072
[ 94.671609] input: Built-in iSight as /devices/pci0000:00/0000:00:1d.7/usb2/2-4/2-4:1.0/input/input11
[ 94.671675] usbcore: registered new interface driver uvcvideo
[ 94.671677] USB Video Class driver (1.1.1)
[ 94.686289] [drm] PCIE GART of 512M enabled (table at 0x0000000000142000).
[ 94.686342] radeon 0000:01:00.0: WB enabled
[ 94.686345] radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000010000c00
[ 94.686924] radeon 0000:01:00.0: fence driver on ring 5 use gpu addr 0x00000000000521d0
[ 94.711383] radeon 0000:01:00.0: radeon: MSI limited to 32-bit
[ 94.711449] radeon 0000:01:00.0: radeon: using MSI.
[ 94.711479] [drm] radeon: irq initialized.
[ 94.956959] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 94.957139] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/LNXVIDEO:00/input/input12
[ 94.973334] [drm] ring test on 0 succeeded in 1 usecs
[ 95.148338] [drm] ring test on 5 succeeded in 1 usecs
[ 95.148347] [drm] UVD initialized successfully.
[ 95.148832] [drm] ib test on ring 0 succeeded in 0 usecs
[ 95.271114] usb 3-1: usbfs: USBDEVFS_CONTROL failed cmd hid2hci rqt 64 rq 0 len 0 ret -84
[ 95.314784] snd_hda_codec_realtek hdaudioC0D0: ALC889A: SKU not ready 0x400000f0
[ 95.315171] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC889A: line_outs=2 (0x14/0x16/0x0/0x0/0x0) type:speaker
[ 95.315174] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 95.315177] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x15/0x0/0x0/0x0/0x0)
[ 95.315178] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
[ 95.315180] snd_hda_codec_realtek hdaudioC0D0: dig-out=0x1e/0x0
[ 95.315181] snd_hda_codec_realtek hdaudioC0D0: inputs:
[ 95.315183] snd_hda_codec_realtek hdaudioC0D0: Mic=0x18
[ 95.315185] snd_hda_codec_realtek hdaudioC0D0: Line=0x1a
[ 95.315187] snd_hda_codec_realtek hdaudioC0D0: dig-in=0x1f
[ 95.339500] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
[ 95.339574] input: HDA Intel Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
[ 95.339642] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
[ 95.459435] usb 3-1: USB disconnect, device number 2
[ 95.603393] ssb: Found chip with id 0x4321, rev 0x03 and package 0x00
[ 95.707633] b43-pci-bridge 0000:04:00.0: Sonics Silicon Backplane found on PCI device 0000:04:00.0
[ 95.807366] usb 3-1: new full-speed USB device number 6 using uhci_hcd
[ 95.849137] [drm] ib test on ring 5 succeeded
[ 95.850073] [drm] radeon atom DIG backlight initialized
[ 95.850076] [drm] Radeon Display Connectors
[ 95.850078] [drm] Connector 0:
[ 95.850079] [drm] DVI-I-1
[ 95.850080] [drm] HPD1
[ 95.850082] [drm] DDC: 0x7e40 0x7e40 0x7e44 0x7e44 0x7e48 0x7e48 0x7e4c 0x7e4c
[ 95.850082] [drm] Encoders:
[ 95.850083] [drm] CRT1: INTERNAL_KLDSCP_DAC1
[ 95.850085] [drm] DFP1: INTERNAL_KLDSCP_TMDS1
[ 95.850086] [drm] Connector 1:
[ 95.850086] [drm] LVDS-1
[ 95.850088] [drm] DDC: 0x7e50 0x7e50 0x7e54 0x7e54 0x7e58 0x7e58 0x7e5c 0x7e5c
[ 95.850089] [drm] Encoders:
[ 95.850090] [drm] LCD1: INTERNAL_LVTM1
[ 95.850091] [drm] Connector 2:
[ 95.850092] [drm] DIN-1
[ 95.850092] [drm] Encoders:
[ 95.850093] [drm] TV1: INTERNAL_KLDSCP_DAC2
[ 96.026140] usb 3-1: New USB device found, idVendor=05ac, idProduct=8206, bcdDevice=19.65
[ 96.026145] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 96.283407] switching from power state:
[ 96.283411] ui class: none
[ 96.283412] internal class: boot
[ 96.283415] caps: video
[ 96.283418] uvd vclk: 0 dclk: 0
[ 96.283420] power level 0 sclk: 60000 mclk: 68500 vddc: 1100
[ 96.283422] power level 1 sclk: 60000 mclk: 68500 vddc: 1100
[ 96.283423] power level 2 sclk: 60000 mclk: 68500 vddc: 1100
[ 96.283424] status: c b
[ 96.283426] switching to power state:
[ 96.283427] ui class: performance
[ 96.283428] internal class: ovrdrv
[ 96.283430] caps: video
[ 96.283432] uvd vclk: 0 dclk: 0
[ 96.283434] power level 0 sclk: 60000 mclk: 65000 vddc: 1100
[ 96.283435] power level 1 sclk: 60000 mclk: 65000 vddc: 1100
[ 96.283436] power level 2 sclk: 60000 mclk: 65000 vddc: 1100
[ 96.283437] status: r
[ 96.530176] sky2 0000:05:00.0 ens5: renamed from eth0
[ 96.552138] [drm] fb mappable at 0xC0243000
[ 96.552141] [drm] vram apper at 0xC0000000
[ 96.552143] [drm] size 9216000
[ 96.552144] [drm] fb depth is 24
[ 96.552145] [drm] pitch is 7680
[ 96.552558] fbcon: radeondrmfb (fb0) is primary device
[ 96.636308] iTCO_vendor_support: vendor-support=0
[ 96.660781] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[ 96.660842] iTCO_wdt: Found a ICH8M TCO device (Version=2, TCOBASE=0x0460)
[ 96.667241] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 96.767477] Console: switching to colour frame buffer device 240x75
[ 96.774098] radeon 0000:01:00.0: [drm] fb0: radeondrmfb frame buffer device
[ 96.787467] [drm] Initialized radeon 2.50.0 20080528 for 0000:01:00.0 on minor 0
[ 97.183781] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 97.220792] alg: No test for fips(ansi_cprng) (fips_ansi_cprng)
[ 97.265064] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 97.334454] Bluetooth: Core ver 2.22
[ 97.334502] NET: Registered protocol family 31
[ 97.334503] Bluetooth: HCI device and connection manager initialized
[ 97.334645] Bluetooth: HCI socket layer initialized
[ 97.334649] Bluetooth: L2CAP socket layer initialized
[ 97.334655] Bluetooth: SCO socket layer initialized
[ 97.376073] usbcore: registered new interface driver btusb
[ 97.385597] Bluetooth: hci0: unexpected event for opcode 0x0000
[ 97.406110] b43-phy0: Broadcom 4321 WLAN found (core revision 12)
[ 97.447371] b43-phy0: Found PHY: Analog 5, Type 4 (N), Revision 2
[ 97.447400] b43-phy0: Found Radio: Manuf 0x17F, ID 0x2055, Revision 4, Version 0
[ 97.463487] b43 ssb0:0: Direct firmware load for b43/ucode11.fw failed with error -2
[ 97.463529] b43 ssb0:0: Direct firmware load for b43/ucode11.fw failed with error -2
[ 97.463578] b43 ssb0:0: Direct firmware load for b43-open/ucode11.fw failed with error -2
[ 97.463617] b43 ssb0:0: Direct firmware load for b43-open/ucode11.fw failed with error -2
[ 97.463619] b43-phy0 ERROR: Firmware file "b43/ucode11.fw" not found
[ 97.463620] b43-phy0 ERROR: Firmware file "b43-open/ucode11.fw" not found
[ 97.463622] b43-phy0 ERROR: You must go to https://wireless.wiki.kernel.org/en/use ... cefirmware and download the correct firmware for this driver version. Please carefully read all instructions on this website.
[ 97.463728] Broadcom 43xx driver loaded [ Features: PNLS ]
[ 100.296399] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 100.296403] Bluetooth: BNEP filters: protocol multicast
[ 100.296410] Bluetooth: BNEP socket layer initialized
[ 100.403821] sky2 0000:05:00.0 ens5: enabling interface
[ 102.871227] sky2 0000:05:00.0 ens5: Link is up at 1000 Mbps, full duplex, flow control both
[ 102.871252] IPv6: ADDRCONF(NETDEV_CHANGE): ens5: link becomes ready
[ 102.894401] 8021q: 802.1Q VLAN Support v1.8
[ 108.009144] IPv4: martian source 255.255.255.255 from 192.168.1.254, on dev ens5
[ 108.009149] ll header: 00000000: ff ff ff ff ff ff 9c 1e 95 eb a4 f0 08 00
[ 108.020106] IPv4: martian source 255.255.255.255 from 192.168.1.254, on dev ens5
[ 108.020110] ll header: 00000000: ff ff ff ff ff ff 9c 1e 95 eb a4 f0 08 00
[ 109.458451] Bluetooth: RFCOMM TTY layer initialized
[ 109.458498] Bluetooth: RFCOMM socket layer initialized
[ 109.458506] Bluetooth: RFCOMM ver 1.11
[ 594.370494] UDF-fs: warning (device sr0): udf_load_vrs: No VRS found
[ 594.370499] UDF-fs: Scanning with blocksize 2048 failed
[ 597.322312] UDF-fs: warning (device sr0): udf_load_vrs: No VRS found
[ 597.322316] UDF-fs: Scanning with blocksize 4096 failed
[ 597.403816] ISO 9660 Extensions: RRIP_1991A
[ 1843.509010] EXT4-fs (sda1): mounting ext2 file system using the ext4 subsystem
[ 1843.510997] EXT4-fs (sda1): warning: mounting unchecked fs, running e2fsck is recommended
[ 1843.523673] EXT4-fs (sda1): mounted filesystem without journal. Opts: (null)
[ 2033.116969] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
[ 2776.828135] FAT-fs (sdb1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 2944.434515] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
[ 3497.092244] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
[ 4072.743699] perf: interrupt took too long (2519 > 2500), lowering kernel.perf_event_max_sample_rate to 79250
[ 5351.809394] perf: interrupt took too long (3157 > 3148), lowering kernel.perf_event_max_sample_rate to 63250
[ 6038.681620] FAT-fs (sdb1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 6871.755706] perf: interrupt took too long (3954 > 3946), lowering kernel.perf_event_max_sample_rate to 50500
[ 7997.822776] FAT-fs (sdb1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 9181.476196] aufs au_warn_loopback:123:loop6[11713]: you may want to try another patch for loopback file on tmpfs(0x1021994) branch
[10570.805174] perf: interrupt took too long (4944 > 4942), lowering kernel.perf_event_max_sample_rate to 40250
[13401.732724] perf: interrupt took too long (6182 > 6180), lowering kernel.perf_event_max_sample_rate to 32250
~$

i tried 3 times to start from dmesg. swear swear
hope this is okay. thanks, mm

dimkr
Posts: 2333
Joined: Wed Dec 30, 2020 6:14 pm
Has thanked: 49 times
Been thanked: 1139 times

Re: Trying Vanilla pup; issues

Post by dimkr »

@mmmrr Looks like you have a Broadcom WiFi adapter, not an Atheros one. Maybe you should try apt update && apt install firmware-b43-installer while connected to the internet through a cable.

User avatar
mmmrr
Posts: 147
Joined: Sun Jun 27, 2021 8:20 pm
Location: vancouver island, canada
Been thanked: 1 time

Re: Trying Vanilla pup; issues

Post by mmmrr »

~$ update && apt install firmware-b43-installer
bash: update: command not found
~$

User avatar
Sofiya
Posts: 2166
Joined: Tue Dec 07, 2021 9:49 pm
Has thanked: 1413 times
Been thanked: 1449 times

Re: Trying Vanilla pup; issues

Post by Sofiya »

mmmrr wrote: Tue Jul 12, 2022 9:39 am

~$ update && apt install firmware-b43-installer
bash: update: command not found
~$

Code: Select all

apt update && apt install firmware-b43-installer

KL
PUPPY LINUX Simple fast free

User avatar
mmmrr
Posts: 147
Joined: Sun Jun 27, 2021 8:20 pm
Location: vancouver island, canada
Been thanked: 1 time

Re: Trying Vanilla pup; issues

Post by mmmrr »

thanks, sofiya.
because of the line break
i did not see the first apt.
oh dear. cheers, mm

edit 1--code ran without notice of
failure. when i check internet setup
i se no change, wired-which i am using,
bluetooth- which i don't know about other
than it's a type of wireless, and thethering
- which involves using a cellphone to provide
a wifi signal to a computer...i think.

no sight of wireless module...?
do i need to reboot? i hope not t'm still
on first run of dvd boot. ie nothing saved yet.

edit 2 just saw the little y/n do you want to continu
when i re-read terminal ...sheesh!! fifteen years since
i used synaptic..mm

User avatar
Sofiya
Posts: 2166
Joined: Tue Dec 07, 2021 9:49 pm
Has thanked: 1413 times
Been thanked: 1449 times

Re: Trying Vanilla pup; issues

Post by Sofiya »

mmmrr wrote: Tue Jul 12, 2022 12:57 pm

no sight of wireless module...?
do i need to reboot? i hope not t'm still
on first run of dvd boot. ie nothing saved yet.

no need to reboot
Applications > Setup > Puppy Setup - Internet - Wireless

Attachments
1.jpg
1.jpg (10.75 KiB) Viewed 2721 times

KL
PUPPY LINUX Simple fast free

User avatar
mmmrr
Posts: 147
Joined: Sun Jun 27, 2021 8:20 pm
Location: vancouver island, canada
Been thanked: 1 time

Re: Trying Vanilla pup; issues

Post by mmmrr »

thanks sofiya.
i don't remember how to take screenshot.
neywork settings shows wired and bluetooth
in left side of window. no wtreless listed.
i'm using wired so that info is in the middle.
bluetooth shows as not connected.
enable tethering says edit /etc/conman/main.config
to allow.
is bluetooth to another pc with wifi a possibility?
or tetherd to cellphone connected to in-house wifi?

or...chers, mm

User avatar
Sofiya
Posts: 2166
Joined: Tue Dec 07, 2021 9:49 pm
Has thanked: 1413 times
Been thanked: 1449 times

Re: Trying Vanilla pup; issues

Post by Sofiya »

mmmrr wrote: Tue Jul 12, 2022 9:33 pm

thanks sofiya.
i don't remember how to take screenshot.
neywork settings shows wired and bluetooth
in left side of window. no wtreless listed.
i'm using wired so that info is in the middle.
bluetooth shows as not connected.
enable tethering says edit /etc/conman/main.config
to allow.
is bluetooth to another pc with wifi a possibility?
or tetherd to cellphone connected to in-house wifi?

or...chers, mm

Try

Code: Select all

apt install firmware-b43legacy-installer

KL
PUPPY LINUX Simple fast free

User avatar
mmmrr
Posts: 147
Joined: Sun Jun 27, 2021 8:20 pm
Location: vancouver island, canada
Been thanked: 1 time

Re: Trying Vanilla pup; issues

Post by mmmrr »

thanks sofiya,

i will try that as soon as i can.
have a horrid feeling that i'll
have to go back a couple of
steps then another forward..
uncheers, mm

Feek
Posts: 398
Joined: Sun Oct 18, 2020 8:48 am
Location: cze
Has thanked: 54 times
Been thanked: 90 times

Re: Trying Vanilla pup; issues

Post by Feek »

Sofiya wrote: Sat Jul 09, 2022 1:04 am

3/ First, let's install the numlockx utility that controls NumLock:
apt install numlockx

Now let's add the loading of this utility and the inclusion of NumLock to the X configuration file: enter in terminal
echo /usr/bin/numlockx on >> /etc/X11/xinit/xinitrc
reboot

Sofiya,
I installed numlockx utility and then ran this in terminal:
echo /usr/bin/numlockx on >> /etc/X11/xinit/xinitrc
Then saved session.
After reboot numlock is still off.

I tried to create a new .desktop file in ~/.config/autostart with line Exec=defaultterminal -e numlockx on
This seems to work well. After I restart X server, numlock is on.

What do you mean :) ?

User avatar
Sofiya
Posts: 2166
Joined: Tue Dec 07, 2021 9:49 pm
Has thanked: 1413 times
Been thanked: 1449 times

Re: Trying Vanilla pup; issues

Post by Sofiya »

Feek wrote: Thu Jul 14, 2022 4:21 pm

What do you mean :) ?

I mean. if after executing the command ( echo /usr/bin/numlockx to >> /etc/X11/xinit/xinitrc ) it will still be turned off. then ( numlockx on ) add to autoload

Code: Select all

[[Desktop Entry]
Encoding=UTF-8
Type=Application
NoDisplay=true
Name=numlockx
Exec=/usr/bin/numlockx on

KL
PUPPY LINUX Simple fast free

dimkr
Posts: 2333
Joined: Wed Dec 30, 2020 6:14 pm
Has thanked: 49 times
Been thanked: 1139 times

Re: Trying Vanilla pup; issues

Post by dimkr »

@mmmrr 9.2.7 will be out soon and includes the extra Broadcom firmware you need, out of the box.

User avatar
mmmrr
Posts: 147
Joined: Sun Jun 27, 2021 8:20 pm
Location: vancouver island, canada
Been thanked: 1 time

Re: Trying Vanilla pup; issues

Post by mmmrr »

ah, thank you dimkr,

i look forward to that. at the moment i'm trying
both vanilla 32 and 54 ;;bionic 32 and 64 on this
2007/8 imac 7,1.

only booting puppylinux. as of this morning, frtday,
i'm going to see what happens when i run the apt
command sofiya suggested for getting legacy b43 gear.

bionic64 is not seeing the wifi just as vanilla did not see it.
thanks for yr efforts for puppy & for puppians,,,pupsters,,
pupolics..

cheers, mm

User avatar
Sofiya
Posts: 2166
Joined: Tue Dec 07, 2021 9:49 pm
Has thanked: 1413 times
Been thanked: 1449 times

Re: Trying Vanilla pup; issues

Post by Sofiya »

dimkr .Hello

I install a program ( Tintii ) from Synaptic. the program does not start

Code: Select all

~$ tintii
tintii: symbol lookup error: tintii: undefined symbol: _ZNK8wxWindow21GetContentScaleFactorEv, version WXU_3.0

KL
PUPPY LINUX Simple fast free

dimkr
Posts: 2333
Joined: Wed Dec 30, 2020 6:14 pm
Has thanked: 49 times
Been thanked: 1139 times

Re: Trying Vanilla pup; issues

Post by dimkr »

@Sofiya As far as I see this is a Debian bug.

User avatar
Sofiya
Posts: 2166
Joined: Tue Dec 07, 2021 9:49 pm
Has thanked: 1413 times
Been thanked: 1449 times

Re: Trying Vanilla pup; issues

Post by Sofiya »

Hello! Dimkr
Now in "Vanilla Dpup 9.2.8" the save file is saved as ( vanilladpupsave66.tar.gz ) and not as ( vanilladpupsave.4fs ) ... ?
or am i doing something wrong :)

KL
PUPPY LINUX Simple fast free

dimkr
Posts: 2333
Joined: Wed Dec 30, 2020 6:14 pm
Has thanked: 49 times
Been thanked: 1139 times

Re: Trying Vanilla pup; issues

Post by dimkr »

@Sofiya You are doing something wrong, you're probably on PUPMODE 66. If I remember correctly, this happens when you try to save to a FAT32 partition.

User avatar
Sofiya
Posts: 2166
Joined: Tue Dec 07, 2021 9:49 pm
Has thanked: 1413 times
Been thanked: 1449 times

Re: Trying Vanilla pup; issues

Post by Sofiya »

dimkr wrote: Tue Jul 26, 2022 4:56 am

@Sofiya You are doing something wrong, you're probably on PUPMODE 66. If I remember correctly, this happens when you try to save to a FAT32 partition.

Tricking the puppy by creating a save file manually.

Code: Select all

 dd if=/dev/zero of=/mnt/home/vanilladpupsave.4fs bs=153600 count=1024

Code: Select all

mkfs.ext4 /mnt/home/vanilladpupsave.4fs

:thumbup:

Last edited by Sofiya on Sun Jul 31, 2022 9:51 pm, edited 1 time in total.

KL
PUPPY LINUX Simple fast free

Feek
Posts: 398
Joined: Sun Oct 18, 2020 8:48 am
Location: cze
Has thanked: 54 times
Been thanked: 90 times

Re: Trying Vanilla pup; issues

Post by Feek »

I noticed that a new version of Firefox-esr is available in Debian repository (91.12.0). I've tried to update it in terminal and got this output (the reload button in synaptic was pressed first):

Code: Select all

~$ apt-get install firefox-esr
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 firefox-esr-l10n-ach : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-af : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-an : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-ar : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-ast : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-az : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-be : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-bg : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-bn : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-br : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-bs : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-ca : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-ca-valencia : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-cak : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-cs : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-cy : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-da : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-de : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-dsb : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-el : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-en-ca : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-en-gb : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-eo : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-es-ar : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-es-cl : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-es-es : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-es-mx : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-et : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-eu : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-fa : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-ff : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-fi : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-fr : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-fy-nl : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-ga-ie : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-gd : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-gl : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-gn : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-gu-in : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-he : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-hi-in : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-hr : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-hsb : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-hu : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-hy-am : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-ia : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-id : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-is : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-it : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-ja : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-ka : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-kab : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-kk : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-km : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-kn : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-ko : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-lij : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-lt : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-lv : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-mk : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-mr : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-ms : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-my : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-nb-no : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-ne-np : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-nl : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-nn-no : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-oc : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-pa-in : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-pl : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-pt-br : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-pt-pt : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-rm : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-ro : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-ru : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-sco : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-si : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-sk : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-sl : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-son : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-sq : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-sr : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-sv-se : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-szl : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-ta : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-te : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-th : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-tl : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-tr : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-trs : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-uk : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-ur : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-uz : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-vi : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-xh : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-zh-cn : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
 firefox-esr-l10n-zh-tw : Depends: firefox-esr (< 91.11.0esr-1~deb11u1.1~) but 91.12.0esr-1~deb11u1 is to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.

In Synaptic, if I mark firefox-esr package for upgrade, the other firefox's language packages appear as broken (red).

Maybe I'm doing something wrong because I don't have much experience with apt-get or synaptic.

Or will the latest version of firefox-esr be included in the latest VanillaDpup builds? I'm now using 9.2.7.
Thanks.

dimkr
Posts: 2333
Joined: Wed Dec 30, 2020 6:14 pm
Has thanked: 49 times
Been thanked: 1139 times

Re: Trying Vanilla pup; issues

Post by dimkr »

Feek wrote: Sun Jul 31, 2022 4:04 pm

I noticed that a new version of Firefox-esr is available in Debian repository (91.12.0). I've tried to update it in terminal and got this output (the reload button in synaptic was pressed first):

First of all: if you expect apt upgrade to update Firefox to the latest version, this won't happen. Debian "stable" is in a frozen state: all packages stay on the same version and the updates consist of small and safe fixes, either bug fixes or security fixes. For example, if Firefox x and Firefox y have a bug fixed in Firefox z but the stable release of Debian has Firefox x, it will stick to version x but with the fix from version z.

By default, all preinstalled packages in Vanilla Dpup are "locked" to prevent accidental updates. Many Puppy users prefer not to update at all, even when they know the old version they use has a security hole. In addition, every time you update a package, the new version is unpacked into your save file or folder, and that can be a huge waste of space: some users don't like that.

Firefox consists of multiple packages: firefox-esr (the browser itself) and each language pack in a separate package. They must be the same version, so you can't update Firefox itself without updating the language pack packages, or the other way around. That's why you see so many lines, and not just one for firefox-esr.

If you still want to update Firefox, you have several options:
1) Manually update Vanilla Dpup by unpacking the latest ISO: each weekly build bundles the latest Debian updates
2) apt-mark unhold `dpkg -l | awk '{print $2}' | grep firefox` to "unlock" all Firefox packages and allow them to be updated, then apt update plus apt upgrade (or, update through Synaptic) - this will allow you to get the latest Debian updates for Firefox and Firefox only, without updating anything else, but Firefox will now sit in your save file/directory and that can make it slower to start
3) Use the official Firefox or Firefox ESR package, it's a tarball you can unpack anywhere, and if I remember correctly, it has a built-in updater
4) Install Flatpak using the instructions in https://forum.puppylinux.com/viewtopic.php?t=6055, then install Firefox: it will be visually inconsistent with other applications, take more space and eat more RAM, but you'll always get the latest Firefox and you'll be able to update it safely, independently of Vanilla Dpup itself; Vanilla Dpup has built-in support for Flatpak and applications you install will appear in the menu, run as a non-root user, etc'

Feek
Posts: 398
Joined: Sun Oct 18, 2020 8:48 am
Location: cze
Has thanked: 54 times
Been thanked: 90 times

Re: Trying Vanilla pup; issues

Post by Feek »

dimkr wrote: Sun Jul 31, 2022 4:40 pm

If you still want to update Firefox, you have several options:
1) Manually update Vanilla Dpup by unpacking the latest ISO: each weekly build bundles the latest Debian updates

@ dimkr,
thanks a lot for the explanation.
Option 1) is clearly the best for me :thumbup: .

dimkr
Posts: 2333
Joined: Wed Dec 30, 2020 6:14 pm
Has thanked: 49 times
Been thanked: 1139 times

Re: Trying Vanilla pup; issues

Post by dimkr »

Feek wrote: Sun Jul 31, 2022 7:28 pm

Option 1) is clearly the best for me :thumbup: .

That's the option I choose, too. I update Vanilla Dpup every week and also apt update && apt upgrade (to update all the user-installed packages).

User avatar
peebee
Posts: 1598
Joined: Mon Jul 13, 2020 10:54 am
Location: Worcestershire, UK
Has thanked: 156 times
Been thanked: 689 times
Contact:

Re: Trying Vanilla pup; issues

Post by peebee »

vanilladpup-9.9.0-213.iso
from
build-x86-debian-bookworm-213.zip

Mouse (Logitech wireless) is "working" in that focus does move around screen but no pointer is displayed.......

No diagnostic apps are included so difficult (impossible) to provide feedback.

Builder of LxPups, SPups, UPup32s, VoidPups; LXDE, LXQt, Xfce addons; Chromium, Firefox etc. sfs; & Kernels

dimkr
Posts: 2333
Joined: Wed Dec 30, 2020 6:14 pm
Has thanked: 49 times
Been thanked: 1139 times

Re: Trying Vanilla pup; issues

Post by dimkr »

@peebee The various 9.9.x builds are pre-alpha builds of 10.0, which will be out only in 2023. It's too early for any kind of testing (or feedback), because many things are going to change.

bert07
Posts: 41
Joined: Sun Aug 02, 2020 1:55 am
Location: Belgium
Has thanked: 1 time
Been thanked: 9 times

Re: Trying Vanilla pup; issues

Post by bert07 »

Just booted the Vanilla Dpup.
It looks to me that it is just what the doctor ordered. And hey: we have the Synaptic Package Manager. Nice and welcome.

But I feel there is one important program missing in the ISO itself, and that is GParted. Very often needed to install a Puppy to disk.

I need to fiddle around with the Vanilla Dpup first, but I feel that for the rest it is A OK.

Nice job. Thank you!

Main: Debian + Mageia + Windows 10 on a AMD Ryzen 7 machine.

Post Reply

Return to “Vanilla Dpup”