Normally when I do go down that path I b0rk something


The following packages will be REMOVED:
vlc
The following NEW packages will be installed:
grub-pc-bin grub2-common libdvbpsi7 libmission-control-plugins0
libntfs-3g804
The following packages will be upgraded:
aptitude debianutils gir1.2-clutter-1.0 gir1.2-gstreamer-0.10
gir1.2-json-glib-1.0 grub-common grub-pc gsettings-desktop-schemas
gstreamer0.10-alsa gstreamer0.10-plugins-bad gstreamer0.10-plugins-base
gstreamer0.10-plugins-good gstreamer0.10-tools gstreamer0.10-x guile-1.8
guile-1.8-libs initscripts klibc-utils libcdt4 libclutter-1.0-0
libclutter-1.0-common libdrm-intel1 libdrm-nouveau1a libdrm-radeon1 libdrm2
libgraph4 libgstfarsight0.10-0 libgstreamer-plugins-base0.10-0
libgstreamer0.10-0 libgvc5 libjson-glib-1.0-0 libklibc libmysqlclient16
libpaper-utils libpaper1 libpathplan4 libreadline6 libruby1.8
libschroedinger-1.0-0 libstartup-notification0 libtelepathy-farsight0
libtelepathy-glib0 libvlc5 libvlccore4 libxdot4 libxml-parser-perl
mysql-common ntfs-3g os-prober pkg-config python-xapian readline-common
ruby1.8 sysv-rc sysvinit sysvinit-utils telepathy-gabble
telepathy-mission-control-5 vlc-nox vlc-plugin-notify vlc-plugin-pulse
xserver-xorg-video-intel
62 upgraded, 5 newly installed, 1 to remove and 0 not upgraded.
Need to get 25.2 MB/38.0 MB of archives.
After this operation, 3,334 kB disk space will be freed.
Do you want to continue [Y/n]? n
Abort.
TheGreatSudoku wrote:I agree it should be sticky as well. There seems to be a small group of us folks who like to tinker and alter LMDE to our own liking.
I have a question as well. Has anyone using the liquorix kernel ever gone into /usr/src/ and recompiled the liquorix kernel to fit their system? I've been kinda half-heartedly been going through menuconfig removing devices I know I don't have. Trying to streamline and minimize the kernel size, and set the default generic CPU setting to the one in my machine. I know it CAN be done, just curious if anyone else has done it, and if so what should I be sure NOT to remove support for in menuconfig?

amitabha linux-headers-2.6.38-6.dmz.1-liquorix-amd64 # make-kpkg clean
exec make kpkg_version=12.036+nmu1 -f /usr/share/kernel-package/ruleset/minimal.mk clean
====== making target minimal_clean [new prereqs: ]======
This is kernel package version 12.036+nmu1.
test ! -f .config || cp -pf .config config.precious
test ! -e stamp-building || rm -f stamp-building
test ! -f Makefile || \
make ARCH=x86_64 distclean
make[1]: Entering directory `/usr/src/linux-headers-2.6.38-6.dmz.1-liquorix-amd64'
scripts/Makefile.clean:17: /usr/src/linux-headers-2.6.38-6.dmz.1-liquorix-amd64/drivers/infiniband/hw/amso1100/Makefile: No such file or directory
make[4]: *** No rule to make target `/usr/src/linux-headers-2.6.38-6.dmz.1-liquorix-amd64/drivers/infiniband/hw/amso1100/Makefile'. Stop.
make[3]: *** [drivers/infiniband/hw/amso1100] Error 2
make[2]: *** [drivers/infiniband] Error 2
make[1]: *** [_clean_drivers] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.38-6.dmz.1-liquorix-amd64'
make: *** [minimal_clean] Error 2
amitabha linux-headers-2.6.38-6.dmz.1-liquorix-amd64 # make-kpkg --initrd kernel_headers kernel_image
exec make kpkg_version=12.036+nmu1 -f /usr/share/kernel-package/ruleset/minimal.mk debian INITRD=YES
====== making target debian/stamp/conf/minimal_debian [new prereqs: ]======
This is kernel package version 12.036+nmu1.
test -d debian || mkdir debian
test ! -e stamp-building || rm -f stamp-building
install -p -m 755 /usr/share/kernel-package/rules debian/rules
for file in ChangeLog Control Control.bin86 config templates.in rules; do \
cp -f /usr/share/kernel-package/$file ./debian/; \
done
for dir in Config docs examples ruleset scripts pkg po; do \
cp -af /usr/share/kernel-package/$dir ./debian/; \
done
test -f debian/control || sed -e 's/=V/2.6.38/g' \
-e 's/=D/2.6.38-10.00.Custom/g' -e 's/=A/amd64/g' \
-e 's/=SA//g' \
-e 's/=I//g' \
-e 's/=CV/2.6/g' \
-e 's/=M/Unknown Kernel Package Maintainer <unknown@unconfigured.in.etc.kernel-pkg.conf>/g' \
-e 's/=ST/linux/g' -e 's/=B/x86_64/g' \
/usr/share/kernel-package/Control > debian/control
test -f debian/changelog || sed -e 's/=V/2.6.38/g' \
-e 's/=D/2.6.38-10.00.Custom/g' -e 's/=A/amd64/g' \
-e 's/=ST/linux/g' -e 's/=B/x86_64/g' \
-e 's/=M/Unknown Kernel Package Maintainer <unknown@unconfigured.in.etc.kernel-pkg.conf>/g' \
/usr/share/kernel-package/changelog > debian/changelog
chmod 0644 debian/control debian/changelog
test -d ./debian/stamp || mkdir debian/stamp
make -f debian/rules debian/stamp/conf/kernel-conf
make[1]: Entering directory `/usr/src/linux-headers-2.6.38-6.dmz.1-liquorix-amd64'
====== making target debian/stamp/conf/kernel-conf [new prereqs: ]======
make ARCH=x86_64 \
oldconfig;
make[2]: Entering directory `/usr/src/linux-headers-2.6.38-6.dmz.1-liquorix-amd64'
scripts/kconfig/conf --oldconfig Kconfig
#
# configuration written to .config
#
make[2]: Leaving directory `/usr/src/linux-headers-2.6.38-6.dmz.1-liquorix-amd64'
make ARCH=x86_64 prepare
make[2]: Entering directory `/usr/src/linux-headers-2.6.38-6.dmz.1-liquorix-amd64'
scripts/kconfig/conf --silentoldconfig Kconfig
make[2]: Leaving directory `/usr/src/linux-headers-2.6.38-6.dmz.1-liquorix-amd64'
make[2]: Entering directory `/usr/src/linux-headers-2.6.38-6.dmz.1-liquorix-amd64'
scripts/kconfig/conf --silentoldconfig Kconfig
make[2]: Leaving directory `/usr/src/linux-headers-2.6.38-6.dmz.1-liquorix-amd64'
make[2]: Entering directory `/usr/src/linux-headers-2.6.38-6.dmz.1-liquorix-amd64'
scripts/kconfig/conf --silentoldconfig Kconfig
..... (repeated until I ctrl-C-ed)


LD_PRELOAD=/home/sudoku/mymemcpy.so /usr/bin/firefox4 &
Failed to execute child process "LD_PRELOAD=/home/sudoku/mymemcpy.so" (No such file or directory)


cd ~/.local/share/applications
LD_PRELOAD=/home/sudoku/mymemcpy.so /usr/bin/firefox4
chmod +x ~/.local/share/applications/launch_ff4




#!/bin/bash
sudo mount --bind /dev /mnt/MintEX/dev
sudo mount --bind /proc /mnt/MintEX/proc
sudo mount --bind /sys /mnt/MintEX/sys
sudo cp /etc/resolv.conf /mnt/MintEX/etc/resolv.conf
sudo chroot /mnt/MintEX su

kbd:
libkcddb4:
libnet-ssleay-perl:
libntfs-3g804:
libupower-glib1:
ntfs-3g:
pnm2ppa:
python-crypto:
python-dbus:
upower:
Depends: libimobiledevice2 (>=0.9.7) but it is not installabl




System: Host debian Kernel 2.6.39-1-486 i686 (32 bit)
Desktop KDE 4.6.3 (Qt 4.7.3) Distro Debian GNU/Linux wheezy/sid
CPU: Single core Intel Pentium M (-UP-) cache 1024 KB flags (sse sse2) bmips 1196.22 clocked at 600.00 MHz
Graphics: Card: ATI Radeon Mobility M7 LW [Radeon Mobility 7500] bus-ID: 01:00.0
X.Org 1.10.1 driver radeon (loaded) Resolution 1024x768@60.0hz
GLX Renderer Software Rasterizer GLX Version 2.1 Mesa 7.10.2 Direct Rendering Yes
Audio: Card Intel 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller driver Intel ICH ports 1c00 18c0 bus-ID: 00:1f.5
Sound: Advanced Linux Sound Architecture Version 1.0.24
Network: Card-1 Intel 82801DB PRO/100 VE (MOB) Ethernet Controller driver e100 v: 3.5.24-k2-NAPI port 8000 bus-ID: 02:08.0
IF: eth0 state: down speed: 10 Mbps duplex: half mac: 00:06:1b:cd:f5:82
Card-2 Intel PRO/Wireless LAN 2100 3B Mini PCI Adapter driver ipw2100 v: git-1.2.2 bus-ID: 02:02.0
IF: eth1 state: up mac: 00:04:23:5b:b5:88
Disks: HDD Total Size: 17.2GB (70.5% used) 1: /dev/sda IC25N020ATCS04 17.2GB
Partition: ID:/ size: 16G used: 12G (79%) fs: ext3 ID:/boot size: 228M used: 53M (25%) fs: ext2
ID:swap-1 size: 0.51GB used: 0.00GB (0%) fs: swap
Sensors: System Temperatures: cpu: 52.0C mobo: 48.0C
Fan Speeds (in rpm): cpu: 0
Info: Processes 124 Uptime 4:30 Memory 337.6/1258.9MB Runlevel 2 Client Shell inxi 1.5.8 
TheGreatSudoku wrote:To the readers and contributors of this thread... If you'd like a separate forum for LMDE non standard (sid, experimental, alt kernels) please let your voices be herd by posting to this thread:
viewtopic.php?f=141&t=73029
it's my personal feeling this thread has outgrown simply being a "breakage" thread, and a forum for us tinkerers would be more apt.



sumski wrote:KDE users beware !KDE 4.6.3 has been pushed to Sid...


sudoku@amitabha ~ $ uname -a
Linux amitabha 3.0.0-rc1.06012011 #1 SMP PREEMPT Wed Jun 1 09:39:07 EDT 2011 x86_64 GNU/Linux









Users browsing this forum: No registered users and 3 guests