The time now is Thu 26 Apr 2018, 05:58
All times are UTC - 4 |
Page 27 of 31 [462 Posts] |
Goto page: Previous 1, 2, 3, ..., 25, 26, 27, 28, 29, 30, 31 Next |
Author |
Message |
stifiling
Joined: 29 Dec 2007 Posts: 388
|
Posted: Sun 13 Jan 2013, 19:00 Post subject:
|
|
Sim, did u get a chance to look into the issue with those 4 problematic folders inside of /var/lib/pacman/local? the 4 folders that aren't telling pacman that they are already installed??
|
Back to top
|
|
 |
simargl
Guest
|
Posted: Mon 14 Jan 2013, 05:13 Post subject:
|
|
Build script that make two main sfs, has also defined 'false packages list'
sh-4.2.039-1 libjpeg-8.0.2-1 libsystemd-196-2 systemd-tools-196-2 That is needed because many packages depend on for example libjpeg, but that
package does not exist, instead it is provided by package libjpeg-turbo. Same is with
sh that is provided with bash... and you have now discovered more of that packages:
libusb is provided by libusbx; procps with procps-ng, and util-linux-ng with util-linux.
For libcups problem is different - in original Arch they split cups in two packages, but
when I replaced original cups and libcups with my package forgot to add libcups to
pacman's base. I will add those new packages to false pkgs list for future releases,
probably more of them exist, but no way to easy find them.
|
Back to top
|
|
 |
stifiling
Joined: 29 Dec 2007 Posts: 388
|
Posted: Mon 14 Jan 2013, 06:10 Post subject:
|
|
no problem sim, because systemd 'used to' also do it, but with the newer release, it all of a sudden stopped. I'm knowing that there may be others....so as i encounter them, i'll report them...so it can be remedied.
|
Back to top
|
|
 |
Scooby
Joined: 03 Mar 2012 Posts: 601
|
Posted: Mon 14 Jan 2013, 07:53 Post subject:
|
|
simargl wrote: | Build script that make two main sfs
|
Simargl, where can you download buildscripts anyway?
Thanks Mavrothal for the help you've given.
|
Back to top
|
|
 |
stifiling
Joined: 29 Dec 2007 Posts: 388
|
Posted: Mon 14 Jan 2013, 11:00 Post subject:
|
|
when installing a package using yaourt it wants to install linux-headers, even if linux-3.6.8-12.12.sfs is already loaded. the linux-3.6.8-12.12.sfs file should have the folder /var/lib/pacman/local/linux-headers-3.6.8-1 inside of it, so that doesn't happen.
and if the /etc/ssl/certs are inside of the archdev.sfs....it would be nice to have yaourt in the archdev.sfs as well.
also the archdev.sfs has /usr/include/geany inside of it. so if i have the archdev.sfs loaded, and try to install geany, it won't install, saying that those files already exists. is it necessary to have /usr/include/geany inside the archdev.sfs?
these things are minor, but the goal is 'perfect' right? just running into some things that doesn't have to be a minor issue. they can be a 'zero' issue...because they can be fixed.
bark_bark_bark wrote: | That didn't work at all. It said that the module doesn't exist. |
Let's see if this will work. Download the attached file.
Code: | gzip -d /path/to/wl.ko.gz
mkdir /lib/modules/3.6.8/misc |
copy the wl.ko file into the misc directory
Code: | depmod -a
modprobe lib80211
modprobe wl |
does it load?
|
Back to top
|
|
 |
simargl
Guest
|
Posted: Mon 14 Jan 2013, 12:40 Post subject:
|
|
stifiling wrote: | when installing a package using yaourt it wants to install linux-headers, even if linux-3.6.8-12.12.sfs is already loaded. the linux-3.6.8-12.12.sfs file should have the folder /var/lib/pacman/local/linux-headers-3.6.8-1 inside of it, so that doesn't happen.
and if the /etc/ssl/certs are inside of the archdev.sfs....it would be nice to have yaourt in the archdev.sfs as well.
also the archdev.sfs has /usr/include/geany inside of it. so if i have the archdev.sfs loaded, and try to install geany, it won't install, saying that those files already exists. is it necessary to have /usr/include/geany inside the archdev.sfs? |
OK, linux-headers folder will be added for next kernel source sfs.
I added yaourt in only one version earlier because pacmanxg required it, now archdev.sfs has
packer and pistall.sh script inside runs update-ca-certificates, so it works without user intervention.
One package to browser AUR is enough and it will be packer, yaourt is slower and asks
too many questions...
Development files from adrv are also in archdev.sfs, now when I think about it, it's obviously
wrong so i might just move geany to archapps - I have it loaded all the time anyway.
|
Back to top
|
|
 |
mavrothal

Joined: 24 Aug 2009 Posts: 2964
|
Posted: Mon 14 Jan 2013, 13:17 Post subject:
|
|
simargl wrote: | I added yaourt in only one version earlier because pacmanxg required it, |
Any chance that pacmanxg will find its way back in archapps?
_________________ == Here is how to solve your Linux problems fast ==
|
Back to top
|
|
 |
mavrothal

Joined: 24 Aug 2009 Posts: 2964
|
Posted: Mon 14 Jan 2013, 13:44 Post subject:
|
|
Scooby wrote: | where can you download buildscripts anyway? |
simargl's repos are here: https://bitbucket.org/simargl/
From what I can see (but not tried/tested),
The spkg repo contains the spkg and paka scripts that actually are the building engines for the Archpup packages.
You just clone the repo and run the install script to install them.
The sources repo has just that. Archpup-specific tarballs that are downloaded and installed by spkg
The def-scripts repo contains packman like instructions that tell spkg where to find how to handle the different packages that will be installed.
The archpup repo is where everything happens.
The "arch-tools" folder is like a rootfs-skeleton and contains some puppy-/archpup-specific scripts
The "list" folder caontains the arch-* and spkg-* lists of packages that determine which package to put in which sfs (base, dev, apps and adrv)
Finally the scripts folder contains the 2 scripts that actually build Archpup. mkroot I guess goes first to setup the environment and base follows to do the building.
I hope this helps.
Hopefully simargl or someone that actually tries it, will fill the (inevitably) missing important details and (probably) steps.
(one step that I do not see for example is where the initrd and the ISO are build. unless they are done "manually")
_________________ == Here is how to solve your Linux problems fast ==
|
Back to top
|
|
 |
stifiling
Joined: 29 Dec 2007 Posts: 388
|
Posted: Mon 14 Jan 2013, 15:10 Post subject:
|
|
stifiling wrote: | does it load? |
can someone who's tested the wl.ko module leave feedback...
does it load when doing 'modprobe wl'?
are you able to get online using your broadcom wireless hardware with it?
|
Back to top
|
|
 |
peebee

Joined: 21 Sep 2008 Posts: 3257 Location: Worcestershire, UK
|
Posted: Mon 14 Jan 2013, 17:19 Post subject:
|
|
stifiling wrote: | stifiling wrote: | does it load? |
can someone who's tested the wl.ko module leave feedback...
does it load when doing 'modprobe wl'?
are you able to get online using your broadcom wireless hardware with it? |
Hi Stifiling
Same result here as with the wl.ko that I compiled.....
The modules load apparently successfully with no errors but wlan0 is not created.....
dmesg: Quote: | [ 112.272992] lib80211: common routines for IEEE802.11 drivers
[ 112.273440] lib80211_crypt: registered algorithm 'NULL'
[ 133.339050] cfg80211: Calling CRDA to update world regulatory domain
[ 133.791453] wl: module license 'Mixed/Proprietary' taints kernel.
[ 133.791460] Disabling lock debugging due to kernel taint | the last 2 lines are normal for the wl driver.
Puzzling isn't it!!
There may be a conflict with the ssb driver - they do have to be loaded in a specific sequence....
peebee
_________________
LxPup = Puppy + LXDE
|
Back to top
|
|
 |
bark_bark_bark
Joined: 05 Jun 2012 Posts: 1935 Location: Wisconsin USA
|
Posted: Mon 14 Jan 2013, 17:24 Post subject:
|
|
It didn't work for me either and my broadcom device still isn't recognized.
_________________ ....
|
Back to top
|
|
 |
mavrothal

Joined: 24 Aug 2009 Posts: 2964
|
Posted: Mon 14 Jan 2013, 17:38 Post subject:
|
|
stifiling, peebee,
the archpup kernel might be a bit problematic
_________________ == Here is how to solve your Linux problems fast ==
|
Back to top
|
|
 |
stifiling
Joined: 29 Dec 2007 Posts: 388
|
Posted: Mon 14 Jan 2013, 17:45 Post subject:
|
|
mavrothal wrote: | stifiling, peebee,
the archpup kernel might be a bit problematic |
i was wondering if that may be the case. i myself am using the retroprecise non-pae kernel 3.2.32
but try adding to the file /etc/modprobe.d/blacklist.conf:
blacklist b43
blacklist bcma
blacklist ssb
and add to the file /etc/rc.d/MODULESCONFIG in the addlist line:
ADDLIST=' lib80211 wl '
it's also saying to try in addlist 'lib80211_crypt_tkip' instead of lib80211, and possibly blacklisting 'brcm80211'
so let's see if messing around with those different configurations, makes any difference.
|
Back to top
|
|
 |
stifiling
Joined: 29 Dec 2007 Posts: 388
|
Posted: Mon 14 Jan 2013, 18:58 Post subject:
|
|
you know something else that just dawned on me is that i don't think ppl really know that pacman is a 'complete' and easy to use package manager. Just reading the thread title it may be viewed by many as just another puplet by the name of ArchPup. based on Lucid, or Precise or something.
As silly as it may sound, it may register in a lot of users heads as "ArchPup:Made with latest Arch packages.........based on Precise".
Many people may be skipping over it because some of the other titles have a more attention getting headline, and they also don't know pacman's capabilities.
they don't know how easy it is to install those hellishly hard in traditional puppy, favorite apps of theirs using ArchPup, and is just using alternatives apps in a more attention getting 'title' derivative.
|
Back to top
|
|
 |
mavrothal

Joined: 24 Aug 2009 Posts: 2964
|
Posted: Tue 15 Jan 2013, 01:44 Post subject:
|
|
Looked at the kernel building def file a bit and I can see a potential problem.
It appends the aufs Kbuild into the kernel Kbuild
Code: | cat $build/aufs3-standalone/include/linux/Kbuild >> include/linux/Kbuild |
while aufs README says
Quote: | - copy ./{Documentation,fs,include/linux/aufs_type.h} files to your
kernel source tree. Never copy ./include/linux/Kbuild. |
You may want to correct it and trying building the kernel and headers again.
_________________ == Here is how to solve your Linux problems fast ==
|
Back to top
|
|
 |
|
Page 27 of 31 [462 Posts] |
Goto page: Previous 1, 2, 3, ..., 25, 26, 27, 28, 29, 30, 31 Next |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|