Debian :: Install An I386 Library Onto Amd64 Lenny?
Jul 24, 2010
There's a certain program I'm trying to run that will only work with the 32-bit version of a certain library - the 64-bit version included in the repository won't work for it. I found an i386 .deb package online (made for ubuntu but it should work with regular debian), but when I try to install it, it says incorrect architecture, use amd64 version instead.
How can I force it to accept the i386 version of this package?
View 14 Replies
ADVERTISEMENT
Apr 4, 2011
I got a i386.bin software,but I can't installed it on my amd64 Debian.
Quote:
#dpkg -i --force-architecture .i386.deb
can install i386.deb software,but how to install the i386.bin?
View 4 Replies
View Related
Aug 31, 2010
to install a Python module I need a more recent version of a library (libcurl) that the one available in Lenny. How should I manage it? Shall I just install it manually? Won't it mess the system to have two versions of the same library in the system?
View 1 Replies
View Related
Jan 16, 2016
I'm using my Debian installation for a long time (~10 years) and my system is evolved to fit my tastes, usage habits and hardware setup. However, this system started on 32bit hardware and It's having some major limitations (both performance and coping with the hardware) on a 64bit system with 16GB RAM.
I've read the cross grading manuals on the network and they don't feel like firmly tested and the best ways to do it. I'm perfectly capable of anything, minimum downtime is essential since this is my primary workstation and I need it for many daily (light and heavy) tasks.
View 3 Replies
View Related
Jan 5, 2011
I have a Intel machine and what do i do? I install the AMD64 and not the i386. DO i need to uninstall the AMD and instal the i386 for my 64 bit machine?
View 10 Replies
View Related
Mar 25, 2011
I installed Debian Squeeze on a laptop today, with the official i386 DVD1. At the end, I was very disappointed to notice the installer automatically chose the amd64 kernel (with i386 packages ? how does that work ?). The hardware is compatible, but I'd really like to use the i386 kernel instead. Earlier, you could choose the kernel during installation ; I looked in Expert install with no luck. Where is it ?
View 4 Replies
View Related
Aug 4, 2011
I just installed Debian stable from the standard i386 DVD. When I booted up, I noticed that GRUB showed me that I had the amd64 version of Debian installed. However, I did not download an amd64 DVD, nor do I want that architecture installed on my system (even though my system can support it). The output from "uname -a" (which included both "amd64" and "x86_64") also seem to confirm this. However, I was able to install 32 bit packages and get them to work (gdebi wouldn't even let me do this when I had Ubuntu 32-bit).
View 4 Replies
View Related
Apr 3, 2011
the mcr85+1 packages were built using qt 4.6.3, so will be squeeze-compatible. umplayer is a fork of the abandoned smplayer project which adds skinning, shoutcast stream, and minitube-like videos search, playback, and download capability to the program.
[url]
i did a pull and build from the svn repo, since that is newer than the 0.92 debs on the website and solves some videos issues. debianized sources included so one can build the program on any architecture that supports qt 4 4.6 and mplayer...plus it's a good idea not to trust anybody's binaries off the web, so to be really safe, rebuild the program yourself if you don't know who the heck i am. update 20 april 2011: link to svn 143 builds and sources: [url] update: 25 june 2011: new pull from svn--fixes the returning control bar problem with skins and kde 4 kwin desktop effects enabled:
[url]
squeeze users should use the mcr85 packages, the mcr110 ones need qt 4.7. sources included as usual. it looks like it would be a nice addition to the debian repo...
View 14 Replies
View Related
Sep 20, 2011
I am planning to install Debian amd64 and i386 in the same USB HDD to boot both types of PCs.
Unfortunately, there is not enough space for the home folder, so can I share the home folder with two systems. And how about swap area and /tmp folder?
View 2 Replies
View Related
Oct 30, 2010
I have a computer with internet access with amd64 architecture running Debian stable (Lenny). I have another computer with NO internet access with i386 architecture running Debian stable (Lenny).I want to download some packages for the i386 computer using the amd64 computer. So far, the only way I can see to do this is to use dpkg-architecture to temporarily change to i386 on the internet computer, run aptitude with the download-only option to retrieve the packages I need with all suitable dependencies, then switch the internet computer back over to amd64.
I can't imagine I'm the only person who ever needed to do this, and yet I've had no luck finding any advice. The method I described seems rather awkward - is there a more elegant solution?
I apologize to the membership, I realize now the absurdity of this subject. Having now studied the online repository search functions closer, I see it appears packages are automatically retrieved with all necessary dependencies. As such, it is not necessary to use apt and its various functions to do the job.
View 3 Replies
View Related
Aug 6, 2010
i wondered if there is any way to use a 3com 3crusb10075 with lenny amd64 (5.0.5).
View 1 Replies
View Related
Sep 8, 2010
I have tried these approaches (atleast these two) as mentioned in the following
url
url
I have used other approaches as and when I found them and have used them in a haphazard manner. I am currently not sure about all that I have done.
I can see some flash videos ( presently only some on .....) while I cant see many others. I would want to configure flash so that I can enjoy the videos.
Here is some details about my system
UshRaj:/home/raja# lshw -short
H/W path Device Class Description
system System Product Name
/0 bus M4A78-E
/0/0 memory 64KiB BIOS
code....
View 4 Replies
View Related
Jan 24, 2010
Using VirtualBox on Ubuntu 9.10. Processor is Intel Q8200 Debian amd64 ISOs should work on my system but I had to resort to i386, which installed flawlessly despite a couple of kernel panics once X started. I don't think the problem is VirtualBox and I'm about to reboot and try loading the CD normally to see if that works.
View 1 Replies
View Related
Nov 15, 2009
I have just installed Debian "Lenny" AMD64 in my PC, but I can't find a compatible flash player for AMD64 in the adobe site, the only version I found is for i386.
View 7 Replies
View Related
Aug 13, 2010
I at trying to get my Intuos 3 installed on Debian Lenny AMD64. I installed both the xserver-xorg-input-wacom and wacom-tools. The problem is that the tablet works like a mouse. I have to press down and move the pen for it to work. In Windows, I can just hover over the tablet without making contact and it will move the cursor. Also, it isn't calibrated to the screen.
I put "wacom" in /etc/modules. Here is my xorg.conf though
Code:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 256.44 (buildmeister@builder103.nvidia.com) Thu Jul 29 01:52:55 PDT 2010
Section "ServerLayout"
[Code].....
View 2 Replies
View Related
Jul 8, 2009
I installed the new debian_lenny_5.0.1_amd64 x64, i am having a nVidia Geforce 8500 GT 512 RAM display card. I was trying to install the driver using the synaptic package manager. I installed them, but i was not able to use the driver. I don't know where the drivers are installed and how to use it. I checked the xorg.conf , and the nVidia driver is not listed there. how to install them .
View 9 Replies
View Related
Sep 1, 2010
I have a dual boot computer. I seem to be having a bit of a problem with Grub lately. Every time I do any kind of update in Debian Lenny AMD 64 it borks my Grub. The first time I had to change a few lines in menu.lst (hd1,1 to hd0,1), no problem. The second time, things went downhill fast and G-Parted was giving me errors on my NTFS partitions. I had to do an XP repair, fixboot, and I had to reinstall Grub completely to the MBR.
Now, I having a "Grub Loading stage1.5. Grub loading, please wait.... Error 22". All I did was update Debian Linux and shut down. From my initial searches this is an error relating to not finding the correct partition. I have booted with a G-Part CD and it shows all my partitions. I do have a Windows XP Home boot cd if I need it. Here is my partition outline if you need it:
/dev/sda1 NTFS (Windows) flags--boot
/dev/sda2 Ext3 (Linux)
/dev/sda3 FAT32 (shared space between Windows and Linux)
/dev/sda4 extended
/dev/sda5 linux-swap
View 6 Replies
View Related
Apr 8, 2015
I am working on a project which targets both 32 and 64 bit architectures at the moment. My system is amd64. I added i386 architecture using this guide. However, my problem is
Code: Select allapt-get install package-name:i386
prompts the removal of currently installed packages (amd64 arch.) which is the problem.
Code: Select allReading package lists... Done
Building dependency tree   Â
Reading state information... Done
The following extra packages will be installed:
 libportaudio0:i386
[Code] ...
Some of the packages I am talking about are
-libegl1-mesa-dev:i386
-libportaudio-dev:i386
Now, as of now, I want to carry out the compilation using 32 bit libraries, however, I really don't want to install 64bit version of all prerequisites each time I switch the compilation from 32 bit to 64. Is there any way to have both architectures at the same time?
View 1 Replies
View Related
Jun 29, 2010
Is there an easy way to downgrade from the AMD64 version to the I386 version of 10.04. I am having all sorts of problems with my machine running the AMD64 version of Ubuntu. The same problems do not occur on my netbook where I use the I386 version.
View 6 Replies
View Related
Oct 12, 2010
I have an Amd64 processor. I guess that I should install the amd64 alternate cd instead of the i386 installation. What would be better for me and which problems can occur?
View 1 Replies
View Related
Feb 18, 2010
I recently upgraded my hardware and installed 32-bit Karmic (well really Mint 8 ) before realizing I would probably have gotten better performance from the amd64 architecture. Is it possible to convert an i386 system to amd64? Is it a good idea? Will there be a lot of problems afterwards? Is it easier to just backup home and etc, install a clean 64-bit system, then restore settings from backup? If I do convert the system, how do I do it? I thought I might be able to just install a different kernel but I can't find an amd64 kernel in the repositories..
View 8 Replies
View Related
Oct 17, 2010
I got the xubuntu-10.04-desktop-i386.iso file in a folder with WUBI but it still keeps trying to downlaod the amd64 version. how can I stop this?
View 6 Replies
View Related
Dec 14, 2009
i was trying to use gnome and kde but i don't like them. I tried xfce and it seem to fit my needs but.My computer is used to be powered on for a weeks. While time passes, a process xfdesktop begin to use more and more memory and to free RAM i need to log out and log in again.
I tried squeeze yesterday on my virtual machine and it has 4.6 and seem not to have that bug, RAM usage is static(yes it still works when i write this and have memory usage 34492k, which is not changing for an hours of usage already), also 4.6 is MUCH better than 4.4.
i already tried adding squeeze to "sources.list" but i can see too many dependencies which should be upgraded if i install 4.6, i'm beginning to afraid it can crash entire GUI(or entire system, i can see there is libc6 required to be updated).
View 14 Replies
View Related
Aug 13, 2011
I have installed Ubuntu 11.04, 64 bit and now I am trying to install/configure MFC-7420 scanner part (printer works fine)I tried to follow the steps listed at http://ubuntuforums.org/archive/index.php/t-590793.html, but I don't have etc / udev / rules.d/45-libsane.rules file to edit and can not continue with the remaining steps of the guide.
I also tried to follow the steps provided by the Brother Solution Center http:[url].... I have downloaded brscan2 64 bit and installed without error but when I tried to install the brscan-skey-0.2.1-3.amd64.deb using >sudo dpkg -i --force-all brscan-skey-0.2.1-3.amd64.deb I get the following error:
************************************************** **************************************************
sudo dpkg -i --force-all brscan-skey-0.2.1-3.amd64.deb
[sudo] password for aUser:
dpkg: warning: overriding problem because --force enabled:[code].....
Which dependencies am I missing? or What am I doing wrong?
View 1 Replies
View Related
May 1, 2010
I want to make a live-USB containing among others both Ubuntu desktop i386 and Ubuntu desktop AMD64. How do I go about this? I tried using unetbootin, first adding i386 and then amd64, but that failed. My computer with an athlon II did manage to boot, and showed it had booted into the 64-bit version (ram shown was 3.9 GB, i386 goes to about 2.7 I think), my wife's computer with a pentium 4 did not manage to boot, got to a black screen. I think this is because casper has issues, being overwritten (I'd seen something to that effect somewhere), and thus only the latest version added being booted (in this case amd 64).
I'm under the impression that the startup disc creator included won't help, nor won't the multicd.sh script, so how do I circumvent the issues?
View 4 Replies
View Related
May 16, 2010
i just want to know whats the best way to do it cause i use a method which i dont know if is ok (by the way it works) but im not sure if my card is giving 100% (Geforce 8600gt), right now im using mys system isSqueeze with the non-free repos, what i usually do to get Nvidia work.
View 1 Replies
View Related
Sep 3, 2010
I'm trying to use nspluginwrapper to run 32bit Flash in Iceweasel. I need some 32bit libraries that aren't included in ia32-libs, like libnss3.so and libssl3.so. However I have no idea how to get them. I've tried aptitude install ia32-libs-libnss3 like it says on the wiki but it just tells me that it can't find ia32-libs-libnss3. I've also tried aptitude install libnss3.so but it gives me the same error. I'm running amd64 Lenny 5.0.5. What should I do?
View 4 Replies
View Related
Aug 28, 2011
I'd like to install Debian on the Notebook Intel Core i5 64-bit.Should I download and install amd64 version?
View 2 Replies
View Related
May 25, 2011
Go to "/lib/modules/2.6.32-5-amd64/kernel/drivers/net/e1000e/" and delete the e1000e.ko-file
Then download [URL]
Take the newly downloaded e1000e.ko-file and move it to "/lib/modules/2.6.32-5-amd64/kernel/drivers/net/e1000e/"
And finally load the module with either: "# modprobe e1000e" or "# insmod e1000e".
You should now have a working ethernet connection.
If connection is lost on system restart try rmmod e1000e; modprobe e1000e
I've for the first time installed linux (debian) to my computer. And I have a problem with ethernet that I can't solve.
I have a Asus Sabertooth P67 motherboard with built in ethernet card, I cant find any drivers for linux, I've tried google, Asus support page etc, but can't anything that says it will work with my computer, just a alot of windows drivers.
where I can find the drivers? Or if there's another way to solve the problem. When installing Debian i could choose between different drivers but no one worked, I've also tried with my motherboard CD but there was just windows drivers...
CPU:
Intel i7 3.4 GHz.
View 14 Replies
View Related
Mar 18, 2015
I am having problems installing Debian 7.7 i386 on the newest HP DL380 GEN9 server with P440ar storage array. The disk detection during installation fails to detect the array.
I have pinpointed the problem to hpsa.ko driver to be outdated as I need a minimum version from September 2014. I have already tried following the guide on " [URL]" but the driver compiling from sources fails (guide is from 2012).
Here is where I got the latest sources: [URL]....
Is there any possible way to install this debian version with this storage array? Newer kernel version is really not an option for me.
"3.2.0-4-686-pae #1 SMP Debian 3.2.65-1+deb7u2 i686 GNU/Linux"
View 13 Replies
View Related