summaryrefslogtreecommitdiff
path: root/www/irc/rockbox-20020604.log
blob: c7b0341d5a731d47c5ce1a3edfd8892965106417 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
**** BEGIN LOGGING AT Sat Jun  1 00:01:10 2002

-->	adiamas (~adiamas@216.194.26.213) has joined #rockbox
---	Topic for #rockbox is web site might remain dead until saturday! :-(
---	Topic for #rockbox set by Bagder at Thu May 30 11:07:24
---	You are now known as adi|home
-->	edx (OKE60@pD9EABB84.dip.t-dialin.net) has joined #rockbox
<edx>	morning.
<Tumm>	morning
-->	Zagor (~bjst@as9-5-6.k.s.bonet.se) has joined #rockbox
---	ChanServ gives channel operator status to Zagor
---	Zagor has changed the topic to: Does your box rock? http://bjorn.haxx.se/rockbox/
<Zagor>	hey all
<--	Zagor has quit ("bye")
-->	adam (~adam@c-24-118-162-179.mn.client2.attbi.com) has joined #rockbox
*	adam thought of something evil
<adam>	a perl script to automatically renew my library books via telnet :p
<webmind>	evil yes
<adam>	Machinae Supremacy - The Great Gianna Sisters
---	edx is now known as edx|away
<--	adam has quit (Read error: 104 (Connection reset by peer))
-->	adam (~adam@c-24-118-162-179.mn.client2.attbi.com) has joined #rockbox
-->	Zagor (~bjst@as9-5-6.k.s.bonet.se) has joined #rockbox
<--	adam has quit (Read error: 104 (Connection reset by peer))
<Zagor>	hey guys. time for 1.0 release.
<webmind>	neat :)
<webmind>	when ?
---	dw|weekender is now known as dwihno
<Zagor>	soon. just fixing the web page
<webmind>	ok.. btw.. what are the functions/features of v1.0 ?
<Zagor>	hang on..
<dwihno>	Hej hej
<Zagor>	hi dwihno. 1.0 coming out in a few minutes.
<Zagor>	http://bjorn.haxx.se/rockbox/rockbox-1.0-notes.txt
<dwihno>	Cool!
<dwihno>	:D
<dwihno>	Beware of Rockbox - It will rock your box! :D
<Zagor>	http://bjorn.haxx.se/rockbox/download.html
<dwihno>	You are forgetting something - I have a recorder ;)
<Zagor>	ah, i'll add a comment about that
<dwihno>	I want to be mentioned too! :)
<Zagor>	hehe
<dwihno>	Please? :)
<webmind>	it seems to be becomming something :)
<dwihno>	I saw a 1.27D version of the archos firmware being released
*	dwihno is off to check what's new/fixed
<Zagor>	dwihno: any info about what changes?
<dwihno>	Added all Remote Functions via Remote Control Unit 
<dwihno>	That's what's new in the D revision
<Zagor>	ok
<dwihno>	I got some new Sennheiser headphones today
<dwihno>	My old Philips died on me last night. May they rest in peace.
<webmind>	btw.. any chance there will sometime be a txt file reader in rockbox ?
<dwihno>	Sometime, probably
<webmind>	ok
<Zagor>	yeah, that's a simple thing
<Zagor>	PsycoXul was working on it yesterday, but got snagged on some bug
<dwihno>	Does the ID3 stuff parse ID3V2 tags?
<Zagor>	i think so
<dwihno>	mkay
<Zagor>	that's bagder's code
<dwihno>	bagder the badger :)
-->	adam (~adam@c-24-118-162-179.mn.client2.attbi.com) has joined #rockbox
---	ChanServ gives channel operator status to Zagor
---	Zagor has changed the topic to: Version 1.0 released!
<edx|away>	hi!
---	edx|away is now known as edx
<edx>	release 1.0 - that is cool :)
<edx>	for the recorder as well?
<Zagor>	no, just player
<Zagor>	we haven't got the recorder ata driver working yet
<edx>	ah.. ok ;)
<edx>	hmm
<edx>	too sad i cant help there :(
<edx>	lol... did you get that Search Engine mail...
<Zagor>	i get a looot of spam...
<edx>	Hi
<edx>	I visited http://bjorn.haxx.se, and noticed that you're not listed on some search engines! I think we can offer you a service which can help you increase traffic and the number of visitors to your website.
<edx>	 
<edx>	bla.
---	dwihno is now known as dw|gone
<Zagor>	you got that too?
<edx>	yup.
<Zagor>	hah
<edx>	what is wrong with the ata driver?
<edx>	a protocol related thing.. ?
<Zagor>	no, more likely the hardware interface is a little different from the players
<edx>	hmm
<edx>	the webserver is down?
<Zagor>	no, it's up again
<edx>	hmm i cant see it..
<Zagor>	odd
<edx>	not even haxx.se
<edx>	cant ping it either
<edx>	i gotta go eating :)
<edx>	later..
<Zagor>	bye
---	edx is now known as edx|grilling
<--	Zagor has quit ("bye")
<--	adam has quit (Read error: 104 (Connection reset by peer))
---	edx|grilling is now known as edx
<edx>	anyone here with an archos player?
-->	adam (~adam@c-24-118-162-179.mn.client2.attbi.com) has joined #rockbox
<Tumm>	yesbox
<--	adam has quit (Read error: 104 (Connection reset by peer))
-->	adam (~adam@c-24-118-162-179.mn.client2.attbi.com) has joined #rockbox
<edx>	good night.
<--	adam has quit (Read error: 104 (Connection reset by peer))
<--	edx has quit ("ZZzz")
-->	adam (~adam@c-24-118-162-179.mn.client2.attbi.com) has joined #rockbox
<--	motiv01_ has quit (Read error: 104 (Connection reset by peer))
-->	motiv01_ (~trillian@sdn-ar-002ncraleP123.dialsprint.net) has joined #rockbox
<--	adam has quit (Read error: 104 (Connection reset by peer))
-->	adam (~adam@c-24-118-162-179.mn.client2.attbi.com) has joined #rockbox
<--	adam has quit (Read error: 104 (Connection reset by peer))
-->	adam (~adam@c-24-118-162-179.mn.client2.attbi.com) has joined #rockbox
---	dw|gone is now known as dwihno
<--	adam has quit (Read error: 104 (Connection reset by peer))
-->	adam (~adam@c-24-118-162-179.mn.client2.attbi.com) has joined #rockbox
---	dwihno is now known as dw|gone
<--	adam has quit (Read error: 104 (Connection reset by peer))
-->	edx (OKE60@pD9EAACD1.dip.t-dialin.net) has joined #rockbox
-->	adam (~adam@c-24-118-162-179.mn.client2.attbi.com) has joined #rockbox
---	edx is now known as edx|eating
<--	adam has quit (Read error: 104 (Connection reset by peer))
-->	adam (~adam@c-24-118-162-179.mn.client2.attbi.com) has joined #rockbox
<webmind>	bit onstable?
-->	edx|disconnected (OKE60@pD9EAB9DE.dip.t-dialin.net) has joined #rockbox
<--	adam has quit (Read error: 104 (Connection reset by peer))
---	edx|disconnected is now known as edx
<--	edx|eating has quit (Read error: 110 (Connection timed out))
<--	edx has quit (Read error: 104 (Connection reset by peer))
-->	edx (OKE60@pD9EAAEFD.dip.t-dialin.net) has joined #rockbox
-->	adam (~adam@c-24-118-162-179.mn.client2.attbi.com) has joined #rockbox
-->	BRQ35 (OKE60@pD9EAA6B7.dip.t-dialin.net) has joined #rockbox
<--	adam has quit (Read error: 104 (Connection reset by peer))
<--	edx has quit (Read error: 110 (Connection timed out))
---	BRQ35 is now known as edx
-->	adam (~adam@c-24-118-162-179.mn.client2.attbi.com) has joined #rockbox
-->	Zagor (~bjst@as9-5-6.k.s.bonet.se) has joined #rockbox
<--	adam has quit (Read error: 104 (Connection reset by peer))
<Zagor>	hey guys
-->	huz (~marco@AToulouse-103-1-2-61.abo.wanadoo.fr) has joined #rockbox
<huz>	hi all, glade to see the first release it there, i test it now ! 
<huz>	congratulations
<huz>	(where is my archos ? ;)
<Zagor>	thanks!
---	huz is now known as huz|test
<huz|test>	befor i copy your archos.mod, i must ark you somthing : 
<huz|test>	i'll already try to make : 'mv /mnt/archos/archos.mod ~/' and my computer freezed (sorry for my english ;)
<huz|test>	do you know why ? 
<Zagor>	did it really freeze? it can take several minutes to copy the first file to/from the archos, due to it having to read the disk's FAT
<huz|test>	qok, i musted be impatient .. i try .. hoping i'll stay alive
<huz|test>	oh oh .. i've lot of 'Jun  2 19:08:23 debian kernel: SCSI disk error : host 1 channel 0 id 0 lun 0 return code = 70000
<huz|test>	Jun  2 19:08:23 debian kernel:  I/O error: dev 08:01, sector 33358
<huz|test>	in my /var/log/messages
<Zagor>	ouch, that doesn't look good
<Zagor>	which usb driver are you using?
<huz|test>	euhh .. UHCI i think, i verify
<Zagor>	uchi.o or usb-uhci.o ?
<Zagor>	you should not be using uhci.o
<huz|test>	ohci sorry
<Zagor>	ok
<Zagor>	what chipset are you using?
<Zagor>	have you got usb working for any other devices?
<huz|test>	yes my usb works for my Speedtouch ADSL modem
<Zagor>	ok
<huz|test>	but normally it works well
<huz|test>	:)
---	huz|test is now known as huz|fixarchos
<huz|fixarchos>	ok, another solution : i'll do that atfter dinner with Windows
<huz|fixarchos>	bye
<--	huz|fixarchos (~marco@AToulouse-103-1-2-61.abo.wanadoo.fr) has left #rockbox
<Zagor>	edx: are you here?
<Zagor>	can anyone build win32 simulators for me to put on the web page?
<edx>	zagor.. yes i am
<edx>	i can.
<Zagor>	good. download the 1.0 release and build that. one player sim and one recorder
<edx>	the new design of the page is cool btw ;)
<Zagor>	yeah. it's ironi's design
<edx>	shall i take the latest simulator code with the 1.0 app code or shall i also take 1.0 simulator code?
<Zagor>	the 1.0 release contains everything, so use that
<edx>	there's the uisw32.rc file missing in the 1.0 archive.
<Zagor>	uh, bad.
<edx>	it should be in cvs though
<Zagor>	yes
<edx>	.. and button.c is not yet player compatible..
<edx>	(shall i take the new one for compilation?)
<Zagor>	it isn't?
<Zagor>	is the simulator player compatible as a whole?
<Zagor>	if 1.0 only supports recorder, only build recorder
<edx>	it only supports the recorder...
<Zagor>	ok, no problem. just build that then.
<edx>	it is player compatible now (i only miss a player ui.. hehe other wise the simulator looks like a recorder even for the player)
<edx>	can i send the file via irc?
<Zagor>	sure
<edx>	do you get the request?
<Zagor>	yes, but not the file
<edx>	huh?
<Zagor>	mail it to me instead
<Zagor>	maybe it's my firewall
<edx>	yup
<edx>	(or my server?)
<edx>	do you have a front picture of a player?
<Zagor>	sure, on the devcon page
<edx>	ok.. got it..
<edx>	ill have a player design for the simulator in the next few days then ;)
<Zagor>	nice
<edx>	where exactly fails the ata driver for the recorder?
<Zagor>	when we try to send a command to it
<edx>	so it wont even initialize.. ?
<Zagor>	no
<edx>	hmm
<edx>	that is bad.
<Zagor>	we are going to add a serial port to our recorders this week and start experimenting
<edx>	hehe
<edx>	did you receive the mail yet?
<Zagor>	yes, got it
<edx>	ok
-->	huz (huz@AToulouse-103-1-2-61.abo.wanadoo.fr) has joined #rockbox
<huz>	okback under win
<Zagor>	ok
<huz>	nice !:)
<huz>	first time i see the red led :)
<Zagor>	hehe, yes archos never uses it for some reason
<huz>	the sound now .. .
<Zagor>	problems?
<huz>	no, it works perfectly
<Zagor>	good
<huz>	do you want i make something ? a test  or wathever ..
<Zagor>	do you have a new or old player?
<Zagor>	that is, did you download the player-old or player version?
<huz>	i've an archos JB600 , but how can i know if i have 'an old' or 'a new' player
<huz>	the player version 
<huz>	not the old
<Zagor>	ok
<Zagor>	the ROM firmware version decides
<huz>	great we can exit the dir and the sound continue to play ! it'sgreat
<Zagor>	so how did you like the big rockbox logo on boot?
<huz>	euh .. there is a blank line in the midle of Rockbox
<Zagor>	yeah, but I think it's cool anyway :)
<huz>	vers 5.03 <- my firmware
<Zagor>	yeah, that's a new player
<huz>	yes logo is great, but isn't it possible to have a music's note (une note de musique ?) 
<huz>	:)
<huz>	(ok ok .. i'll wait :)
<Zagor>	yeah it is
<Zagor>	next version :)
<huz>	i return under linux, i have a strange impression to be observed when i work w/ windows
<huz>	:)
<webmind>	hmm
*	webmind has 5.08
<--	huz (huz@AToulouse-103-1-2-61.abo.wanadoo.fr) has left #rockbox ("Client Exiting")
<webmind>	quite odd
<Zagor>	what?
<webmind>	firmware 5.08
<webmind>	since newest online 5.07a
<Zagor>	that's not unusual. they don't release the mod files very quickly
<webmind>	ah ok
<Zagor>	every new release is first released in ROM and then (weeks later) as mod files
<webmind>	hm k
<Zagor>	I don't know why, but that's what they do
<webmind>	hm k
<webmind>	hope rockbox will develop soon.. archos firmware getting anoying as hell
<Zagor>	i think we will go far this summer. I will work on it almost full-time!
<webmind>	cewl
-->	adam (~adam@c-24-118-162-179.mn.client2.attbi.com) has joined #rockbox
-->	huz (~marco@AToulouse-103-1-2-61.abo.wanadoo.fr) has joined #rockbox
<huz>	re
<Zagor>	hi. back in linux?
<huz>	yes :) fluxbox is nicer than windows :)
<Zagor>	indeed
<huz>	a friend of mine on #debian-france has a recorder, i think he is a bit jalous ;P
<Zagor>	hehe
---	huz is now known as huz|away
<huz|away>	fabix ? 
<Zagor>	huh?
<huz|away>	sorry, i begin to use irssi, and i make some errors :)
<--	huz|away (~marco@AToulouse-103-1-2-61.abo.wanadoo.fr) has left #rockbox
-->	huz|away (~marco@AToulouse-103-1-2-61.abo.wanadoo.fr) has joined #rockbox
---	huz|away is now known as huz
<huz>	there is a problem on the web page
<Zagor>	what?
<huz>	http://rockbox.sourceforge.net/rockbox/ <- if you click 2002-06-01: Version 1.0 is released! Download it here.  <- there
<huz>	you got a permission denied
<huz>	(is it understandable?;)
<Zagor>	fixing
<Zagor>	fixed
<huz>	yes it is, your efficient ;)
<huz>	(is it the good word ?)
<Zagor>	yep
<Zagor>	thanks :)
<huz>	is it normal that when we play files we can't  have access to the volume ? 
<huz>	or to the menu in general
<huz>	(sorry ... ;)
<Zagor>	you can, but right now you have to exit id3 mode first
<huz>	exact ! ok, i keep your mod
<huz>	it's really a great work, i know the project for some times now, and i really admire the work. 
<Zagor>	thanks!
<edx>	gotta go...
<edx>	cya
<Zagor>	bye
<--	edx has quit ("bye")
*	adam returns
<Zagor>	welcome :)
<adam>	hey
*	adam finished reading Guns of the South
<adam>	:p
<adam>	grr. evil Linux usb. *reboots*
<--	adam has quit ("[BX] Have you huggled your BitchX today?")
-->	adam (~adam@c-24-118-162-179.mn.client2.attbi.com) has joined #rockbox
<adam>	curses
<adam>	one thing I miss in good ol RB v1 is the on button + arrow volume change
<Zagor>	yeah
<adam>	but hey
<Zagor>	we don't have multiple-key support yet, that's why it was left out
<adam>	time will fix that
<Zagor>	yup
<Zagor>	or I will, at least :)
<adam>	heh
<adam>	I'll go write an Everquest bot :p
<adam>	well, that'd be sick, and wrong
<Zagor>	:)
<adam>	Machinae Supremacy - March of the (Undead part II)
<Zagor>	yeah, they rock!
<adam>	... Adjust my evil parentheses
<adam>	I've never seen the error led used in the standard archos firmware
<Zagor>	me neither
<Zagor>	i've never thought of it as an error led, though. i always felt it was an activity led
<adam>	he
<adam>	I noticed that in the rb firmware
<Zagor>	yeah
---	huz is now known as huz|php
-->	elinenbe (trilluser@bgp01080511bgs.wanarb01.mi.comcast.net) has joined #rockbox
<--	adam has quit (Read error: 104 (Connection reset by peer))
<elinenbe>	'ello there
<Zagor>	hi
<elinenbe>	late night?
<Zagor>	yeah, going to bed soon
<--	Tumm has quit (Network is unreachable)
<elinenbe>	congradulations on the awesome work on the project
<Zagor>	thanks
<--	huz|php has quit ("("dodo")")
-->	Tumm (coyote@dreamhosted.borlange.se) has joined #rockbox
-->	adam (~adam@c-24-118-162-179.mn.client2.attbi.com) has joined #rockbox
<--	Zagor has quit ("bye")
<--	adam has quit (Read error: 104 (Connection reset by peer))
-->	datazone ([sm5Ow6WK8@207.136.36.203) has joined #rockbox
-->	mat (matt@ex-mormons.for.jes.us) has joined #rockbox
<mat>	hey
*	mat is gone.. autoaway after 30 min (log/on!page/on)
<--	motiv01_ has quit (Read error: 104 (Connection reset by peer))
-->	adam (~adam@c-24-118-162-179.mn.client2.attbi.com) has joined #rockbox
-->	PiotR (~piotr@212-170-21-172.uc.nombres.ttd.es) has joined #rockbox
<--	adam has quit (Read error: 104 (Connection reset by peer))
<PiotR>	hi
-->	trillback (~trillian@sdn-ar-001ncraleP307.dialsprint.net) has joined #rockbox
-->	adam (~adam@c-24-118-162-179.mn.client2.attbi.com) has joined #rockbox
-->	Tigren (Tigren@cpe-24-31-57-196.socal.rr.com) has joined #rockbox
<--	adam has quit (Read error: 104 (Connection reset by peer))
<Tigren>	hey
<Tigren>	any chance that 1.0 could screw up my jukebox?
<Tigren>	ie: erase data, screw up hard drive, etc?
<Tigren>	anyone at all?
<Tigren>	has 1.0 given you trouble?
<--	Tigren (Tigren@cpe-24-31-57-196.socal.rr.com) has left #rockbox
-->	miah (~miah@pihkal.com) has joined #rockbox
<miah>	hey, great to see you guys released a 1.0
<miah>	im testing it now
<miah>	seems to work fine with all my vbr stuff..
-->	adam (~adam@c-24-118-162-179.mn.client2.attbi.com) has joined #rockbox
-->	edx (OKE60@pD9EAA6B7.dip.t-dialin.net) has joined #rockbox
<edx>	good morning.
<--	mat has quit ("User abort with 5 Ctrl-C's")
<--	edx has quit ("off for school")
-->	green (~green@adsl-64-160-55-100.dsl.snfc21.pacbell.net) has joined #rockbox
<--	adam has quit (Read error: 104 (Connection reset by peer))
<green>	ok - wow.  this is a cool project.
<green>	are any of the hackers online?
<webmind>	natm
---	dw|gone is now known as dwihno
-->	[TDM]Mr_B|away (~nx_2000@ip68-0-62-70.no.no.cox.net) has joined #rockbox
---	[TDM]Mr_B|away is now known as [TDM]Mr_B
<--	[TDM]Mr_B has quit ()
-->	huz (~marco@AToulouse-103-1-2-220.abo.wanadoo.fr) has joined #rockbox
<huz>	hello
<huz>	is that normal the rockbox.sf.net returns a forbidden access to index.html ? 
<webmind>	try /rockbox/ ?
<huz>	it works
<webmind>	ok
-->	Bagder (~daniel@as3-3-2.ras.s.bonet.se) has joined #rockbox
<Bagder>	moo
<webmind>	oi
<Lion>	badger: What's the optimum malloc() size?
<Bagder>	you mean the biggest possible?
<Bagder>	there's currently 128kb available for malloc()
<Lion>	No, the standard block that doesn't fragment
<Bagder>	ah
<Bagder>	well
<Bagder>	its not that easy to say just one size, but if there's any size that matches that description it is 4064 bytes ;-)
<Lion>	k
<Bagder>	what do you want this for?
---	huz is now known as huz|sdl
<Lion>	I came up with a method to handle playlists that's both memory efficient and doesn't need a ton of disk spins
<Bagder>	that is better than keeping the file name indices in memory?
<Lion>	Yeah
<Bagder>	so tell me! ;-)
<Lion>	Lemme write up some stuff for it
<Bagder>	sounds like a good idea ;-)
<webmind>	hmm :)
<Lion>	Hmm, my alg has a added benifit of doing a distance reshuffle
<Bagder>	what is a "distance" reshuffle?
*	Bagder fixes the daily build
<Lion>	Oh, wait, no it can't .. damn, I was thinking backwards.
<Lion>	distance reshuffle maximizes the distance between currently ordered entries
<Bagder>	ah
-->	adam (~adam@c-24-118-162-179.mn.client2.attbi.com) has joined #rockbox
<Lion>	THOUGH
<Lion>	It might be easy to do a reshuffle through block swaps as well as cell exchanges
<Bagder>	just remember that we need deterministic shuffle
<Lion>	Haha, yeah, that's the basis
<Bagder>	recorder build is broken again :-(
<dwihno>	Doesn't really matter since the code won't run on the target platform (yet) ;)
<Bagder>	it matters anyway
<dwihno>	yeah
<dwihno>	I'm just joking :)
<dwihno>	I guess monday morning isn't such a great time for jokes ;)
<Bagder>	heheh
*	Bagder hasnt
<Bagder>	eaten his breakfast sandwich yet
<Bagder>	daily-build for recorder is working again
<Lion>	THis is more designed for big playlists than small.
<--	adam has quit (Read error: 104 (Connection reset by peer))
<Lion>	But with a device of 6,10,20 gig, large lists are the nrom.
<Lion>	er, norm
<Bagder>	yeah
<huz|sdl>	sorry, i'm just an user but my playlist contains about 20 songs (one album) 
<Lion>	Heh, then you should have bought a different device.  :)
<Bagder>	we should deal nicely with small playlists too of course
<Lion>	They onyl thing that gets weird is shuffling small lists.
<Bagder>	why?
<Lion>	When I get done with the doc, you'll know why.
<Bagder>	hehe
<Bagder>	ok
<dwihno>	The built-in shuffle function in the original firmware is really bad :)
<Lion>	AH HAH
<Lion>	Never mind, I found a non-conditional way to shuffle even small lists
-->	adam (~adam@c-24-118-162-179.mn.client2.attbi.com) has joined #rockbox
*	adam peeks in
<adam>	perl overdose
<huz|sdl>	why in id3.c fonction stripspaces() you don't realloc the buffer ? is it a speed problem ? (i warn i'm not a quite brillant programmer)
<Bagder>	id3 doesn't use malloc() at all
<adam>	Heh, 2:36 AM
<Bagder>	we rather avoid malloc() and associated functions if possible
<dwihno>	is the malloc stuff slow?
<huz|sdl>	ok it is thus a speed limitation ? 
<Bagder>	everything is relative
<huz|sdl>	:)
<Bagder>	actually
<Bagder>	using malloc() in this kind of system is really a sensitive matter
<Bagder>	so if we know what kind of memory sizes to use and we know it'll be used fairly often, it is better to use static buffers
<Bagder>	I don't think this malloc() is slowe than other malloc()s, in fact I believe it is faster than most (best-fit) implementations
<Bagder>	it might have a slightly higher amount of internal fragementation though
<huz|sdl>	ok thanks
<Bagder>	also, I made the id3.c work before we even had a malloc() working ;-)
<dwihno>	malloc is for chickens
<dwihno>	real men use static buffers :)
<Bagder>	>500 unread mail this morning
<dwihno>	eww
<Bagder>	quite some load
<dwihno>	that's what happens when you subscribe to pr0n bulletins ;)
<Bagder>	couldn't read mail when the site was down so this is like four days feed
<dwihno>	Eww
<dwihno>	That much mail in 4 days?
<Bagder>	yah
<Bagder>	me a mail type of guy
<dwihno>	That's perverted :)
<Bagder>	I'm involved in a fair amount of open source projects
<dwihno>	That's what I get in three years :)
<dwihno>	What mail client do you use?
<dwihno>	I bet you have 3000 filtering rules
<Bagder>	I subscribe to at least 4-5 cvs commit mailing lists
<Bagder>	I have 13 inboxes
<Bagder>	I get 150-170 mails daily
<dwihno>	What client?
<dwihno>	Pine?
<Bagder>	pine
<dwihno>	Mkay
<dwihno>	I think mutt is cute
<Lion>	Pine rocks
<Lion>	Pine+procmail
<Bagder>	I've tried mutt but never found reasons enough to switch from pine
<huz|sdl>	ok i goto go
<Bagder>	without procmail, life gets impossible ;-)
<--	huz|sdl has quit ("leaving")
*	dwihno don't know what procmail is good for
<Bagder>	filtering
<Lion>	Yeah, and spamassassin also works miracles.  :)
<dwihno>	mkay
<Bagder>	it is *THE* mail filtering system
<dwihno>	spamassassin sounds good :)
<dwihno>	KILL DA SPAM! :D
<dwihno>	I usually have filters matching *viagra* *debt consolidation* etc. ;)
*	Bagder runs for more coffee
*	dwihno got his 5dl cup of tea all filled up
-->	Linus (~linus@labb.contactor.se) has joined #rockbox
<Linus>	boo!
*	dwihno gets scared and jumps up in a pinetree
<Linus>	:-)
<Bagder>	hey Linus
<Bagder>	good to not have Björn around? ;-P
<Linus>	nice and quiet
<green>	there was talk recently of removing sh-1 support from gcc.
<green>	I think a number of people complained, but I'm not sure what the final decision was.
<dwihno>	Hmm...
<dwihno>	Why would they remove it?
<--	Bagder (~daniel@as3-3-2.ras.s.bonet.se) has left #rockbox
<Linus>	dwihno: maybe because it isn't a very popular CPU?
-->	Bagder (~daniel@as3-3-2.ras.s.bonet.se) has joined #rockbox
<Lion>	Ok, you want to read this thing?
<Bagder>	machine died
<dwihno>	Linus: But why would they dump the support for an architecture they already have code for?
<Lion>	dwihno: THey have to maintain it.
<Linus>	maybe because they have changed their internal scheduler?
<dwihno>	Hm
<dwihno>	Linus: True, ture
<Lion>	http://www.leonine.com/~lion/temp/playlist.txt
<dwihno>	Lion Templin reminds me of Simon Templar
<Lion>	Heh.
<green>	no - because apparently sh-1 support has been broken since September 2001.
<green>	And nobody has bothered to fix it.
<dwihno>	Lion - the saint
*	dwihno listens to the saint theme
<Linus>	green: not exactly broken, but not entirely functional...
<green>	I'm just reading up on it.  I don't think their complaint impacts this project.
<green>	GCC's default crt0 uses braf in some assembly, but that instruction isn't available on sh-1.
<green>	rockbox doesn't use gcc's crt0, right?
<Linus>	no, we have our own
<dwihno>	Evil shiznat 1x2.
<green>	How much ram on these devices?
<Bagder>	2MB
<Bagder>	and we need as much as possible for mp3 buffering
<adam>	heh
<dwihno>	The memory consumption should be kept to a minumum allowing buff... yeah, exactly what Bagder says....
<Lion>	Bagder: You read that URL?
<Bagder>	no, I'll do that
<adam>	heh, does the buffer automatically read into the next file, like lets say you had a playlist, or does it start out anew with each opened file?
<Bagder>	it gets fed with the next file
<adam>	hmm
<Bagder>	or files if they are small
<adam>	It'd be an amusingly sadistic hardware hack to have a 64mb Buffer :p
<adam>	impossible, but amusing in any regards
<Bagder>	Lion: small first detail: write() will be supported, it just isn't right now
<Lion>	Bagder: THat's addressed at the bottom
<Bagder>	ok
-->	ironi (ironi@as2-5-7.j.bonet.se) has joined #rockbox
<Bagder>	hey ironi
<adam>	hey
<ironi>	hello bagder
<ironi>	adam
<ironi>	*yawn*
*	adam fumbles with tcp tunneling
<ironi>	i just wanted to see whats going on
<adam>	the things I do to play stupid LAN games :P
<dwihno>	ironi! :D You and I talked about Dell laptops a couple of days ago, yes?
<ironi>	dwihno: true, true
<adam>	all because these guys don't feel like crapping out the client/server code any earlier than they feel would be 'perfect'
<dwihno>	ironi: I've decided to get one :)
<ironi>	cool
<dwihno>	ironi: I would like to thank you for the tip :)
<ironi>	damnit damnit they lost
<ironi>	aaaargh
<ironi>	im so disappointed
<dwihno>	which what who?
<ironi>	(watching the world cup)
-->	Zagor (~bjst@as9-5-6.k.s.bonet.se) has joined #rockbox
<Bagder>	morning Zagor
<Zagor>	yay, what a crowd!
*	dwihno sighs with relief... Finally someone with some sanity in their pockets who realize the importance of the soccer championships ;)
<ironi>	croatia lost against mexico
<ironi>	scandalous
<Bagder>	Zagor: of course the recorder build was broken ,-)
<Zagor>	hehe
<ironi>	world cup is the only sporting event i care about
<Zagor>	the changelog doesn't indicate your checking last night
<ironi>	well except the summer olympics
<Zagor>	checkin, even
<Bagder>	nah
<Bagder>	I ran it again this morning
<Bagder>	I had to fix the script
<Bagder>	since the recorder output has changed namae
<Bagder>	name
<Bagder>	ajz
<Zagor>	right
<ironi>	any changes since the first buid?
<ironi>	(thinkig if its any use to put int he new one
<Zagor>	nothing useful over 1.0
<ironi>	k
<ironi>	well im going to get osme sleep
<ironi>	this wa smy last night-shift, returning to normal mode again
<ironi>	finally
<ironi>	and this week i have pretty much nothing to do whatsoever
<Zagor>	i'll have my hands full. resting, sleeping, eating... ;)
<ironi>	:-P
<ironi>	Zagor: no work this week?
<Zagor>	nope
<ironi>	what does /dns cvitan.com give you?
<--	adam has quit (Read error: 104 (Connection reset by peer))
<ironi>	what ip
<Zagor>	194.236.60.242
<ironi>	ok
<ironi>	that is what it should be
<ironi>	i still get the old one
<Zagor>	ah
<ironi>	well it will probably go trough during the day
<green>	hmmm.. the gcc list says that sh-elf-as silently assembles what is supposed to be sh-1 code as sh-2 .. possibly introducing bad instructions.
<green>	has this been a problem on this project?
<ironi>	i am putting some effort into creating my poersonal homepage this week
<ironi>	one of those never ending projects
<ironi>	=)
<dwihno>	URL?
*	Bagder thinks Linus and Zagor might be able to answer to the assembler questions
<ironi>	none of interest yet =)
<Linus>	green: I haven't seen it yet...
<Bagder>	Zagor: how many mp3s do you have on your archos?
<Bagder>	you're the worst case I know ;-)
*	Bagder wonders what a static buffer for the playlist would take
<webmind>	few k ?
<Zagor>	Bagder: about 3500-4000 files
<webmind>	files ?
<Zagor>	mp3 files, on my archos
<Zagor>	green: no, we haven't been bitten by that
<webmind>	owh.. i though on mem
<webmind>	+t
<Bagder>	so 10000 files would go pretty far and only take 40000 bytes
<Zagor>	sounds good
<dwihno>	yeah, sounds pretty good
<webmind>	40k ?
<Bagder>	almost
<Lion>	little more, but close
<Lion>	I'm going to send my doc to the list.
<Zagor>	Bagder: actually it's 5500+ files
-->	Lil_Missie (Lil_Missie@kf-nawij-tg04-0479.dial.kabelfoon.nl) has joined #rockbox
<Linus>	welcome!
<Bagder>	Zagor: well, 10000 is still sufficient ;-)
<webmind>	hi Lil_Missie 
<Zagor>	yeah
<Lil_Missie>	hi webbie (:
<Bagder>	Zagor: you read Lion's suggestion?
<Lil_Missie>	stealing my words are you zagor?
<Zagor>	Bagder: which was that?
<Bagder>	Zagor: http://www.leonine.com/~lion/temp/playlist.txt
<Zagor>	Lil_Missie: i am?
<Lil_Missie>	10:36 < Zagor> sounds good
<Zagor>	haha
<Lil_Missie>	 10:36 <@Witchy> sounds good (:
<Lil_Missie>	yes you were
<Zagor>	Bagder: reading now
<Bagder>	Zagor: you gonna keep this setup for the rockbox CVS commit mails?
<green>	is the firmware size limit really 200k?  any idea why not more?
<Bagder>	green: probably only the intial loaded file
<Bagder>	green: once we have a rolo we can load whatever size we want
<green>	rolo?
<Bagder>	Rockbox Loader
<Bagder>	like lilo
<Zagor>	Bagder: you mean cvs@haxx?
<Bagder>	Zagor: yes
<Zagor>	no, that was just temporary
<dwihno>	rolo! :D
<Bagder>	Zagor: I just wanna know for my procmail filtering
<dwihno>	ROLO WILL OWN! :D
<Zagor>	Bagder: ah
<green>	I'm confused then.  does rolo exist?
<Zagor>	green: no
<green>	can it exist?
<Zagor>	yes, it's something we plan to write
<Bagder>	green: no, but it would be cool to have a tiny little app loaded first, that can offer the user to load any of set of images
<green>	ok
<green>	I hack on gcj (the gnu java compiler), and I was looking for a fun embedded target to use for J2ME tests.  I might need more that 200k though.
<Bagder>	the 200k limit is only for the file the firmware loads
<Lion>	Haha, java on the archos would be great.
<webmind>	no
<Bagder>	I mean the original ROMed firmware
<Zagor>	i have to run som errands. see you later guys!
<--	Zagor has quit ("bye")
<Lion>	So, about that file?
<Lion>	Any comments?
<green>	I've just created binutil/gcc patches to create an sh-rockbox target.
<green>	I need this to configure the java runtime properly.
<webmind>	btw is the rom overwriteable ?
<green>	I don't know if this would be useful to anybody though.
<Bagder>	webmind: some revisions of the hardware do offer this capability, but don't expect us to attempt that ;-)
<green>	Is there a plan to use more threads in the firmware?
<webmind>	heh
<green>	I think I only see 1 being created.
<Bagder>	green: if we need to
<green>	The gcc hackers are adding compiler support for thread local storage.
<Bagder>	cool
<green>	An sh-rockbox configuration would be necessary in order for it to work on this project.
<green>	Maybe that's a good argument to check this in.
<Bagder>	I'm not sure we need any particular thread local storage at this point :-)
<Bagder>	we might need that in the future though of course
<--	Lil_Missie has quit ("<frogulox>im more than happy to keep playing with you :) [22:45] <Gorilla> I love you Cadavre")
*	Bagder runs on a meeeting
*	Bagder is away: I'm busy
*	Bagder is back (gone 00:14:41)
<Lion>	woo
-->	HEMIL (SFDSA@175-SEVI-X25.libre.retevision.es) has joined #rockbox
<HEMIL>	PERO QUE COÑO ES ESTO??
<webmind>	no
<dwihno>	hamburgesa con keso, por favor
<Bagder>	si si
<HEMIL>	pero vamos a ver?
<HEMIL>	donde coño eestoy?
<webmind>	er ?
<HEMIL>	esto no es el puto irc??
<HEMIL>	hispano?
<Bagder>	estas aqui ;-)
<dwihno>	vamos ala discoteca
<HEMIL>	de donde han salido esto s grupos tan raros??
<HEMIL>	tanto linux y tantas pollas en vinagre?
<HEMIL>	que garito es esto?
<Bagder>	hablamos ingles aqui
<webmind>	uhm
<webmind>	dudes
<webmind>	english ?
<Bagder>	right
<Bagder>	that's what i said ;-) 
<HEMIL>	no!
<webmind>	heh
<webmind>	yes
<HEMIL>	this is a big shit!
<Bagder>	haha
<webmind>	bi
<green>	better
<webmind>	er
<webmind>	no
<HEMIL>	home english solutions
<Bagder>	no, it isn't
<HEMIL>	yes of course
<HEMIL>	HEMIL> ME CAGO EN DIOS
<HEMIL>	<Vladimirr> Ja, helt enig
<HEMIL>	<HEMIL> JA?
<HEMIL>	<HEMIL> tu puta madre!
<HEMIL>	esto es ....
<webmind>	so?
<HEMIL>	AHORA LO ENTIENDO
<HEMIL>	ESTO ES UN CHAT
<webmind>	could u plz not shout ?
<HEMIL>	DE LINUX
<Bagder>	now speak enligh please
<HEMIL>	de gente subbersiva
---	ChanServ gives channel operator status to Bagder
<HEMIL>	que ha creado un servidor
<webmind>	the fact that u dont have aol in .se doesnt mean u have to compansate :)
<--	Bagder has kicked HEMIL from #rockbox (Bagder)
-->	HEMIL (SFDSA@175-SEVI-X25.libre.retevision.es) has joined #rockbox
<HEMIL>	joder
<HEMIL>	ahora lo entiendo
<webmind>	what ?
---	Bagder sets ban on *!*@*.libre.retevision.es
<--	Bagder has kicked HEMIL from #rockbox (Bagder)
<webmind>	neat
<webmind>	weirdo
<Bagder>	silly person
<Bagder>	first ban ever in this channel ;-)
<webmind>	ok..
<webmind>	always has to be a first
<webmind>	what did he want btw ?
<Linus>	He mentioned someting about us creating a channel about something that isn't a linux topic
<webmind>	weird
<Bagder>	and he said he understood several times ;-)
<webmind>	ok
<Bagder>	I don't understand what he understood though ;-)
<Bagder>	hehe
<webmind>	heh
<webmind>	me neither..
<webmind>	my spanish is even worse then my german :)
<webmind>	witch makes it better then my icelandic
<webmind>	which
<Linus>	...or did he ask us if we knew about a channel that talks abour Linux...?
<Linus>	whatever
<webmind>	hehe 
<webmind>	lol
<--	Linus (~linus@labb.contactor.se) has left #rockbox
<green>	is it possible to use the USB port while music is playing?
-->	Linus (~linus@labb.contactor.se) has joined #rockbox
<webmind>	dunno
<Linus>	oops
<Bagder>	green: I think so, we just can't use the disk
<webmind>	but it would require 2 object using the hd i think
<Bagder>	Linus: <green> is it possible to use the USB port while music is playing?
<webmind>	hmm
<Linus>	well, not really
<Linus>	it all depends on how the ISD200 behaves
<webmind>	isnt the usb adapter not just only connected to the hd controller ?
<Linus>	The USB adapter is connected to the ATA interface
<Linus>	as is the CPU
<webmind>	yes
<Linus>	and a couple of buffers isolate the CPU/ISD200 from the ATA interface
<webmind>	so u would have to communicate with usb through the ATA interface ?
<Linus>	these buffers are controlled with port pins from the CPU
<Linus>	You mean CPU communicating with the PC via USB?
<webmind>	directly to the usb iface ?
<Linus>	The ISD200 only talks ATA with the disk
<webmind>	hm k
<Linus>	and the CPU can talk ATA if it disables the ISD200
<Linus>	I gotta go now! CU!
<--	Linus (~linus@labb.contactor.se) has left #rockbox
<webmind>	hm k
---	dwihno is now known as dw|gone
-->	huz (~marco@AToulouse-103-1-2-220.abo.wanadoo.fr) has joined #rockbox
<huz>	back ::)
<Bagder>	hi
<--	huz has quit ("("go to schoooOOOoooll")")
<Bagder>	so there was a posting to that yahoo group for archos?
<Bagder>	about the 1.0 release I mean
-->	Zagor (~bjst@labb.contactor.se) has joined #rockbox
<Bagder>	rehi
<--	Zagor has quit (Client Quit)
-->	Zagor (~bjst@labb.contactor.se) has joined #rockbox
-->	bjst_ (~bjst@labb.contactor.se) has joined #rockbox
<Bagder>	multiple Björns!
<Tumm>	you should drop a line on www.funmp3players.com
<--	bjst_ (~bjst@labb.contactor.se) has left #rockbox ("Client Exiting")
<Zagor>	i have
<--	Zagor has quit (Remote closed the connection)
-->	Zagor (~bjst@labb.contactor.se) has joined #rockbox
-->	bjst_ (~bjst@labb.contactor.se) has joined #rockbox
<--	bjst_ (~bjst@labb.contactor.se) has left #rockbox ("Client Exiting")
<Zagor>	xchat crashed :(
<Zagor>	bagder, are you working on the playlist code?
<Bagder>	not yet
<Zagor>	ok
<Bagder>	I'll probably not do anything major until tomorrow evening
<Zagor>	ok
*	Bagder made the most blatant newbit error in CVS
<Bagder>	newbie
<Zagor>	hehe
<Bagder>	I didn't set a tag right after I made a branch
*	Bagder has to merge 150 files with single invoke cvs commands
<Bagder>	great fun
<Bagder>	damn it
<Bagder>	I'll write a script anyway
-->	edx (OKE60@pD9EAA6B7.dip.t-dialin.net) has joined #rockbox
<edx>	hi
<Bagder>	g'day edx
<Zagor>	hi
*	edx wants ata working :P
*	Bagder agrees
<Zagor>	yeah, we all do
<edx>	right now.. are you using the same code for player / recorder?
<Bagder>	yes
<edx>	that's the ata.c file?
<Bagder>	yes
<Bagder>	if you run the archos.ajz file on target, I belive it stops on ata: -5 at this point
<edx>	heh.. i dont have a clue of this hardware business :).. what function is it in?
<edx>	    if (ata_spindown(1))
<edx>	        return -5;
<edx>	there?
<Bagder>	exactly
<edx>	do you know where inside the spindown function it returns? (or where it sets ret = -1)?
<Zagor>	it times out on response from the command. it does that on any command you send
<edx>	        if (time > 255)
<edx>	there?
<edx>	hm no.. sorry that cant even be.. lol
<edx>	then that's the first waitforrdy call...
<edx>	hmmm..
<edx>	why does the freeze_lock thing not return -1?
<edx>	it uses the command thing as well.
<edx>	anybody with me?  :)
<Zagor>	it does
<Bagder>	I'm not ;-)
<edx>	hmm it does return -1?
<Zagor>	oh, that
<edx>	that seems to work then.. right?
<Zagor>	no, the recorder simply returns -4. -5 was for a test where we had uncommented freeze_lock()
<edx>	ahh ok
<edx>	(bagder just said it was -5.. heh)
<Zagor>	don't listen to him :)
<edx>	the waitforrdy fails.. right?
<edx>	the first or the second one?
<edx>	sorry for bothering you with questions ;)
<Zagor>	i don't remember. the second, i think
<Bagder>	gotta run, see ya
<--	Bagder (~daniel@as3-3-2.ras.s.bonet.se) has left #rockbox
<edx>	im away for a few mins as well now ;)
---	edx is now known as edx|tea
---	edx|tea is now known as edx
<Zagor>	i'm off for today. bye guys!
<--	Zagor has quit ("Client Exiting")
<--	green has quit (Killed (NickServ (Nickname Enforcement)))
-->	green_ (~green@adsl-64-160-55-100.dsl.snfc21.pacbell.net) has joined #rockbox
-->	alkorr (alkorr@srs04m-1-242.n.club-internet.fr) has joined #rockbox
<alkorr>	hi !
<alkorr>	geee people are growing here !
<--	alkorr has quit (Client Quit)
<--	edx has quit (Read error: 110 (Connection timed out))
-->	webmind_ (webmind@seal.student.utwente.nl) has joined #rockbox
<--	webmind has quit (Read error: 104 (Connection reset by peer))
-->	edx (OKE60@pD9EAB3AB.dip.t-dialin.net) has joined #rockbox
-->	wettoad (~wettoad@uludag.mbi-berlin.de) has joined #rockbox
<ironi>	i'm here, but i'm still the same height and weight.
<ironi>	haven't grown a bit.
<edx>	huh?
<edx>	what's that stuff you smoke, ironi?
<--	edx has quit ("good night.")
<ironi>	=)
<--	ironi has quit (" <k!15b8>")
-->	Bagder_ (~daniel@as3-3-2.ras.s.bonet.se) has joined #rockbox
<--	Bagder_ has quit (Client Quit)
-->	Bagder (~daniel@as3-3-2.ras.s.bonet.se) has joined #rockbox
---	ChanServ gives channel operator status to Bagder
<--	Bagder (~daniel@as3-3-2.ras.s.bonet.se) has left #rockbox
<--	elinenbe has quit ("ChatZilla 0.8.7 [Mozilla rv:1.0.0/20020529]")
<--	trillback has quit (Read error: 104 (Connection reset by peer))
-->	trillback (~trillian@sdn-ar-002ncraleP278.dialsprint.net) has joined #rockbox
-->	kop (~kop@66-2-164-108-chi-01.cvx.algx.net) has joined #rockbox
<kop>	hi
<kop>	Congrads on 1.0
<kop>	Too bad it won't do ogg.
<kop>	It'd be nice if it'd do some sort of lossless compression too.
<kop>	bye
<--	kop has quit ("Leaving")
---	dw|gone is now known as dwihno
<dwihno>	Hmm... Audio, lossless compression? How... *ponder*
<wettoad>	simple
<wettoad>	remove all the bytes that = 5
<wettoad>	then randomly add 5 when you play the music
<dwihno>	;)
<datazone>	well, i have a better idea
<datazone>	since all sound sounds the same at two points: zero volume, and infinite loud volume
<datazone>	you can then store an infinite amount of music in an extremly small space
<wettoad>	the you only need 32 bits
<wettoad>	word
-->	elinenbe (trilluser@bgp01080511bgs.wanarb01.mi.comcast.net) has joined #rockbox
-->	carlf (~carlf@fw1.uia.net) has joined #rockbox
<carlf>	Hello all.
<--	carlf has quit ("leaving")
-->	edx (OKE60@pD9EABFF8.dip.t-dialin.net) has joined #rockbox
<elinenbe>	on Slashdot.... nice.  The only thing is people do not understand the purpose of the project.
<wettoad>	what is the purpose
<elinenbe>	Everyone is being quite hard on the project.
<elinenbe>	hey, EDX
<edx>	hi
<edx>	whats about slashdot?
<elinenbe>	I was wondering if you could e-mail me a binary of the win32 simulator?
<elinenbe>	the project is on the front page of slashdot
<edx>	hmm i thoink bjorn even has a release compile on the site...
<edx>	WHAT?
<elinenbe>	yeah.  It is right there!
<elinenbe>	a release of the win32 simulator?
<edx>	http://bjorn.haxx.se/rockbox/download.html
<edx>	down there somewhere...
<edx>	LOL
<edx>	pretty cool.. that slash dot thing
<dwihno>	hellö hellö
<elinenbe>	did you hear the ROLO idea?
<edx>	rhe rockbox loader..
<edx>	not exactly..
<elinenbe>	Rockbox Boot Loader... having a loader will allow firmwares >200k to be loaded
<edx>	ah ok
<edx>	hmm it has another advantage:
<edx>	the descrambling of the firmware takes time.. a loader could be descrambled and then load an unscrambled mod...
<edx>	that would save boot-up time
<dwihno>	hm
<dwihno>	never thought of that... smart
<edx>	hmm.. I just heard slashdot is popular. how popular is it?
<elinenbe>	it is quite popular.
<elinenbe>	actually very popular
<dwihno>	Yeah... :)
<dwihno>	slashdot is really fancy stuff
<elinenbe>	that is a great idea.  mention that to others: the descrambling of the firmware takes time.. a loader could be descrambled and then load an unscrambled mod...
<edx>	talked about it with bagder.. he mentioned rolo then.
<edx>	when has the post been put up on slashdot?
<edx>	(88 replies.. lol)
<edx>	lol some stupid stuff ppl write sometimes ... :)
<edx>	(and why dont we have a visitor counter... :P )
<edx>	... i gotta leave for school.. cu later.
<elinenbe>	later
<elinenbe>	have fun
<elinenbe>	there is an access log on the web page
<elinenbe>	ask bjorn about it or someone else...
<edx>	k :)
<edx>	later.
<--	edx has quit ("off for school :(")
-->	zaggy (~jeff@heredia-a134.racsa.co.cr) has joined #rockbox
<--	zaggy (~jeff@heredia-a134.racsa.co.cr) has left #rockbox ("insert witty message here")
<--	elinenbe has quit (Read error: 104 (Connection reset by peer))
-->	wiggles (~jirc@ip68-14-13-104.ri.ri.cox.net) has joined #rockbox
<wiggles>	there is a mistake in the FAQ
<wiggles>	specifically a typo in Q18
<wiggles>	I quote
<wiggles>	<< Q18. What about supporting playing of wav files?
<wiggles>	A18. No Bill.  We have no intention of that.  Go buy your own project. >>
<wiggles>	this makes very little sense. wav files, though they originated with windows, are very well documented at the moment. it would make more sense if it said "wma files" or "asf files"
<wiggles>	also, wav files do not compete directly with mp3 files. wma files however do directly compete with mp3 files
<wiggles>	i'm done complaining. i'll shut up now
<--	wiggles has quit (Client Quit)
*	adi|home thinks ppl don't understand sarcasm.
<adi|home>	"_
<adi|home>	:)
<dwihno>	hehe
<dwihno>	yeah
<dwihno>	everybody thinks everybody are so serious
<wettoad>	its cause there is no sarcasm font
<dwihno>	yup
<wettoad>	i think it should be left slated italics
-->	Bagder (~daniel@as3-3-2.ras.s.bonet.se) has joined #rockbox
<Bagder>	 /. :-)
<Bagder>	http://slashdot.org/article.pl?sid=02/06/04/0018259
<adi|home>	i do think i did do a good job making that FAQ nice and sarcasm ladden if i do say so myself
<Bagder>	hehe, I agree
<adi|home>	hehe you see all the DMCA comments?
<Bagder>	yeah
<Bagder>	almost every second posting seems to mention that in one way or another
<adi|home>	i like this:
<adi|home>	ust tried the mod out, works great on my Studio 20, of course the UI has quite a bit till it's up to the current archos build, but it's good to see someone making progress. 
<adi|home>	             the cool thing about these players it you don't have to actually flash the rom, they boot off of the internal rom for a second and immediately look for a file in the root for updates, if
<adi|home>	             the file's not there they just continue to boot from hardware. 
<adi|home>	heheh
<adi|home>	and i also dig the fact that the FAQ is actually being useful :)
<adi|home>	way to go Bagder
<Bagder>	slashdot is likely to be a very good place to get attention
<adi|home>	yah think?
<adi|home>	you ever hear of slashdot-effect
<Bagder>	hehe yes
<adi|home>	i hope his server can handle it :)
<Bagder>	we'll see ;-)
<Bagder>	Björn has written some scripts to deal with too heavy loads
<Bagder>	it'll be interesting to see if they work ;-)
<adi|home>	lol
<adi|home>	Im watching a show on the WTC sept 9th ....
<adi|home>	i am _never_ going to forget those images...
*	adi|home sighs
<wettoad>	i actually saw tha anounce on fershmeat first
<wettoad>	i have never seen it there before
<Bagder>	it wasn't there before 1.0
<adi|home>	hey Bagder.. thats a mighty sexy headshot ;)
<Bagder>	hah ;-)
<adi|home>	i think we need a hit counter on the main site...
<adi|home>	im interested to see how we've done ;)
<Bagder>	I wanna know too!
<Bagder>	http://perso.wanadoo.fr/pascal.brisset/kernel3d/kernel3d.html
<Bagder>	we should have one of those for rockbox ;-)
<Lion>	So, Bagder, you never really commented on the rest of the doc I submitted ...
<Bagder>	you mean the "caching" and the saving parts?
<Lion>	That, and the assumed acceptance of the byte-offset method for storing list entries.
<Bagder>	the byte-offset method is already used in the playlist code we have ;-)
<Bagder>	and I like that approach
-->	globbe (~59@as1-2-5.n.n.bonet.se) has joined #rockbox
<Bagder>	we will benefit from a cache system too, to avoid reading from the disk more than necessary
<Lion>	Well, hell, if I'm just repeating what's been said before, *shrug*
<Bagder>	hehe
<Bagder>	only partly
<Bagder>	the current code loads a playlist and creates a single index with all byte-positions for all file names
<Bagder>	and it offers a randomizer
<Bagder>	I don't think we need to store the cache on save though
<Lion>	I never talked about doing that.
<Bagder>	no
<Bagder>	saving needs to save the random seed to
<Bagder>	too
<Lion>	Not everyone shuffles.
<Bagder>	true, but for those who do
<globbe>	sorry if this is an obvious question, but will the firmware work with my jukebox recorder 20?
<Bagder>	globbe: it _will_, it just don't do it right now ;-)
<globbe>	haha :)
<globbe>	looking forward to that :)
<Bagder>	globbe: we do have a simulator running though
<Bagder>	yeah, I do too
<Bagder>	I only have a recorder myself ;-)
<globbe>	youve done a beautiful job :)
<Lion>	ok
<Lion>	mav
<globbe>	I'm just about to order the ACCESSORY KIT, to get the remote.. is it worth the money?
<globbe>	(yep that was a cut 'n paste)
<Bagder>	I dunno, I don't have one
<globbe>	oki
<globbe>	thanks anyway.. I'll keep an eye on the webpage for that jukebox 20 upgrade then.. Good luck!
<Bagder>	thanks
<--	Lion has quit ("eigh, forget it")
<--	globbe has quit ("Client Exiting")
-->	Hadaka (naked@graywolf.onnanifujiyuu.org) has joined #rockbox
<Hadaka>	whee, rockbox looks awesome
<Bagder>	;-)
<Bagder>	we think so too!
<Hadaka>	I've got a Recorder 20 - with usb 2.0 and all that - I suppose it's not working on that yet?
<Bagder>	no, not yet
<Bagder>	still some problemos on the ata driver there
<dwihno>	But it's progressing! :)
<dwihno>	Progress ! Yay!
<Hadaka>	well I can try some test versions whenever those would come around
<Bagder>	we'll announce them on the mailing list and the web site as soon as we have any
<Hadaka>	have to see if I would manage to squeeze some time from other project to code a bit on this
<Bagder>	we always appreciate more hands in the cookie jar ;-)
<Hadaka>	hm, you've implemented fat filesystem code yourself there?
<Bagder>	yes
<Hadaka>	hmmh, I wonder if it would be possible to have a small fat filesystem for bootstrapping the new firmware and then some other filesystem for the rest of the disk...
<Bagder>	yes it would
<Bagder>	at least some people have said so
<Hadaka>	I'm currently having some files as a big file containing ext3 that I'm mounting loopback
<dwihno>	Is there any limitation on the disk size btw?
<Bagder>	hm, it wouldn't surprise me if there is one
<dwihno>	I've read about upgrades to 40 gig
<Bagder>	isn't there some ~130GB limit/problem ?
<Bagder>	for standard ata/ide
<Bagder>	40GB is no problem
<adi|home>	anyone else been watching the World Cup?
*	Bagder hasn't
<adi|home>	you sinner
<adi|home>	anyone seen edx around?
<Bagder>	I'm probably the only one in Sweden ;-)
<adi|home>	wanted to let him know he did a great job on tetris
<adi|home>	lol@Bagder
<adi|home>	your boys played once already no?
<webmind_>	world cup? sth with bra's ?
<Bagder>	yes, against England
<Bagder>	yes, tetris was zoomed, wasn't it?
<webmind_>	?
*	Bagder just read the CVS commit mail
<adi|home>	yup.. it was.. 
<adi|home>	now I just wanna work on the level timings
<adi|home>	level 1 is a bit fast
<adi|home>	whats the matter webmind_
<Bagder>	well, we'll see how it compares to the actual target timings later on ;-)
<adi|home>	hehe
<webmind_>	zoomed ?
<adi|home>	oh.. tetris used to be VERY small
<adi|home>	the pieces were 1 pixel wide
<adi|home>	so tought to work with...
<adi|home>	edx fixed that by increasing their size (as well as the size of the game board)
<webmind_>	hm k
<webmind_>	so wide is your playing field btw?
<webmind_>	+how
<adi|home>	umm.. not sure.. ill tell ya in a sec
<adi|home>	#define TETRIS_TITLE_XLOC  43
<adi|home>	#define TETRIS_TITLE_YLOC  15
<adi|home>	i think thats it
<webmind_>	15 wide ?
<webmind_>	nice
<adi|home>	have you played with the simulator?
<webmind_>	nope
<webmind_>	not yet
<adi|home>	you on windows or linux?
<adi|home>	or mac :)
<webmind_>	url maybe in topic ?
<webmind_>	linux
<webmind_>	and windows :)
<webmind_>	running linux but have as vnc session to a win box
<adi|home>	ahh... if you want i can send you a binary for the simulator
<adi|home>	for linux
<adi|home>	ill fix the link
<webmind_>	uhm
<webmind_>	sure
<webmind_>	cant i just get form the site ?
---	ChanServ gives channel operator status to adi|home
---	adi|home has changed the topic to: "Version 1.0 released! http://bjorn.haxx.se/rockbox"
---	adi|home has changed the topic to: Version 1.0 released! http://bjorn.haxx.se/rockbox
<adi|home>	sure ya can...
<adi|home>	just wasnt sure if you did or not ;)
<webmind_>	hmm thnx
<adi|home>	no rush
<adi|home>	do you have a recorder or player?
<webmind_>	btw ur forgetting a "/" ;)
<webmind_>	player
<adi|home>	no im not...
<adi|home>	you shouldn't need it... 
<webmind_>	shouldn't need it
<Tumm>	hehe
<Tumm>	slashdot... not bad :)
<webmind_>	but doesnt always work
<webmind_>	and rfc sez u should :)
<adi|home>	heheheh 
<adi|home>	fine.. be annoying ;)
---	adi|home has changed the topic to: Version 1.0 released! http://bjorn.haxx.se/rockbox/
<adi|home>	hey Tumm 
<webmind_>	cewl :)
<adi|home>	yup.. and freshmeat.. we're proud ;)
<Bagder>	announcing everywhere! ;-)
<Tumm>	seen anything of the slashdot effect yet?
-->	alkorr (alkorr@srs04m-5-230.n.club-internet.fr) has joined #rockbox
<--	alkorr (alkorr@srs04m-5-230.n.club-internet.fr) has left #rockbox
<webmind_>	uhm
<webmind_>	mind if i give some comment on the player sim ?
-->	alkorr (alkorr@srs04m-5-230.n.club-internet.fr) has joined #rockbox
<--	alkorr (alkorr@srs04m-5-230.n.club-internet.fr) has left #rockbox
<adi|home>	sure.. 
<adi|home>	always looking for comments
-->	ploof (alkorr@srs04m-5-230.n.club-internet.fr) has joined #rockbox
<adi|home>	even mail to the list if you wish
<webmind_>	ah.. wrong argument gives more info then -help (gives version only)
<webmind_>	and when i just start it.. it dies emediatly
<adi|home>	hmm?
<adi|home>	oh, you mean on the configure?
<webmind_>	what configure ?
<adi|home>	i dont understand what you mean about the help file?
<adi|home>	or help.
<webmind_>	when u start the simulator
<webmind_>	u just get the argument
<webmind_>	when u do: player -help
<webmind_>	u just get the version
<adi|home>	right it doesn't take any arguments
<adi|home>	its simulating the firmware
<adi|home>	firmware doesn't take args
<webmind_>	when u give a wrong argument like player --help it gives a list of possible arguments
<webmind_>	that's not what it tells me :)
<adi|home>	hmm.. that must be recent.. hadn't noticed
<webmind_>	rockboxui 0.1
<webmind_>	           eXcellent GUI
<webmind_>	Unrecognised option: --help
<webmind_>	Options include: -root, -window, -mono, -install, -noinstall, 
<webmind_>	                 -visual <arg>, -window-id <arg>, -server <arg>, -help.
<adi|home>	OHHH..
<adi|home>	i know why
<webmind_>	that :)
<adi|home>	its not the sim
<webmind_>	sorry for the paste
<adi|home>	its the X files
<adi|home>	we did a hack and slash off of another X interface
<adi|home>	so we could get the gui stuff going
<webmind_>	uhm k
<adi|home>	ill see if i can fix that
<webmind_>	this what it said under player simulator
<--	ploof (alkorr@srs04m-5-230.n.club-internet.fr) has left #rockbox
<adi|home>	okay.. it no longer takes args...
<adi|home>	it tells you not to use them if you try, then it exits
<adi|home>	okay.. now about your exit problem...
<adi|home>	you need to create a dir called 'archos'
<adi|home>	its treated as the root dir
<adi|home>	try this, download the daily tarball
<adi|home>	untar it
<adi|home>	cd into tools
<adi|home>	and run the configuration file
<adi|home>	that should set up everything you need
<Bagder>	or just do 'mkdir builddir; cd builddir; ../tools/configure; make'
<adi|home>	yuppers
*	adi|home heads off to bed and fall asleep to soccer
<adi|home>	god i love world cup time :)
<Bagder>	night adi
<webmind_>	bye
<webmind_>	hmm
<webmind_>	where can i download tetris ?
<adi|home>	you don't have to...
<adi|home>	compile for the recorder
<adi|home>	its part of the sim
<webmind_>	not for player ?
<Bagder>	tetris for the player would be slightly limited
<webmind_>	damn
<webmind_>	to small a screen ?
<Bagder>	to small, and not flexible enough
<webmind_>	hmm damn
<adi|home>	basicallly.. the player only has 2 lines
<adi|home>	the recorder has much more flexibility
<webmind_>	damnit
<webmind_>	awell
<webmind_>	toobad
<webmind_>	have fix a gameboy then
<webmind_>	:)
<adi|home>	or buy a recorder ;)
<webmind_>	gameboy somewhat cheaper :)
<adi|home>	recorder much mroe fun ;)
<webmind_>	hmm
<webmind_>	no cash for that
<Bagder>	http://storebror.haxx.se/nonstop/
<Bagder>	first basic test
<Bagder>	I'd say very basic
<adi|home>	what are you trying to do?
<Bagder>	build for all platforms when changes are made to CVS
<Bagder>	to verify the builds
<adi|home>	got ya
<Bagder>	too often some casual change a build that the person who did the change didn't test
<Bagder>	hm, weirdly put but I guess you understand ;-)
-->	Linus (~linus@labb.contactor.se) has joined #rockbox
<Linus>	hi guys!
-->	Zagor (~bjst@labb.contactor.se) has joined #rockbox
<Zagor>	hey guys
<Linus>	yo Zagor!
<Zagor>	seems the web site survived slashdot
<Linus>	but not the SSH server...?
<Zagor>	that was the silly lids bugging
<Linus>	ah ok
<Zagor>	fixed now
<Zagor>	we got a flood of new mail list subscriptions too :)
---	Linus is now known as Linus|meeting
<Bagder>	rehi
-->	edx (~not@pD9560A24.dip.t-dialin.net) has joined #rockbox
<edx>	yo
<Bagder>	hey edx
<Zagor>	hi bagder
<Zagor>	edx!
<edx>	im at school currently.. :(
<Zagor>	i wonder if anyone got booted to the web mirror
<Bagder>	Zagor: check my initial attempt: http://storebror.haxx.se/nonstop/
<edx>	zagor.. you have any information about how many ppl have been on the page yet :)
<Zagor>	apparently we didn't suffer too badly anyway
<Zagor>	edx: i'll do a log analysis later
<edx>	ok hehe
<edx>	.. it doesnt stay too long on the front page of slashdot, does it?
<Zagor>	Bagder: ah, nice
<Zagor>	edx: no. a day, maybe two
<Bagder>	Zagor: it isn't automatic yet or anything, but the basic scripts seem to be working
<edx>	bagder: recorder simulator (win32) version is missing heh
<Zagor>	we're 131 people on the list now
<Bagder>	edx: when you have that buildable on my linux box, I'll add it ;-)
<edx>	bah :P
<edx>	use vmware or something lol
<Bagder>	I'll build 9 different combinations
<edx>	yeez.. one min till class starts.. :/
<edx>	later.
<--	edx has quit (Client Quit)
<Bagder>	http://slashdot.org/comments.pl?sid=33624&cid=3636700
<Bagder>	fine comment 
<Zagor>	yup. i'm going through all comments, replying to some of them
<Bagder>	way to go
<Zagor>	there, the most frequently comments adressed
<Zagor>	we should add a FAQ about DMCA...
<Bagder>	yes
-->	ChrisJ (~cmj@216.57.146.2) has joined #rockbox
---	Linus|meeting is now known as Linus
<Zagor>	hi ChrisJ
-->	edx (~not@pD9560A24.dip.t-dialin.net) has joined #rockbox
---	edx is now known as edx|class
<edx|class>	yo
<Linus>	yo
<--	ChrisJ (~cmj@216.57.146.2) has left #rockbox
<Zagor>	hehe
<Bagder>	you scared him off!
<Zagor>	so linus, when will you fix me up a serial port for my recorder? :)
<edx|class>	still in class :/
*	Zagor is very scary
<edx|class>	lol ill have irc running during class heh - teachers wont get it anyways
<edx|class>	(just cant chat so its no use lol)
<Bagder>	edx|class: you can read when we chat about you ;-)
<edx|class>	hmm number of ppl in irc increased :)
<Linus>	Well Zagor. Why me? :-)
<Bagder>	Linus: you are the chosen one
<Zagor>	Linus: because you're our solder slave
*	Linus feels special
<edx|class>	:P
*	edx|class needs a slave as well
<dwihno>	Linus: How far away is a mp3 decoder for the recorder series? :)
*	Bagder kneels in front of the solder slave
<Zagor>	dwihno: heh, we definitely need gdb first...
<Linus>	dwihno: It's only about 100% left
<edx|class>	.. teacher's back in a sek.. *bye*
<dwihno>	Linus: Yay! :D So it's started! :D
<Bagder>	haha
<Linus>	Have we heard of any bugs yet?
*	Bagder hasn't
<Zagor>	nope
<Zagor>	what, would we write bugging code? *offended*
<dwihno>	ata: -5
<dwihno>	I rest my case ;)
<Zagor>	i'd like to get people to try some songs they get skips on
<Zagor>	dwihno: well, that's not released. it doesn't count :)
<dwihno>	Zagor: now you're making exceptions! :)
<--	Zagor has quit (Remote closed the connection)
<dwihno>	Oh no!
<dwihno>	Poor Zagor
-->	Zagor (~bjst@labb.contactor.se) has joined #rockbox
<Zagor>	whoops, killed the wrong xterm :)
<Linus>	Linux newbie
<Zagor>	haha
<Bagder>	hehe
<Bagder>	more more!
<Linus>	Zagor: I managed to compile 2.4.19-pre9 on my new A7V333 yesterday
<Linus>	Zooooooooom!
<Zagor>	Linus: neato
<Linus>	Runs like the wind
<Linus>	But man, it takes forever to compile wit PIO on the hard drive
<Linus>	And all those compiling errors...
<Zagor>	compile errors?
<Linus>	I guess pre9 is somewhat on the edge
<Linus>	Yeah. Some of the drivers didn't compile at all
<Linus>	Like the Texas 1394 driver
<Bagder>	that's neat.... eh. not
<dwihno>	Texas 1x2 driver
-->	XpDuDe (trilluser@212.199.206.92) has joined #rockbox
<--	edx|class has quit (Read error: 110 (Connection timed out))
*	Bagder thinks we have a "most people in channel ever record"
<Zagor>	heh, yeah
*	dwihno is pretty pissed off
<dwihno>	My $130 headphones are fux0ring!
*	Bagder tried the nonstop script after Linus fix
<Bagder>	worked nicely
<Linus>	c00l
<Bagder>	I check for differences in the CVS/Entries files after a cvs update
<Bagder>	if there are, I rebuild all 
<Linus>	Nice
<Linus>	Tinderbox?
<Bagder>	homebrewed tinderbox ;-)
<Bagder>	the real thing seems a bit more complicated
<Zagor>	thunderbox?
<Linus>	:-)
<Bagder>	lunchbox
-->	elinenbe (trilluser@bgp01080511bgs.wanarb01.mi.comcast.net) has joined #rockbox
<Zagor>	Linus: why did you move NUM_TICK_TASKS to the header file?
<Linus>	Because I felt that it belonged there
<Zagor>	but it's only used in the .c file, right?
<Linus>	yes, but the max number of allowed tasks should be public info...or?
<Zagor>	oh, that's what it is? not exactly obvious from the name :)
<Linus>	I can change it to MAX_NUM_TICK_TASKS
<Zagor>	no problem, i was just curious
<Linus>	CVS through an SSH tunnel through an HTTP proxy rocks! :-)
<Bagder>	well isn't it cvs through ssh through ssh through http proxy? ;-)
<Linus>	yeah
<Linus>	I think that the ID3 parsing should be done by the MPEG thread.
<Bagder>	I think so too
<Linus>	At least the parsing of the songs we're playing
<Bagder>	yeah
<Bagder>	there migth be reasons to do out "on demand" too at times of course
<Bagder>	to do it
<Linus>	yup.
<Linus>	So we need to make it reentrant... :-(
<Bagder>	argh
<Linus>	agreed
<Bagder>	nah, why?
<Bagder>	we just won't yield() in it
<Linus>	we yield in the ATA code
<Bagder>	ah
<Linus>	it bites
<Bagder>	say no more ;-)
<Bagder>	http://daniel.haxx.se/rockbox-auto/
<Linus>	Bagder: can you make it your mission to fix the ID3 code?
<Bagder>	yessir!
---	Linus is now known as Linus|brb
<Bagder>	the auto page is now running
<Bagder>	let's hope it works too ;-)
<Zagor>	i'll add it to the daily page
-->	jedix (~liam@fwott1-1.cis.ec.gc.ca) has joined #rockbox
<jedix>	hi
<Zagor>	hi
<Bagder>	hey ho
<Bagder>	Zagor: you can wait a little first to allow me to smoothen out the early quirks
<Zagor>	ok
<Bagder>	it now checks for CVS differences every hour
---	Linus|brb is now known as Linus
<jedix>	how much do these things run ya?
<Zagor>	price, you mean?
<jedix>	yeah
<Zagor>	about $250 for the base model, I think. $350 for the top model
-->	jimperson (~default@65.42.14.199) has joined #rockbox
<jedix>	thats usd?
<Bagder>	yeps
-->	dfg (~prv@209.166.235.91) has joined #rockbox
<jedix>	I see, hows the play time?
<Bagder>	~10 hours on the standard batteries
<jedix>	thats good, en?
<jedix>	how big are they?
<Bagder>	disk size?
<Bagder>	or just measures?
<jedix>	measures
<jedix>	its 20gb, right?
<Bagder>	the biggest factory delivered disk size is 20GB yes
<jedix>	I was thinking of getting an ipod, but my linux enviro. probably won't go over well..
<Zagor>	115x83x34mm (4.5 x 4.2 x 1.3")
<jedix>	and I'd have to get a firewire port
<Zagor>	the biggest model is 20GB, but you can replace the disk with up to 60 GB
<Bagder>	usb2, no firewire
<Bagder>	ah
*	Bagder doesn't read, only speak :-P
<jedix>	so this is looking better :)
<Zagor>	I recommend the recorder20, it's the best model
<jedix>	plus your hacks are very interesting..
<Zagor>	look here for a comparison: http://bjorn.haxx.se/rockbox/devcon/show.cgi?img4083.jpg
<dwihno>	recorder20 ownz
<jimperson>	does anyone use an fm transmitter for listening in the car? does it work well?
<Zagor>	i've read people use it successfully, haven't tried it myself
<jimperson>	http://www.drbott.com/prod/db.lasso?code=5403-SFMX
<jimperson>	here's one i'm lookin' at
<jedix>	so they need a heafty pocket to fit into.. do they use a normal ide hdd?
<Zagor>	looks fine to me. :) i have no experience with FM transmitters, though
<Zagor>	jedix: normal laptop 2.5" hdd, yes
<Zagor>	9.5mm height
<jedix>	sweet
<jedix>	jimperson: is that the actual size?
<Linus>	But definitely not a device for a skiing trip.
<jedix>	why is that?\
<jimperson>	ya know im not sure
<Linus>	The HD is somewhat shock sensitive
<Zagor>	well it has moving parts, so if you bump it around too much it will skip
<jedix>	really? so its not shock proof?
<Bagder>	if you'd wrap a *huuuge* pillow around the archos ;-)
<Linus>	or swallow it
<Zagor>	no hd players are really shock proof
<jedix>	2mb buffer isn't enough?
<Bagder>	I don't think they're talking about the buffering
<Zagor>	it depends on how rough you treat it
<jimperson>	is there an effective carrying case that would, say strap to my arm for jogging?
<Linus>	If you drop it while it is spinning, i guess you could even damage it...
<Linus>	I think it weighs too much for jogging
<Zagor>	jimperson: the included case only has a belt strap
<jedix>	yeah, if I run with it, will it skip?
<jedix>	Linus: more of a work out then :)
<jimperson>	which begs the question, how much does it weigh :)
<Zagor>	hard to say. I mountain bike with mine and only get rare skips 
<Linus>	yes, if you have it in the belt strap
<Zagor>	http://www.archos.com/us/products/product_jbrecorders.html
<Linus>	I run with it to catch the train
<jedix>	I hope I can find one in ottawa
<Linus>	and it skips if i have it in the belt strap
<dwihno>	Mine has never skipped
<Linus>	because the belt strap is loose
<jedix>	Linus: and your arms are.. a) as big as twigs b) steal gurders c) the train itself
<dwihno>	I always keep it in my special handthingy when I run
<jimperson>	aha! a custom special handthingy! exactly what i need :)
<Linus>	jedix: they are huge! :-)
<Linus>	as are all hacker arms
*	Zagor tries not to laugh
*	Bagder giggles as he can't resist
*	jedix runs to the bathroom to not piss himself
<jedix>	I think i'll get one for the hackability of it..
<jimperson>	she was so impressed by my special handthingy she could hardly contain herself
<Bagder>	jedix: that's what I did ;-)
<dwihno>	:)
<jedix>	work==boardom this workterm
<Linus>	I have two
<Zagor>	oooh, a contest!
<dwihno>	I made it myself (the handthingy)
<Linus>	Zagor has three
<Zagor>	i have three :)
<jimperson>	you gots pics of your handthingy?
<dwihno>	jimperson: no, but I'll fix0r :)
<elinenbe>	who was here talking about ROLO?
<jedix>	what does your firmware do right now?
<jimperson>	rolo? you mean lamont's friend from sanford and son?
<Linus>	jedix: it plays pm3's
<Linus>	mp3's
<Bagder>	and shows id3
<dwihno>	It also plays tetris
<dwihno>	(very important feature)
<Linus>	and says "rockbox" when you start it :-)
<jedix>	sweet
<Zagor>	dwihno: only the simulator right now
<elinenbe>	edx and I were talking last night, and what you can do is load a small ROLO firmware, and then have that load an uncompressed larger firmware.. this would reduce the boot up time
<dwihno>	Yeah, that must not be forgotten
<dwihno>	Zagor: OMG!
<jedix>	so its all the support the player has before the firmware change?
<Bagder>	elinenbe: yeps
<Zagor>	elinenbe: yes
<dwihno>	I think I'll start mass-producing the handthingy and get rich
<dwihno>	The design is really smart
<jedix>	dwihno: thats how I passed calc1-3
<elinenbe>	even the 5-10 second start up time feels kind of long.
<jimperson>	hey man, i would buy one. i believe handthingy.com is available...
<jedix>	dwihno: catchy name too.. handthingy.
<Bagder>	hehe
<Zagor>	elinenbe: 90% of the startup time is the Archos ROM firmware, not Rockbox
<dwihno>	Then I'll start the production in taiwan and hire youngsters to cut the salaries and get rich and fat
<elinenbe>	well,  that can not be changed now, can it?
<jimperson>	you could open your own sweatshop and mass produce them with cheap illegal immigrant labor...
<Linus>	elinenbe: not easily
<elinenbe>	I see.
<jedix>	i'm going to get myself a snack
<jedix>	brb
<jimperson>	mmm.. snak
<Zagor>	elinenbe: that would require flashing it, which is a whole new ballgame
<Bagder>	flashing this kind of things feels... well, a bit like pushing our luck ;-)
<elinenbe>	yes it is.
<elinenbe>	well, someday a rolo loader will be flashed, and then it will load our custom firmware.
<Bagder>	though I bet dwihno would be first in line for doing it :-)
<Linus>	:-)
<elinenbe>	if something went wrong there... goodbye jukebox.
<Bagder>	we'll let Björn do the testing, he has the largest amount of units ;-)
<Zagor>	hehe
<jimperson>	how is the download speed to the archos over usb?
*	Bagder whispers "usb2 rocks"
<jimperson>	yeah but i dont have usb2 on my powerbook
<Linus>	roughly 1mb/sec
<dwihno>	Bagder: How fast are the transfers?
<dwihno>	TO ALL YOUR HEADS... BLAST THE SPEAKERS!
<Bagder>	dwihno: I haven't actually measured
<Zagor>	with usb2 it's 4-8 MB/s
<dwihno>	Whoa
<dwihno>	Fucking amazing :)
<dwihno>	USB1 is good enough for me
<dwihno>	(until USB2 is standard, that is)
<Zagor>	that speed is limited by the archos, not usb2
<Linus>	Zagor: have you measured on a Windows machine?
<dwihno>	mkay
<dwihno>	good enough for me ;)
<Zagor>	Linus: no, i have never used my archoses with windows
<dwihno>	is it the disk speed or some interface which is setting the limit?
<Zagor>	dwihno: i'm not sure
<Linus>	I mean if the Linux USB implementation slows it down...
<Zagor>	could be either
<Linus>	dwihno: the ISD300 chipo ises PIO
<Linus>	uses
<Zagor>	Linus: that's possible, but I doubt you can get much above 10MB/s anyway
<Linus>	Probably not
<Bagder>	Zagor/Linus: my windows tests showed ~4 MB/s
<Linus>	lame
<Linus>	I must try it tonight
<Bagder>	some 15GB in about on hour
<Linus>	but do not try it on batteries...
<dwihno>	Linus: Hmm, PIO is no good
<Bagder>	not measured exactly so give or take a bunch 
<Linus>	dwihno: nope. But cheap
<dwihno>	True, true.
<dwihno>	We need some boot sounds too! :)
<dwihno>	Like some squeaky noise or something
<Zagor>	yeah, startup sound! wooooo :)
<dwihno>	Yeah!!! :D
<Zagor>	maybe we can ask Rolling Stones if they'll let us use one of their songs? ;)
<dwihno>	Hey, why is the startup-time for the archos so long? :)
<Linus>	Who wants to work on the sound effects for tetris?
<Zagor>	good question. it does a lot of disk scratching for very little apparent reason
<Linus>	dwihno: the recorder startup time is a pain
<Linus>	but the player is pretty short
-->	Kaze (~chaz@chaz6.com) has joined #rockbox
<Linus>	hey Kaze!
<jedix>	oh, now to find a place to buy one of these things..
<Linus>	go! go! go!
<Kaze>	oh sorry.. hi
<Linus>	Zagor: I guess the SPDIF is the way to go for the debugging port...?
<Zagor>	yep
<Linus>	I think I'll try that ASAP
<Zagor>	goodie
<Linus>	(ASAP means "maybe this month" :-)
<Zagor>	haha
<jedix>	damn, how can I search the net for a store with this?
<Zagor>	good question
<Kaze>	use... a search engine perhaps? :p
<Linus>	i search and search, and all i find is this damn Rockbox page...
<Zagor>	http://www.archos.com/us/archos_reseller.html
<jedix>	Kaze: didn't work too well
<Zagor>	jedix: is none of the listed ok?
<jedix>	Zagor: thanks, I'm there now
<Bagder>	http://www.funmp3players.com/ sells them too
<jimperson>	so $299 is pretty much the standard price on these eh?
<jimperson>	the 20 that is...
<Bagder>	seems so
<Zagor>	i think so, yes
<jedix>	i was at a place that only sold 6gbs and it was 350
<Zagor>	ouch!
<dwihno>	yeah, that was expensive!
<Zagor>	make sure you get a Recorder20 and not just a recorder with 20 gig disk.
<Zagor>	only the model called Recorder20 has usb2, the others have usb1.1
<Linus>	only the recorder20 has usb2.0
<Zagor>	it appears funmp3players sell upgraded recorders too, so make sure what you get before you order
<Linus>	Zagor: which reminds me...has anyone tried the Rockbox recorder firmware on a usb1.1 recorder???
<Zagor>	i don
<Zagor>	't know
<Zagor>	it would indeed be interesting
<Bagder>	hardly anyone has tried that, so I'd guess not
<Linus>	I can't blame them... :-)
<jedix>	$549.99 Archos Jukebox Studio Recorder 20 (thats canadian)
<Bagder>	do we even know anyone with such a device?
<jedix>	jebus thats high
<Zagor>	what
<Zagor>	's the can/usb rate?
<Zagor>	usd even :)
<Linus>	Bagder: we can fool jedix into buying one
<jedix>	usd == 336
<Bagder>	can/usb rates just has gotta be bus related ;-)
<Zagor>	hehe. gotta be 1:12 then
<Linus>	Bagder: you're a funny guy! :-)
<jedix>	Linus: what such device is this?
*	Bagder grins
<Linus>	jedix: a USB1.1 recorder
<jedix>	....
<Bagder>	we could ask on the list to see if we can find anyone
<Linus>	good idea
<jedix>	Archos Recorder 20 on sale this week only for $299 with free shipping*
<Zagor>	jedix: there are many models of archos jukebox: Archos Jukebox 5000, 6000, Studio 10, Studio 20, Recorder, Recorder 10 and Recorder 20
<Zagor>	jedix: sounds like an excellent offer
<jedix>	that has to be canadian
<--	jimperson has quit ("friends don't let friends listen to trance")
<jedix>	Zagor: yeah, I hear the recorder 20 is the best
<Zagor>	yup
<jedix>	linux compatable?
<Bagder>	yes
<Bagder>	usb2 needs an extra patch though
<jedix>	then why the hell don't I have one?
<Zagor>	hehe
<Hadaka>	not too many motherboards come with usb 2.0 these days :(
<Bagder>	just buy a separate usb2 card
<Linus>	Hadaka: kt333
<Zagor>	they are just now starting to put usb2 in new motherboard chipset
<Zagor>	i wonder what took them so long :(
<Hadaka>	yeah well it's not like I'm buying a new motherboard anytime soon
<Linus>	A separate USB2.0 card works fine
<Zagor>	no, me neither. but I got myself a plugin card. it's worth it.
<jedix>	Canadian Residents add 7% GST Ontario Residents add 8% PST
<jedix>	damnit
<jedix>	i'm in ontario
<Linus>	tough luck
<jedix>	you don't need usb2
<jedix>	you can use 1.1
<Hadaka>	yeah, I'm living well enough with usb1.1 for now
<Zagor>	yeah, but waiting for transfers gets boring fast
<jedix>	it will be a bit slower
<jedix>	how slow is it?
<Linus>	"a bit"
<Linus>	1 mb/sec
<Zagor>	1.1 is 700-1000 kb/s, usb2 is 4-8 MB/s
<Hadaka>	well the thing that bothers me most is the waiting for the disk to spin up between all sorts of actions
<jedix>	Zagor: bits?
<Zagor>	yeah, we have a couple of ideas to avoid some of that
<Zagor>	jedix: bytes
<jedix>	kB
<Linus>	but it's something you'll have to live with
<Hadaka>	err, in USB mode?
<Linus>	the hard drive sucks batteries
<jedix>	thats not bad at all
<Zagor>	Hadaka: your disk spins down in usb mode?
<jedix>	Linus: ~10h playback though, right?
<Linus>	jedix: yup
<Hadaka>	well I'd say so, yes - I can hear it spinning up when I start reading
<Zagor>	strange. for me it spins constantly.
---	dwihno is now known as dw|gone
<Hadaka>	I've got 1.24 firmware in the flash rom for me
<Zagor>	same here
<Hadaka>	ok have to check it at home again to see if it really does that
<Zagor>	ok
<Hadaka>	think my work machine is compiled against the wrong UHCI driver - getting lockups with transfers
<Linus>	ouch!
<Zagor>	ah, that's no fun
<Hadaka>	happened with my laptop too - then I changed the driver
<Hadaka>	and managed to get one directory of unremovable junk on the disk
<Hadaka>	though I suppose that's fixable with reformatting - can you do that in linux or do you have to use windows for that?
<--	XpDuDe has quit (Read error: 104 (Connection reset by peer))
<Zagor>	you can do that in linux
<Zagor>	it's just like any other scsi device
<Hadaka>	I remember seeing some weird FAT restoration utility way back - that's not necessary then these days or?
<Zagor>	umm, well I don't have it anyway :)
<Hadaka>	you've don mkfs.vfat on the archos from linux?
<Zagor>	yup
<Hadaka>	oh goodie, then I dare to try
-->	Jigsta (~Mark@host217-39-163-123.in-addr.btopenworld.com) has joined #rockbox
<Linus>	hey Jigsta
<Jigsta>	Hi Linus
<Bagder>	heh, that auto build worked crap on the first automatic run ;-)
<Zagor>	hehe
<--	elinenbe has quit (Read error: 104 (Connection reset by peer))
<Jigsta>	Just stumbeled accross your sourceforge page, sounds like a nice project
<Zagor>	well, we like it :)
<Bagder>	a nice project it is
<Jigsta>	:o)
*	Bagder does the yoda talk
<Zagor>	the yoda talk, bagder does
*	Bagder chuckles
<--	green_ has quit ("Client Exiting")
<jedix>	so, what is the firmware coded in?
<Linus>	C
<jedix>	really? I was expecting some sort of assembly
<Zagor>	some assembly required :)
<jedix>	why type of assembly?
<Zagor>	sh-1
<Zagor>	for the startup code, setting vector table, stack pointer and such things
<Bagder>	and the thread switch
<Zagor>	yes
<jedix>	oh, I haven't done any sh-1
<Bagder>	a perfect opportunity! ;-)
<Zagor>	you don't need it. all application code is C
<jedix>	I have C expierence.. but who doesn't ;)
<Hadaka>	is the hd access blocking right now btw?
<jedix>	what fs is the hdd?
<Zagor>	Hadaka: yes
<Zagor>	jedix: fat32
<Bagder>	plain old silly fat32
<Hadaka>	hm, the main annoyance in the UI is the blocking operations (the archos firmware ui that is)
<Zagor>	it's rather adequate for this kind of use, though
<Zagor>	Hadaka: yeah, but we've got threading. so blocking I/O is not a real problem
<Hadaka>	Zagor: but don't the threads have to yield? or do they do that in the I/O code?
<Linus>	the I/O code yields
<Zagor>	yup
<Hadaka>	so other threads run while the hd spins up? goooodie
<Zagor>	yep
<Linus>	one of our goals is to make our firmware more "snappy" than the original
*	Bagder spots Linus' last-mp3-byte fix ;-)
<Zagor>	funny noone complained about that :)
<Bagder>	haha
<Bagder>	yeah
<jedix>	snappy?
<Bagder>	don't everyone spend hours and hours running our software and listen carefully at the ends of songs? ;-)
<Zagor>	jedix: responsive
<Jigsta>	Hmm. Off to have a play :) cheers guys.
<--	Jigsta (~Mark@host217-39-163-123.in-addr.btopenworld.com) has left #rockbox
<jedix>	last-mp3-byte fix?
<Linus>	It could truncate the last byte of a sing
<Bagder>	we have a cvs-commit mailing list
<Linus>	song
<Linus>	if the length was odd
<Bagder>	gotta run, see ya
<--	Bagder (~daniel@as3-3-2.ras.s.bonet.se) has left #rockbox
<Hadaka>	how much does the recorder 20 have ram? 1mb?
<Zagor>	2MB
<Linus>	2mb
<Linus>	All devices have the same amount
<Hadaka>	hm, that machine seems like quite nice to code for
<Zagor>	yeah, it's not bad
<Linus>	fun indeed
<Hadaka>	especially with the gdb on serial :P
<jedix>	what type of mp3 does it support?
<Zagor>	all types
<jedix>	320kbps? vbr?
<Linus>	that one was also fun to code
<Linus>	jedix: yes
<jedix>	cool
<Hadaka>	Ooo, RTC
<Zagor>	yeps
<Linus>	we don't have any drivers for it yet though
<jedix>	what does the player origionally support?
<Linus>	jedix: you mean bitrates and such?
<jedix>	yeah
<Linus>	the same
<Hadaka>	now all we need is a rocking microkernel :P
<Zagor>	although people keep saying it skips on high bitrates
<Linus>	jedix: but some people say that the original firmware has troubla playing 320kbps
<jedix>	some guy on /. said that it only supports the common bitrates
<Zagor>	never trust /. :)
<Zagor>	I have personally tested Rockbox with 256 and 320 kbit
<Hadaka>	hm, there probably is nothing in the style of an MMU is there?
<Zagor>	no
<Linus>	Gotta go now! CU guys!
<Hadaka>	oh well, one can't have everything
<--	Linus (~linus@labb.contactor.se) has left #rockbox
<Zagor>	we don't really need it
<jedix>	!? no recorder support
<Zagor>	not in 1.0, no
<Hadaka>	well true - but a microkernel could use it for memory protection - and swapping is easier to achieve too
<Zagor>	we haven't finished all drivers for recorder yet
<jedix>	how long until then?
<jedix>	42?
<Zagor>	hard to say. a few weeks perhaps. we don't know exactly why it doesn't work.
<--	wettoad has quit ("Client Exiting")
-->	checkeetout (~checkitou@198-143-202-18.ded.btitelecom.net) has joined #rockbox
<checkeetout>	Howdy!
<checkeetout>	Anyone feel like fielding a quick question about the Rockbox project?
<Zagor>	sure
-->	elinenbe (trilluser@bgp01080511bgs.wanarb01.mi.comcast.net) has joined #rockbox
<checkeetout>	hellllllooooooooo!
<checkeetout>	Anyone out there?
<Zagor>	yes, ask your question
<checkeetout>	thanks
<checkeetout>	:)
<checkeetout>	I was just checking out the Rockbox project and it looks pretty cool
<checkeetout>	I just want to make sure I'll still be able to access my jukebox from Windows XP if I install this new firmware
<checkeetout>	I use it a lot to carry files home from work to work on at home
<Zagor>	yes, the firmware does not affect the usb mode
<checkeetout>	Excellent
<checkeetout>	:)
<checkeetout>	thanks for the info :)
<Zagor>	no problem
<checkeetout>	I'm going to go download it now
<Zagor>	have fun
<Zagor>	i'm off to a meeting
---	Zagor is now known as Zagor|meeting
-->	ploof (alkorr@srs05v-8-39.n.club-internet.fr) has joined #rockbox
-->	alan (alkorr@srs02m-8-71.n.club-internet.fr) has joined #rockbox
<--	alan (alkorr@srs02m-8-71.n.club-internet.fr) has left #rockbox
<--	checkeetout (~checkitou@198-143-202-18.ded.btitelecom.net) has left #rockbox
<--	elinenbe has quit ("ChatZilla 0.8.7 [Mozilla rv:1.0.0/20020529]")
<--	ploof has quit (Read error: 110 (Connection timed out))
---	Disconnected (Connection timed out).
**** ENDING LOGGING AT Tue Jun  4 12:02:36 2002