Page 1 of 4

Posted: Mon 14 Feb 2011, 02:37
by jim3630
Q5sys wrote:
edoc wrote:It looks good but I think lacks the correct driver or maybe has an old version of pwireless (which I have found to be a troublesome app).

I can see my router but pwireless insists that it wants a WEP code when it is WPA.

I creates the appearance of a connection but does not work.

I think this was an old problem with the base distro of Puppy that you are using.

It brings back memories of wireless tail-chasing ...
Yea its built with LHP 4.43
I'm going to be rebuilding it using LHP 5.0F as a base sometime in late Dec or early Jan (or at least thats the plan right now). Going to have to work out a few issues with some incompatibilities I am aware of right now. Who knows TazOC might release a newer version of LHP before then, so then I can use that as a base. :)
I'm using LHP as a base, becuase It will still allow anyone to use any of the other SFS files that he's made to add features if they want it, like KDE, etc.

I personally have had no problems with any of the systems I've tested it on. What wireless card do you have? I only have intel cards at my disposal, so if you have another wireless card let me know and i'll try to find a system I get my hands on it so I can do some testing.
On my Latitude D610 with BCM 4313 ethernet AP's Pwireless scanner made the connection straight away but not on a newer HP with RTK-8169. still working on it.
Same D610 wouldn't connect on LHP 5.02, INUP .002., stardust 0.13, and someone's Wary posted here. All of them use the same connect programs IIRC. The LHP in same family couldn't figure but it doesn't have Pwireless. BTW on AUTHO releases with Barry's simple connect it works every time.

Hey, great graphics and smooth running x2 days now! Thanks I'm enjoying it.

Posted: Sat 19 Feb 2011, 02:05
by DPUP5520
Very nice, I like it. I've actually been working on my own based off of 501 barebones I was wondering if you had any luck getting Airpwn working on your version of if you've tried to get it working. Have you considered adding chntpw to your distro. in my opinion its a lot more effective than ophcrack as it requires large tables to crack anything more than a simple 6 character password.

Posted: Sat 19 Feb 2011, 03:30
by DPUP5520
Forgot to mention earlier you are missing the iw command which is a dependency in the aircrack-ng suite when using airmon-ng to put your card into monitor/promiscuous mode.

Posted: Tue 15 Mar 2011, 01:14
by morgonzola
hey there i just kinda stumbled upon this in my search to find a alternative to backtrack that is not 2 gigs and requires a full install.

only one thing, i installed, put into a folder, and i edited my menu.list like i normally do

Code: Select all

#
title attackpup
rootnoverify (hd0,1)
kernel /attackpup/vmlinuz pmedia=atahd psubdir=attackpup	
initrd /attackpup/initrd.gz
#
however when i boot it tells me im not doing something right.
can you throw me a line? this has never happened before so i have no idea whats going on

Posted: Tue 15 Mar 2011, 02:27
by muggins
morgonzola,

grub is quite specific in it's error messages so, for someone to help, could you please give more info on the error you're getting?

Posted: Tue 15 Mar 2011, 02:37
by morgonzola
sorry i forgot what it was exactly telling me but after a reboot it is

Grub Error 13: "Invalid or unsupported executable format"

i just tried changing rootnoverify to just root but i dont think that has anything to do with it

Posted: Tue 15 Mar 2011, 02:37
by morgonzola
well the problem figured out itself. i just deleted and re ripped into the folder and it booted right up. weird
now i have to deal with wireless but that is a different story :lol:

Posted: Fri 22 Jul 2011, 19:26
by edoc
Anyone get this working on a Netbook?

I have a Samsung NB30 with Intel Atom N450, Intel® NM10, Intel® GMA3150 integrated graphics processor, and ath9k wlan driver.

WDYT?

Posted: Fri 22 Jul 2011, 22:38
by Q5sys
edoc wrote:Anyone get this working on a Netbook?

I have a Samsung NB30 with Intel Atom N450, Intel® NM10, Intel® GMA3150 integrated graphics processor, and ath9k wlan driver.

WDYT?
it was originally tested on an asus 1005HA netbook. I dont have another at my disposal to test on. :(
My next version will probably be based on the newer Slackpup release. Im waiting for it to go final to start work.

Posted: Fri 22 Jul 2011, 22:52
by edoc
Rather than wrestle with the old release I should wait for the new.

I can test it for you on two netbooks and 4 or 5 different laptops.

Thanks!

Posted: Wed 03 Aug 2011, 15:25
by kattman
Forgot to mention earlier you are missing the iw command which is a dependency in the aircrack-ng suite when using airmon-ng to put your card into monitor/promiscuous mode.
is there a pet fot the IW i cannot compille it "too many errors".

Posted: Wed 03 Aug 2011, 23:44
by Q5sys
kattman wrote:
Forgot to mention earlier you are missing the iw command which is a dependency in the aircrack-ng suite when using airmon-ng to put your card into monitor/promiscuous mode.
is there a pet fot the IW i cannot compille it "too many errors".
Can you paste the output from you trying to compile it here? I'll see about compiling it and uploading it... but im really pressed for time this week and next.

Posted: Fri 05 Aug 2011, 12:29
by kattman
I extracted ti iw tgz to "/usr/source/drivers" i moved to the "iw-0-9-11" folder and it in terminal, and typed "make" this is the output.
sh-4.1# make
CC iw.o
iw.c:16:31: error: netlink/genl/genl.h: No such file or directory
iw.c:17:33: error: netlink/genl/family.h: No such file or directory
iw.c:18:33: error: netlink/genl/ctrl.h: No such file or directory
iw.c:19:25: error: netlink/msg.h: No such file or directory
iw.c:20:26: error: netlink/attr.h: No such file or directory
In file included from iw.c:23:
iw.h:4:29: error: netlink/netlink.h: No such file or directory
In file included from iw.c:23:
iw.h:44: warning: 'struct nl_msg' declared inside parameter list
iw.h:44: warning: its scope is only this definition or declaration, which is probably not what you want
iw.h:44: warning: 'struct nl_cb' declared inside parameter list
iw.h:72: error: expected ')' before 'initiator'
iw.c: In function 'nl_socket_alloc':
iw.c:31: error: implicit declaration of function 'nl_handle_alloc'
iw.c:31: warning: return makes pointer from integer without a cast
iw.c: In function 'nl_socket_free':
iw.c:36: error: implicit declaration of function 'nl_handle_destroy'
iw.c: In function '__genl_ctrl_alloc_cache':
iw.c:41: error: implicit declaration of function 'genl_ctrl_alloc_cache'
iw.c:41: warning: initialization makes pointer from integer without a cast
iw.c: In function 'nl80211_init':
iw.c:62: error: implicit declaration of function 'genl_connect'
iw.c:74: error: implicit declaration of function 'genl_ctrl_search_by_name'
iw.c:74: warning: assignment makes pointer from integer without a cast
iw.c:84: error: implicit declaration of function 'nl_cache_free'
iw.c: In function 'nl80211_cleanup':
iw.c:92: error: implicit declaration of function 'genl_family_put'
iw.c: In function 'phy_lookup':
iw.c:158: error: implicit declaration of function 'atoi'
iw.c: At top level:
iw.c:162: warning: 'struct nlmsgerr' declared inside parameter list
iw.c:162: warning: 'struct sockaddr_nl' declared inside parameter list
iw.c: In function 'error_handler':
iw.c:165: error: dereferencing pointer to incomplete type
iw.c:166: error: 'NL_STOP' undeclared (first use in this function)
iw.c:166: error: (Each undeclared identifier is reported only once
iw.c:166: error: for each function it appears in.)
iw.c: At top level:
iw.c:169: warning: 'struct nl_msg' declared inside parameter list
iw.c: In function 'finish_handler':
iw.c:173: error: 'NL_SKIP' undeclared (first use in this function)
iw.c: At top level:
iw.c:176: warning: 'struct nl_msg' declared inside parameter list
iw.c: In function 'ack_handler':
iw.c:180: error: 'NL_STOP' undeclared (first use in this function)
iw.c: In function 'handle_cmd':
iw.c:209: error: implicit declaration of function 'strtoul'
iw.c:269: error: implicit declaration of function 'nlmsg_alloc'
iw.c:269: warning: assignment makes pointer from integer without a cast
iw.c:275: error: implicit declaration of function 'nl_cb_alloc'
iw.c:275: error: 'NL_CB_DEBUG' undeclared (first use in this function)
iw.c:275: error: 'NL_CB_DEFAULT' undeclared (first use in this function)
iw.c:275: warning: assignment makes pointer from integer without a cast
iw.c:282: error: implicit declaration of function 'genlmsg_put'
iw.c:282: error: implicit declaration of function 'genl_family_get_id'
iw.c:287: error: implicit declaration of function 'NLA_PUT_U32'
iw.c:296: warning: passing argument 1 of 'cmd->handler' from incompatible pointer type
iw.c:296: warning: passing argument 2 of 'cmd->handler' from incompatible pointer type
iw.c:300: error: implicit declaration of function 'nl_send_auto_complete'
iw.c:306: error: implicit declaration of function 'nl_cb_err'
iw.c:306: error: 'NL_CB_CUSTOM' undeclared (first use in this function)
iw.c:307: error: implicit declaration of function 'nl_cb_set'
iw.c:307: error: 'NL_CB_FINISH' undeclared (first use in this function)
iw.c:308: error: 'NL_CB_ACK' undeclared (first use in this function)
iw.c:311: error: implicit declaration of function 'nl_recvmsgs'
iw.c:313: error: implicit declaration of function 'nl_cb_put'
iw.c:315: error: implicit declaration of function 'nlmsg_free'
iw.c:317: warning: label 'nla_put_failure' defined but not used
iw.c: At top level:
iw.c:322: warning: 'struct nl_msg' declared inside parameter list
iw.c: In function 'no_seq_check':
iw.c:324: error: 'NL_OK' undeclared (first use in this function)
iw.c: At top level:
iw.c:327: warning: 'struct nl_msg' declared inside parameter list
iw.c: In function 'print_event':
iw.c:329: error: implicit declaration of function 'nlmsg_data'
iw.c:329: error: implicit declaration of function 'nlmsg_hdr'
iw.c:329: warning: initialization makes pointer from integer without a cast
iw.c:332: error: '__u8' undeclared (first use in this function)
iw.c:332: error: expected ';' before 'reg_type'
iw.c:334: error: implicit declaration of function 'nla_parse'
iw.c:334: error: implicit declaration of function 'genlmsg_attrdata'
iw.c:335: error: implicit declaration of function 'genlmsg_attrlen'
iw.c:337: error: dereferencing pointer to incomplete type
iw.c:340: error: implicit declaration of function 'nla_get_u32'
iw.c:341: error: implicit declaration of function 'nla_get_string'
iw.c:341: warning: format '%s' expects type 'char *', but argument 3 has type 'int'
iw.c:357: error: 'reg_type' undeclared (first use in this function)
iw.c:357: error: implicit declaration of function 'nla_get_u8'
iw.c:363: error: implicit declaration of function 'reg_initiator_to_string'
iw.c:363: warning: format '%s' expects type 'char *', but argument 2 has type 'int'
iw.c:363: warning: format '%s' expects type 'char *', but argument 3 has type 'int'
iw.c:369: warning: format '%s' expects type 'char *', but argument 2 has type 'int'
iw.c:374: warning: format '%s' expects type 'char *', but argument 3 has type 'int'
iw.c:378: warning: format '%s' expects type 'char *', but argument 2 has type 'int'
iw.c:390: error: dereferencing pointer to incomplete type
iw.c:394: error: 'NL_SKIP' undeclared (first use in this function)
iw.c: In function 'listen_events':
iw.c:401: error: 'NL_CB_DEBUG' undeclared (first use in this function)
iw.c:401: error: 'NL_CB_DEFAULT' undeclared (first use in this function)
iw.c:401: warning: initialization makes pointer from integer without a cast
iw.c:413: error: implicit declaration of function 'nl_socket_add_membership'
iw.c:434: error: 'NL_CB_SEQ_CHECK' undeclared (first use in this function)
iw.c:434: error: 'NL_CB_CUSTOM' undeclared (first use in this function)
iw.c:435: error: 'NL_CB_VALID' undeclared (first use in this function)
iw.c: In function 'main':
iw.c:452: error: implicit declaration of function 'abs'
make: *** [iw.o] Error 1
sh-4.1#

Posted: Sat 03 Sep 2011, 02:09
by DPUP5520
Just noticed someone was trying to get iw compiled on here, I dont know why I only gave the source but here's the actual pet.

Posted: Sat 03 Sep 2011, 03:23
by edoc
Q5sys wrote:My next version will probably be based on the newer Slackpup release. Im waiting for it to go final to start work.
Any exciting news?

Posted: Sat 03 Sep 2011, 21:53
by Q5sys
edoc wrote:
Q5sys wrote:My next version will probably be based on the newer Slackpup release. Im waiting for it to go final to start work.
Any exciting news?
did 5.3 go final without me noticing? ;)
Im waiting till all the bugs are ironed out. That way theres less bug testing for me. :P

Posted: Sat 03 Sep 2011, 22:24
by edoc
Q5sys wrote:
edoc wrote:
Q5sys wrote:My next version will probably be based on the newer Slackpup release. Im waiting for it to go final to start work.
Any exciting news?
did 5.3 go final without me noticing? ;)
Im waiting till all the bugs are ironed out. That way theres less bug testing for me. :P
Sounds like good strategic wisdom to me!

I have no idea about 5.3 ... can't keep up with all that is going on in Puppyville.

:roll:

Posted: Sat 03 Sep 2011, 22:32
by Q5sys
edoc wrote:
Q5sys wrote:
did 5.3 go final without me noticing? ;)
Im waiting till all the bugs are ironed out. That way theres less bug testing for me. :P
Sounds like good strategic wisdom to me!

I have no idea about 5.3 ... can't keep up with all that is going on in Puppyville.

:roll:
good strategic wisdom... more like efficient slacking. ;)

Posted: Mon 28 Nov 2011, 18:36
by droope
this is awesome!

backtrack is 2GB now... couldn't even think of installing it on my old PC. :( I guess i have to buy a real computer to work comfortably??? let's put that to a test. :D

Cheers!

Posted: Sun 04 Dec 2011, 23:06
by droope
hey the wireless doesn't work in my EEEPC 701, anyone know why? it has never worked so far on a puppy, now that i remember.

:(