pastebin - śmietnik na Twój kod

pastebin to narzędzie pozwalające na dzielenie się oraz modyfikowanie fragmentów kodów podczas rozmowy na IRCu, poprzez komunikator internetowy lub na forum.

Ta strona jest przeznaczona dla XHTML oraz CSS2 W3C. Jeżeli widzisz tą wiadomość, musisz pobrać aktualizację dla swojej przeglądarki. Przejdź do WaSP aby to zrobić.

Pastebin - Wklejanie i udostępnianie fragmentów kodu Zobacz pomoc

Posted by gravis on Thu 15th Jul 09:02 (zmodyfikowany post przez gravis zobacz różnice)
różnice | ściągnij jako plik | nowy wpis

  1. My printenv:
  2.  
  3.  
  4. GTA02v6 # printenv
  5. boot_menu_timeout=60
  6. bootargs_base=rootfstype=jffs2 root=/dev/mtdblock6 console=ttySAC2,115200 console=tty0 loglevel=4 regular_boot
  7. bootcmd=setenv bootargs ${bootargs_base} ${mtdparts}; nand read.e 0x32000000 kernel 0x200000; bootm 0x32000000
  8. bootdelay=5
  9. menu_1=Boot from microSD (FAT+ext2): setenv bootargs ${bootargs_base} rootfstype=ext2 root=/dev/mmcblk0p2 rootdelay=5 ${mtdparts} ro; mmcinit; fatload mmc 1 0x32000000 ${sd_image_name}; bootm 0x32000000
  10. menu_4=Set console to USB: setenv stdin usbtty; setenv stdout usbtty; setenv stderr usbtty
  11. menu_5=Set console to serial: setenv stdin serial; setenv stdout serial; setenv stderr serial
  12. menu_6=Reboot: reset
  13. menu_8=Power off: neo1973 power-off
  14. sd_image_name=uImage.bin
  15. usbtty=cdc_acm
  16. mtdids=nor0=physmap-flash,nand0=neo1973-nand
  17. pcb_rev=0x001
  18. pcf50633_int1=0x80
  19. pcf50633_int2=0x02
  20. mtdparts=mtdparts=physmap-flash:-(nor);neo1973-nand:0x00040000(u-boot),0x00040000(u-boot_env),0x00800000(kernel),0x000a0000(splash),0x00040000(factory),0x0f6a0000(rootfs)
  21. partition=nor0,0
  22. mtddevnum=0
  23. mtddevname=nor
  24. stdin=usbtty
  25. stdout=usbtty
  26. stderr=usbtty
  27.  
  28. Environment size: 1093/262140 bytes
  29.  
  30.  
  31.  
  32. MY lsusb regarding OM :
  33. Bus 003 Device 005: ID 1d50:5119 OpenMoko, Inc.
  34. Device Descriptor:
  35.   bLength                18
  36.   bDescriptorType         1
  37.   bcdUSB               1.10
  38.   bDeviceClass            2 Communications
  39.   bDeviceSubClass         0
  40.   bDeviceProtocol         0
  41.   bMaxPacketSize0        16
  42.   idVendor           0x1d50 OpenMoko, Inc.
  43.   idProduct          0x5119
  44.   bcdDevice            0.00
  45.   iManufacturer           1 OpenMoko, Inc
  46.   iProduct                2 Neo1973 Bootloader U-Boot 1.3.2-moko12
  47.   iSerial                 3 0000000
  48.   bNumConfigurations      2
  49.   Configuration Descriptor:
  50.     bLength                 9
  51.     bDescriptorType         2
  52.     wTotalLength           85
  53.     bNumInterfaces          3
  54.     bConfigurationValue     1
  55.     iConfiguration          4 TTY via USB
  56.     bmAttributes         0x80
  57.       (Bus Powered)
  58.     MaxPower              500mA
  59.     Interface Descriptor:
  60.       bLength                 9
  61.       bDescriptorType         4
  62.       bInterfaceNumber        0
  63.       bAlternateSetting       0
  64.       bNumEndpoints           1
  65.       bInterfaceClass         2 Communications
  66.       bInterfaceSubClass      2 Abstract (modem)
  67.       bInterfaceProtocol      1 AT-commands (v.25ter)
  68.       iInterface              6 Control Interface
  69.       CDC Header:
  70.         bcdCDC               0.6e
  71.       CDC Call Management:
  72.         bmCapabilities       0x00
  73.         bDataInterface          1
  74.       CDC ACM:
  75.         bmCapabilities       0x00
  76.       CDC Union:
  77.         bMasterInterface        0
  78.         bSlaveInterface         1
  79.       Endpoint Descriptor:
  80.         bLength                 7
  81.         bDescriptorType         5
  82.         bEndpointAddress     0x81  EP 1 IN
  83.         bmAttributes            3
  84.           Transfer Type            Interrupt
  85.           Synch Type               None
  86.           Usage Type               Data
  87.         wMaxPacketSize     0x0010  1x 16 bytes
  88.         bInterval             255
  89.     Interface Descriptor:
  90.       bLength                 9
  91.       bDescriptorType         4
  92.       bInterfaceNumber        1
  93.       bAlternateSetting       0
  94.       bNumEndpoints           2
  95.       bInterfaceClass        10 CDC Data
  96.       bInterfaceSubClass      0 Unused
  97.       bInterfaceProtocol      0
  98.       iInterface              5 Bulk Data Interface
  99.       Endpoint Descriptor:
  100.         bLength                 7
  101.         bDescriptorType         5
  102.         bEndpointAddress     0x02  EP 2 OUT
  103.         bmAttributes            2
  104.           Transfer Type            Bulk
  105.           Synch Type               None
  106.           Usage Type               Data
  107.         wMaxPacketSize     0x0010  1x 16 bytes
  108.         bInterval             255
  109.       Endpoint Descriptor:
  110.         bLength                 7
  111.         bDescriptorType         5
  112.         bEndpointAddress     0x83  EP 3 IN
  113.         bmAttributes            2
  114.           Transfer Type            Bulk
  115.           Synch Type               None
  116.           Usage Type               Data
  117.         wMaxPacketSize     0x0010  1x 16 bytes
  118.         bInterval             255
  119.     Interface Descriptor:
  120.       bLength                 9
  121.       bDescriptorType         4
  122.       bInterfaceNumber        2
  123.       bAlternateSetting       0
  124.       bNumEndpoints           0
  125.       bInterfaceClass       254 Application Specific Interface
  126.       bInterfaceSubClass      1 Device Firmware Update
  127.       bInterfaceProtocol      1
  128.       iInterface              7 USB Device Firmware Upgrade
  129.       Device Firmware Upgrade Interface Descriptor:
  130.         bLength                             9
  131.         bDescriptorType                    33
  132.         bmAttributes                        7
  133.           Will Not Detach
  134.           Manifestation Tolerant
  135.           Upload Supported
  136.           Download Supported
  137.         wDetachTimeout                  65280 milliseconds
  138.         wTransferSize                    4096 bytes
  139.         bcdDFUVersion                   0.01
  140.   Configuration Descriptor:
  141.     bLength                 9
  142.     bDescriptorType         2
  143.     wTotalLength           67
  144.     bNumInterfaces          2
  145.     bConfigurationValue     2
  146.     iConfiguration          4 TTY via USB
  147.     bmAttributes         0x80
  148.       (Bus Powered)
  149.     MaxPower              100mA
  150.     Interface Descriptor:
  151.       bLength                 9
  152.       bDescriptorType         4
  153.       bInterfaceNumber        0
  154.       bAlternateSetting       0
  155.       bNumEndpoints           1
  156.       bInterfaceClass         2 Communications
  157.       bInterfaceSubClass      2 Abstract (modem)
  158.       bInterfaceProtocol      1 AT-commands (v.25ter)
  159.       iInterface              6 Control Interface
  160.       CDC Header:
  161.         bcdCDC               0.6e
  162.       CDC Call Management:
  163.         bmCapabilities       0x00
  164.         bDataInterface          1
  165.       CDC ACM:
  166.         bmCapabilities       0x00
  167.       CDC Union:
  168.         bMasterInterface        0
  169.         bSlaveInterface         1
  170.       Endpoint Descriptor:
  171.         bLength                 7
  172.         bDescriptorType         5
  173.         bEndpointAddress     0x81  EP 1 IN
  174.         bmAttributes            3
  175.           Transfer Type            Interrupt
  176.           Synch Type               None
  177.           Usage Type               Data
  178.         wMaxPacketSize     0x0010  1x 16 bytes
  179.         bInterval             255
  180.     Interface Descriptor:
  181.       bLength                 9
  182.       bDescriptorType         4
  183.       bInterfaceNumber        1
  184.       bAlternateSetting       0
  185.       bNumEndpoints           2
  186.       bInterfaceClass        10 CDC Data
  187.       bInterfaceSubClass      0 Unused
  188.       bInterfaceProtocol      0
  189.       iInterface              5 Bulk Data Interface
  190.       Endpoint Descriptor:
  191.         bLength                 7
  192.         bDescriptorType         5
  193.         bEndpointAddress     0x02  EP 2 OUT
  194.         bmAttributes            2
  195.           Transfer Type            Bulk
  196.           Synch Type               None
  197.           Usage Type               Data
  198.         wMaxPacketSize     0x0010  1x 16 bytes
  199.         bInterval             255
  200.       Endpoint Descriptor:
  201.         bLength                 7
  202.         bDescriptorType         5
  203.         bEndpointAddress     0x83  EP 3 IN
  204.         bmAttributes            2
  205.           Transfer Type            Bulk
  206.           Synch Type               None
  207.           Usage Type               Data
  208.         wMaxPacketSize     0x0010  1x 16 bytes
  209.         bInterval             255
  210. Device Status:     0x0001
  211.   Self Powered
  212.  
  213. MY lsmod:
  214.  
  215. Module                  Size  Used by
  216. ipt_MASQUERADE          1407  0
  217. xt_state                1098  0
  218. ipt_REJECT              1928  0
  219. xt_tcpudp               2011  0
  220. iptable_filter          2271  0
  221. nf_nat_h323             5077  0
  222. nf_conntrack_h323      46926  1 nf_nat_h323
  223. nf_nat_pptp             1920  0
  224. nf_conntrack_pptp       4413  1 nf_nat_pptp
  225. nf_conntrack_proto_gre     4021  1 nf_conntrack_pptp
  226. nf_nat_proto_gre        1259  1 nf_nat_pptp
  227. nf_nat_tftp              716  0
  228. nf_conntrack_tftp       2893  1 nf_nat_tftp
  229. nf_nat_sip              5108  0
  230. nf_conntrack_sip       15389  1 nf_nat_sip
  231. nf_nat_irc              1124  0
  232. nf_conntrack_irc        3332  1 nf_nat_irc
  233. nf_nat_ftp              1836  0
  234. nf_conntrack_ftp        5381  1 nf_nat_ftp
  235. iptable_nat             4414  0
  236. nf_nat                 15735  9 ipt_MASQUERADE,nf_nat_h323,nf_nat_pptp,nf_nat_proto_gre,nf_nat_tftp,nf_nat_sip,nf_nat_irc,nf_nat_ftp,iptable_nat
  237. nf_conntrack_ipv4      10672  3 iptable_nat,nf_nat
  238. nf_conntrack           61583  18 ipt_MASQUERADE,xt_state,nf_nat_h323,nf_conntrack_h323,nf_nat_pptp,nf_conntrack_pptp,nf_conntrack_proto_gre,nf_nat_tftp,nf_conntrack_tftp,nf_nat_sip,nf_conntrack_sip,nf_nat_irc,nf_conntrack_irc,nf_nat_ftp,nf_conntrack_ftp,iptable_nat,nf_nat,nf_conntrack_ipv4
  239. nf_defrag_ipv4          1073  1 nf_conntrack_ipv4
  240. ip_tables               9991  2 iptable_filter,iptable_nat
  241. x_tables               14299  6 ipt_MASQUERADE,xt_state,ipt_REJECT,xt_tcpudp,iptable_nat,ip_tables
  242. cdc_acm                13666  0
  243. cdc_subset              2045  0
  244. cdc_ether               3541  0
  245. usbnet                 14943  2 cdc_subset,cdc_ether
  246. mii                     4381  1 usbnet
  247. binfmt_misc             6587  1
  248. ppdev                   5259  0
  249. snd_hda_codec_realtek   203312  1
  250. fbcon                  35102  71
  251. tileblit                2031  1 fbcon
  252. font                    7557  1 fbcon
  253. bitblit                 4707  1 fbcon
  254. softcursor              1189  1 bitblit
  255. vga16fb                11385  0
  256. vgastate                8961  1 vga16fb
  257. arc4                    1153  2
  258. snd_hda_intel          22037  2
  259. joydev                  8708  0
  260. snd_hda_codec          74201  2 snd_hda_codec_realtek,snd_hda_intel
  261. snd_hwdep               5412  1 snd_hda_codec
  262. snd_pcm_oss            35308  0
  263. snd_mixer_oss          13746  1 snd_pcm_oss
  264. snd_pcm                70886  3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
  265. snd_seq_dummy           1338  0
  266. snd_seq_oss            26726  0
  267. snd_seq_midi            4557  0
  268. snd_rawmidi            19056  1 snd_seq_midi
  269. snd_seq_midi_event      6003  2 snd_seq_oss,snd_seq_midi
  270. snd_seq                47263  6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
  271. ath5k                 122144  0
  272. snd_timer              19098  2 snd_pcm,snd_seq
  273. snd_seq_device          5700  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
  274. mac80211              205146  1 ath5k
  275. ath                     7611  1 ath5k
  276. snd                    54148  16 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
  277. i915                  285891  4
  278. cfg80211              126517  3 ath5k,mac80211,ath
  279. uvcvideo               57022  0
  280. drm_kms_helper         29297  1 i915
  281. psmouse                63245  0
  282. intel_agp              24415  2 i915
  283. videodev               34361  1 uvcvideo
  284. v4l1_compat            13251  2 uvcvideo,videodev
  285. soundcore               6620  1 snd
  286. drm                   163034  5 i915,drm_kms_helper
  287. serio_raw               3978  0
  288. led_class               2864  1 ath5k
  289. atl2                   22512  0
  290. agpgart                31788  2 intel_agp,drm
  291. i2c_algo_bit            5028  1 i915
  292. snd_page_alloc          7172  2 snd_hda_intel,snd_pcm
  293. video                  17375  1 i915
  294. output                  1871  1 video
  295. eeepc_laptop           13915  0
  296. lp                      7028  0
  297. parport                32635  2 ppdev,lp
  298. usb_storage            39457  0
  299.  
  300.  
  301.  
  302.  
  303. MY dmesg during connection:
  304. [ 1783.140117] usb 3-2: new full speed USB device using uhci_hcd and address 7
  305. [ 1783.327394] usb 3-2: configuration #1 chosen from 2 choices
  306. [ 1783.335414] cdc_acm 3-2:1.0: This device cannot do calls on its own. It is not a modem.
  307. [ 1783.335459] cdc_acm 3-2:1.0: ttyACM0: USB ACM device

Wyślij poprawkę poniżej (kliknij tu aby wysłać nowy wpis)
Po wysłaniu poprawki będziesz w stanie łatwo zobaczyć różnice między starym a nowym wpisem.

Podświetlanie składni:

Aby podświetlić konkretną linię, wpisz na jej początku @@


Zapamiętaj mniePrivate
Nie wypełniaj tego pola ! =>