Fatdog64-611 Final (Updated 12-14-2012)

A home for all kinds of Puppy related projects
Post Reply
Message
Author
Barbol
Posts: 18
Joined: Thu 20 Dec 2012, 02:47
Location: Argentina

#136 Post by Barbol »

Hi, Aung. The thing seems to be switching correctly. The three ttyUSB ports are made by the option module, and wwan0 is made by cdc_ether, a module for ethernet connections through USB if I'm not wrong. I think it all looks normal.
I'm not sure about the "APN_USER="*99#". Is that right?? It is more like the dialing number..
It will output some "expr: syntax error" but still works.
sakis3g works far better with the full version "expr" from coreutils. I found it in the coreutils-8.13.tar.bz2 package from the fatdog repository but I'm not sure which is the best way of adding it to fatdog, I'm new to this compiling thing (compiling and installing the whole pckg doesn't look good, maybe someone in the forum could instruct the proper way).
This is what I did: downloaded and unpack the pckg to a tmp directory, then configure and compile it with new2dir. After that I copied the new expr binary to /bin (removing or renaming the link to busybox as same as withh chat).
Once done sakis works with no errors, even the interactive function is running with the line:

Code: Select all

sakis3g --iterm --pppd
You can explore the "more options menu" for a solution. If still doesn't work can try unloading the drivers with "rmmod cdc_ether ; rmmod option", an let sakis load the appropriate ones. Or you can go back to CLI and force it to use specifics module and port with something like:

Code: Select all

# sakis3g connect USBINTERFACE="0" MODEM="OTHER" OTHER="CUSTOM_TTY" CUSTOM_TTY="/dev/ttyUSB0" USBDRIVER="option" APN="VirginBroadband" APN_USER="xxxxx" APN_PASS="xxxxx" --pppd -d
but I'm not sure if your modem could connect through ttyUSBx, or it needs to use wwan0 (never had one of those with ether port).
Good luck!! :)

Barbol

Aung
Posts: 144
Joined: Sat 20 Jan 2007, 03:30
Location: Hervey Bay

#137 Post by Aung »

Barbol, I have given up. Thanks for all your help. With 'sakis3g --iterm --pppd' I had to link expr, after doing the compile bit, to /bin and /usr/bin and rub out the links to busybox . (Had to get new2dir from slacko, anyhow got through it) Could get as far as No. 4, custom APN, but then 'cannot connect' in red writing. Thats as far as wvdial and ppp -d gets also. It does not do its thing in resolv.conf and does not make a 'modem' folder in dev. I use Slacko 5.3.3 live cd for internet banking so I have now done a frugal of Slacko for my internet. I feel like its owning a V12 Jag and having the road tax mafia making me take out 6 spark plugs to drive around. I was using doze xp for internet because Virgin broadband has a good dashboard with a up and down load speed graph, handy to look at when nothing is happening, no data coming in. Also have another problem with using doze. Had to go to msdog to get a direct x file for this mobo and since then my logitech trackball develops bad habits and becomes unusable and I have to clear the bios
and DMI pool and reload bios to teach it some manners. I have found its mainly the DMI pool thats the culprit but have to do the bios rewrite also to be able to clear the DMI pool.

User avatar
rerwin
Posts: 2017
Joined: Wed 24 Aug 2005, 22:50
Location: Maine, USA

3G modem support

#138 Post by rerwin »

Gobbi, Barbol, Aung, jamesbond,
Smokey01 has just alerted me to your efforts with 3G modems. Congratulations on creating an executable usb_modeswitch for fatdog64. As for automatic recognition of the modems, I will look into the details of that function and supply, if necessary, any other components that are needed.

Although I have an Athon64 PC, I have yet to install the latest fatdog. Once I do that, I can sort things out. Please give me a few days, though.
Richard

Barbol
Posts: 18
Joined: Thu 20 Dec 2012, 02:47
Location: Argentina

#139 Post by Barbol »

rerwin, that's great news! I'm glad to hear that fatgod64 will have a proper 3G modem support now.. :D

As for Aung's connection problem, I red repeatedly that Virgin Broadband require PAP authentication rather than CHAP, and this could be solved by adding the line:

-chap

in the file /etc/ppp/options. This could be part of the solution..
http://www.murga-linux.com/puppy/viewto ... 910#297910


Barbol
Last edited by Barbol on Thu 27 Dec 2012, 19:17, edited 1 time in total.

User avatar
Terryphi
Posts: 761
Joined: Wed 02 Jul 2008, 09:32
Location: West Wales, Britain.

#140 Post by Terryphi »

Has anyone managed to get any version of Filezilla running on Fatdog64 ?
[b]Classic Opera 12.16 browser SFS package[/b] for Precise, Slacko, Racy, Wary, Lucid, etc available[url=http://terryphillips.org.uk/operasfs.htm]here[/url] :)

User avatar
rerwin
Posts: 2017
Joined: Wed 24 Aug 2005, 22:50
Location: Maine, USA

#141 Post by rerwin »

Barbol wrote:As for Aung's connection problem, I red repeatedly that Virgin Broadband require PAP authentication rather than CHAP, and this could be solved by adding the line:

-chap

in the file /etc/ppp/options. This could be part of the solution..
You are exactly right! This should be handled automatically, but the files that do that are missing. The missing directory is /etc/wvdial_options, which I attach here. Extract it to the /etc directory. It should be included in the distro as part of wireless modem support, part of puppy infrastructure.
Richard
Attachments
etc-wvdial_options.tar.gz
Fixes virgin_broadband dropped connection.
wvdial_options directory, to be extracted into /etc directory.
(219 Bytes) Downloaded 370 times

nooby
Posts: 10369
Joined: Sun 29 Jun 2008, 19:05
Location: SwedenEurope

#142 Post by nooby »

Fatdog is too advanced for me but want to ask anyway.

I've tried to find my old menu.lst but it is on another computer
that I have not booted up now. And using search I failed too
and on FAQ only for those good at understanding RTFM

Here is one explanation why html on local disk failed to show.
The real??? address is
file:///aufs/devsave/bookmark.html

while at /mnt/home there is nothing on sda1
sda1 is on file:///aufs/devsave/

I had no idea it has that name.

the savefile ended up on the HD but outside of the fd64 so I moved it
there maybe that mess up things? I reboot to find out. yes worked well
I use Google Search on Puppy Forum
not an ideal solution though

Aung
Posts: 144
Joined: Sat 20 Jan 2007, 03:30
Location: Hervey Bay

#143 Post by Aung »

Hi Barbol, rerwin,
BINGO
Thunderbirds ago with Fatdog, thanks all
now i'm off to learn how to hack into the commonwealth bank to fund meself a V12 Jag!!
Hmmm, wonder how I can get 'snap to' to work on my trackball. Aung

tempestuous
Posts: 5464
Joined: Fri 10 Jun 2005, 05:12
Location: Australia

#144 Post by tempestuous »

Aung wrote:Thunderbirds ago
"ago"??
Surely a phonetic misinterpretation.

User avatar
smokey01
Posts: 2813
Joined: Sat 30 Dec 2006, 23:15
Location: South Australia :-(
Contact:

#145 Post by smokey01 »

Terryphi,

FileZilla-3.6.0.2 is the latest and it works fine.

http://www.smokey01.com/software/Fatdog ... 2-fd64.pet
Terryphi wrote:Has anyone managed to get any version of Filezilla running on Fatdog64 ?

User avatar
Billtoo
Posts: 3720
Joined: Tue 07 Apr 2009, 13:47
Location: Ontario Canada

Fatdog64-611 Final (Updated 12-14-2012)

#146 Post by Billtoo »

I installed fatdog 611 to a usb 3.0 hard drive with the fatdog installer.
Hardinfo isn't available so not much of a report here.
Fatdog is working well so far on this hp desktop pc.
Attachments
screenshot2.jpg
(37.81 KiB) Downloaded 578 times
screenshot.jpg
(18.02 KiB) Downloaded 683 times
Last edited by Billtoo on Fri 28 Dec 2012, 16:50, edited 1 time in total.

gcmartin

Re: Fatdog64-611 Final (Updated 12-14-2012)

#147 Post by gcmartin »

Billtoo wrote: ... Hardinfo isn't available so not much of a report here.
Fatdog is working well so far on this hp desktop pc.
@Billtoo, this might help.
  1. Open terminal
  2. type hardinfo
Cheers! :)

User avatar
Billtoo
Posts: 3720
Joined: Tue 07 Apr 2009, 13:47
Location: Ontario Canada

Re: Fatdog64-611 Final (Updated 12-14-2012)

#148 Post by Billtoo »

gcmartin wrote:
Billtoo wrote: ... Hardinfo isn't available so not much of a report here.
Fatdog is working well so far on this hp desktop pc.
@Billtoo, this might help.
  1. Open terminal
  2. type hardinfo
Cheers! :)
This is what I get when I run hardinfo:
Attachments
hardinfo.jpg
(16.24 KiB) Downloaded 664 times

gcmartin

#149 Post by gcmartin »

In 611's Shutdown processing, there "may" be a bug.

If one is to start the Save-session processing to sda1, then, 2 screens later decides to have it save to the booting DVD by selecting the "Previous" buttons, the Shutdown subsystem will continue to behave as though it will store on an HDD instead of the DVD. In other words, if you backup and change it to the DVD, the subsystem will behave as it would for a HDD instead of the expected DVD screenings.

Here to help

gcmartin

#150 Post by gcmartin »

611 has so much new stuff. Here one that might need be revisited.

I know it is reasonably easy to turn on SWAP when there is a SWAP partition present, it can easily be overlooked. Even experience "Puppylanders" have come to know that if it is present at boot-time, the distro will incorporate it into the booted system. FATDOG is not folding the SWAP into the desktop at boot.

The only reason one might not want to do so is if one is in a forensics/auditing mode or one may be modifying the partition layouts where Gparted will alert the user should it be mounted. Most of us are rarely in this mode

Questions
  • Would this warrant reconsideration where the SWAP partition gets used by the booted system without having to hunt for the reason why it is not?
  • Also, I may have missed something about Linux operations, but does having a SWAP partition negatively impact system performance?
I present this as a ease of use idea.

P.S. Over the years, I have noticed the subtle changes in Hardinfo that you continue to make. It does make our lives easier where in one tool we see so much about the system. Don't know if I mentioned this before, but Thanks again.

Hope this helps too

User avatar
Terryphi
Posts: 761
Joined: Wed 02 Jul 2008, 09:32
Location: West Wales, Britain.

#151 Post by Terryphi »

smokey01 wrote:
FileZilla-3.6.0.2 is the latest and it works fine.

http://www.smokey01.com/software/Fatdog ... 2-fd64.pet
Thanks!
[b]Classic Opera 12.16 browser SFS package[/b] for Precise, Slacko, Racy, Wary, Lucid, etc available[url=http://terryphillips.org.uk/operasfs.htm]here[/url] :)

User avatar
smokey01
Posts: 2813
Joined: Sat 30 Dec 2006, 23:15
Location: South Australia :-(
Contact:

#152 Post by smokey01 »

has anyone tried to burn a DVD using Pburn in Fatdog. I continually get an error just as the files are about to be written to the DVD.

I think it may have something to do with the file layering system as the files can't be found by Pburn. The files are being created however in the normal Pburn directories.

I know it works fine in Slacko so it appears to be Fatdog related.

gcmartin

#153 Post by gcmartin »

smokey01 wrote:has anyone tried to burn a DVD using Pburn in Fatdog. I continually get an error just as the files are about to be written to the DVD.

I think it may have something to do with the file layering system as the files can't be found by Pburn. The files are being created however in the normal Pburn directories.

I know it works fine in Slacko so it appears to be Fatdog related.
Just yesterday, I had some interesting issues with Pburn on Slacko54 for burning FATDOG611's ISO. Seems to have been confused with a DVD+RW that I wanted it to create the multisession from the ISO.

I ended by creating the DVD manually. (After your post, it reminded me of the problem I saw and am wondering where the source of the DVD handling problem might be.)

I have NOT tried to use FATDOG, itself for DVD writing yet. I'm still wrestling with the various FATDOG releases and some of the new behavior.

Hope to provides some clue.

Aung
Posts: 144
Joined: Sat 20 Jan 2007, 03:30
Location: Hervey Bay

#154 Post by Aung »

With the catchphrase "Thunderbirds are go!
Well there one goes, all these years I thought it was thunderbirds ago, or maybe a-go would have been better. Yes tempestuous I had to google it. Down under we just had a our first blind chap fitted with a bionic eye and the first thing he said when he saw 'light' was 'thunderbirds a-go' and the next day the creator dies.

User avatar
smokey01
Posts: 2813
Joined: Sat 30 Dec 2006, 23:15
Location: South Australia :-(
Contact:

#155 Post by smokey01 »

gcmartin how about try and create a dvd from either an avi, mpeg, wmv or mp4.

Please report if you are successful. It works in other distributions, just not Fatdog.

Post Reply